Main Page   Modules   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Related Pages  

syn::SubsynthInstrumentBuilder Class Reference

Build modules from config files. More...

#include <SubsynthInstrumentBuilder.h>

Inheritance diagram for syn::SubsynthInstrumentBuilder:

Inheritance graph
[legend]
Collaboration diagram for syn::SubsynthInstrumentBuilder:

Collaboration graph
[legend]
List of all members.

Public Methods

virtual Modulecreate (std::string filename)
 call this with the filename of the subsynth instrument definition file. More...


Detailed Description

Build modules from config files.

Config file format is a subsynth custom XML data format for defining instruments.

See also:
example instrument definition files that come with subsynth.

Definition at line 52 of file SubsynthInstrumentBuilder.h.


Member Function Documentation

Module * syn::SubsynthInstrumentBuilder::create ( std::string filename ) [inline, virtual]
 

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.


The documentation for this class was generated from the following file:
Generated at Mon Apr 15 09:28:08 2002 for subsynth by doxygen1.2.8.1 written by Dimitri van Heesch, © 1997-2001