#include <MixerModule.h>
Inheritance diagram for syn::MixerModule:


Public Methods | |
| MixerModule () | |
| virtual | ~MixerModule () | 
| virtual void | update () | 
| virtual bool | open () | 
| open the stream and set the audio format of this module read from the stream(s) by getting the right output terminal. More... | |
| virtual bool | isOpen () | 
| void | close () | 
| virtual Module* | clone () const | 
| get an exact copy of me. More... | |
parameter access  | |
| virtual void | getParam (const std::string &key, MultivariateType &value) | 
| a way to get module params without knowing the real funcs. More... | |
| virtual void | setParam (const std::string &key, const MultivariateType &value) | 
| a way to set module params without knowing the real funcs. More... | |
Definition at line 46 of file MixerModule.h.
      
  | 
  
| 
 
 Definition at line 36 of file MixerModule.cpp.  | 
  
      
  | 
  
| 
 
 Definition at line 50 of file MixerModule.h.  | 
  
      
  | 
  
| 
 
 Reimplemented from syn::Module. Definition at line 82 of file MixerModule.cpp.  | 
  
      
  | 
  
| 
 open the stream and set the audio format of this module read from the stream(s) by getting the right output terminal. 
 Reimplemented from syn::Module. Definition at line 44 of file MixerModule.cpp.  | 
  
      
  | 
  
| 
 
 Definition at line 54 of file MixerModule.h.  | 
  
      
  | 
  
| 
 
 Reimplemented from syn::Module. Definition at line 50 of file MixerModule.cpp.  | 
  
      
  | 
  
| 
 get an exact copy of me. 
 Reimplemented from syn::Module. Definition at line 58 of file MixerModule.h.  | 
  
      
  | 
  
| 
 a way to get module params without knowing the real funcs. 
 Reimplemented from syn::Module. Definition at line 67 of file MixerModule.h.  | 
  
      
  | 
  
| 
 a way to set module params without knowing the real funcs. 
 Reimplemented from syn::Module. Definition at line 72 of file MixerModule.h.  | 
  
1.2.8.1 written by Dimitri van Heesch,
 © 1997-2001