#include <map>#include <vector>#include <list>#include "../common/Exception.h"#include "InstrumentEditor.h"Go to the source code of this file.
Classes | |
| class | LinuxSampler::InstrumentEditorFactory |
| class | LinuxSampler::InstrumentEditorFactory::InnerFactory |
| class | LinuxSampler::InstrumentEditorFactory::InnerFactoryTemplate< PluginClass_T > |
| class | LinuxSampler::InstrumentEditorFactory::InnerFactoryRegistrator< PluginClass_T > |
Namespaces | |
| namespace | LinuxSampler |
Defines | |
| #define | REGISTER_INSTRUMENT_EDITOR(PluginClass) |
| #define REGISTER_INSTRUMENT_EDITOR | ( | PluginClass | ) |
Value:
LinuxSampler::InstrumentEditorFactory::InnerFactoryRegistrator<PluginClass> \ __auto_register_instrument_editor__##PluginClass;
Definition at line 38 of file InstrumentEditorFactory.h.