#include <SplitterModule.h>
Inheritance diagram for syn::SplitterModule:
Public Methods | |
SplitterModule () | |
virtual | ~SplitterModule () |
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 unsigned int | pcount () const |
get the put count this is the number of samples last put into openal. More... | |
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 48 of file SplitterModule.h.
|
Definition at line 35 of file SplitterModule.cpp. |
|
Definition at line 52 of file SplitterModule.h. |
|
Reimplemented from syn::Module. Definition at line 75 of file SplitterModule.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 42 of file SplitterModule.cpp. |
|
Definition at line 56 of file SplitterModule.h. |
|
Reimplemented from syn::Module. Definition at line 48 of file SplitterModule.cpp. |
|
get the put count this is the number of samples last put into openal.
Reimplemented from syn::Module. Definition at line 62 of file SplitterModule.h. |
|
get an exact copy of me.
Reimplemented from syn::Module. Definition at line 68 of file SplitterModule.h. |
|
a way to get module params without knowing the real funcs.
Reimplemented from syn::Module. Definition at line 77 of file SplitterModule.h. |
|
a way to set module params without knowing the real funcs.
Reimplemented from syn::Module. Definition at line 82 of file SplitterModule.h. |