|
LMMS
|
Functions | |
| void | masterSwap (Master *) |
| bool | setSource (std::string) |
| bool | setSink (std::string) |
| std::set< std::string > | getSources (void) |
| std::set< std::string > | getSinks (void) |
| std::string | getSource (void) |
| std::string | getSink (void) |
| void | waveNew (WavFile *) |
| void | waveStart () |
| void | waveStop () |
| void | init (const SYNTH_T &synth, const oss_devs_t &oss_devs, Master *master) |
| bool | start (void) |
| void | stop (void) |
| void | setDefaultSource (std::string name) |
| void | setDefaultSink (std::string name) |
| void | setPostfix (std::string post) |
| std::string | getPostfix (void) |
| void | preferedSampleRate (unsigned &rate) |
| void | waveEnd (void) |
Variables | |
| rtosc::Ports | ports |
| bool | autoConnect = false |
| bool | pidInClientName = false |
| std::string | defaultSource = IN_DEFAULT |
| std::string | defaultSink = OUT_DEFAULT |
Interface to Nio Subsystem
Should be only externally included header
| std::string zyncarla::Nio::getPostfix | ( | void | ) |
| std::string zyncarla::Nio::getSink | ( | void | ) |
| std::set< std::string > zyncarla::Nio::getSinks | ( | void | ) |
| std::string zyncarla::Nio::getSource | ( | void | ) |
| std::set< std::string > zyncarla::Nio::getSources | ( | void | ) |
| void zyncarla::Nio::preferedSampleRate | ( | unsigned & | rate | ) |
| void zyncarla::Nio::setDefaultSink | ( | std::string | name | ) |
| void zyncarla::Nio::setDefaultSource | ( | std::string | name | ) |
| void zyncarla::Nio::setPostfix | ( | std::string | post | ) |
| bool zyncarla::Nio::setSink | ( | std::string | ) |
| bool zyncarla::Nio::setSource | ( | std::string | ) |
| bool zyncarla::Nio::start | ( | void | ) |
| void zyncarla::Nio::waveStart | ( | ) |
| void zyncarla::Nio::waveStop | ( | ) |
|
extern |
|
extern |
|
extern |
|
extern |
| rtosc::Ports zyncarla::Nio::ports |