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


Public Methods | |
| DummyOutputModule () | |
| virtual | ~DummyOutputModule () |
| 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 45 of file DummyOutputModule.h.
|
|
Definition at line 37 of file DummyOutputModule.cpp. |
|
|
Definition at line 49 of file DummyOutputModule.h. |
|
|
Reimplemented from syn::Module. Definition at line 56 of file DummyOutputModule.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 45 of file DummyOutputModule.cpp. |
|
|
Definition at line 53 of file DummyOutputModule.h. |
|
|
Reimplemented from syn::Module. Definition at line 51 of file DummyOutputModule.cpp. |
|
|
get an exact copy of me.
Reimplemented from syn::Module. Definition at line 57 of file DummyOutputModule.h. |
|
|
a way to get module params without knowing the real funcs.
Reimplemented from syn::Module. Definition at line 66 of file DummyOutputModule.h. |
|
|
a way to set module params without knowing the real funcs.
Reimplemented from syn::Module. Definition at line 71 of file DummyOutputModule.h. |
1.2.8.1 written by Dimitri van Heesch,
© 1997-2001