Main Page | Namespaces | Classes | Compounds | Files | Compound Members | Related SynthCore::moduleRegistry Class ReferenceRegister all modules in this class In order to load Synth presets from an XML file and in order to use the GUI the system needs to 'know' about the modules. It needs a pointer to a constructor so that it can create objects from string representations at run-time. Therefore it is neccesary to register using the 'add' method in the registry. More...
Detailed DescriptionRegister all modules in this class In order to load Synth presets from an XML file and in order to use the GUI the system needs to 'know' about the modules. It needs a pointer to a constructor so that it can create objects from string representations at run-time. Therefore it is neccesary to register using the 'add' method in the registry.There can only be one instance of this class (the constructor is private) - it is an example of a 'singleton' design pattern.
Definition at line 168 of file Modules.h. Member Function Documentation
The documentation for this class was generated from the following files: Docs made by Doxygen. Email: Mikael Christensen |