ofSoundObjectfile
Defines
        
        OF_SOUND_OBJECT_AVAILABLE
        
        define
        
      
    Functions
ofSoundObjectclass
Represents a node in your sound dsp chain It can have one input, and one output. If it doesn't have an input, it's the beginning of the dsp chain (i.e. an oscillator or a microphone input).
Functions
ofSoundInputclass
Represents input from a sound card in your dsp chain.
Functions
ofSoundOutputclass
Represents the output of your dsp chain.
Functions
ofSoundMixerclass
Represents a simple mixer which adds together the output of multiple chains of ofSoundObjects.
Functions
        
        ofSoundMixer
        
        ()
        
      
    
        
        setMasterPan
        
        ()
        
      
    
        
        getMasterPan
        
        ()
        
      
    
        
        audioOut
        
        ()
        
      
    
        
        connectTo
        
        ()
        
      
    
        
        disconnect
        
        ()
        
      
    
        
        process
        
        ()
        
      
    
        
        audioOut
        
        ()