#include <InstrumentBuilder.h>
Inheritance diagram for syn::InstrumentBuilder:
Public Methods | |
virtual Module* | create (std::string id)=0 |
call this with the id of the instrument you want to create. More... |
an instrument contains a network of modules. an instrument has a module interface for compatibility with other arbitrary module networks.
Definition at line 46 of file InstrumentBuilder.h.
|
call this with the id of the instrument you want to create.
Reimplemented in syn::CSoundOrcInstrumentBuilder, and syn::SubsynthInstrumentBuilder. |