#include <SubsynthInstrumentBuilder.h>
Inheritance diagram for syn::SubsynthInstrumentBuilder:
Public Methods | |
virtual Module* | create (std::string filename) |
call this with the filename of the subsynth instrument definition file. More... |
Config file format is a subsynth custom XML data format for defining instruments.
Definition at line 52 of file SubsynthInstrumentBuilder.h.
|
call this with the filename of the subsynth instrument definition file. returns a module that you can treat as this instrument. In most cases this module will be composed of other modules. Reimplemented from syn::InstrumentBuilder. Definition at line 59 of file SubsynthInstrumentBuilder.h. |