| 
    VST 3 SDK VST 3.8
    
   SDK for developing VST plug-in 
   | 
 
#include <PresetManager.h>
 Inheritance diagram for PresetManager:Public Member Functions | |
| PresetManager (VST3Plugin *plugin, const TUID &cid) | |
| tresult | runLoadPresetBrowser () override | 
| tresult | runSavePresetBrowser () override | 
| tresult | loadNextPreset () override | 
| tresult | loadPreviousPreset () override | 
| DEFINE_INTERFACES DEF_INTERFACE(IInterAppAudioPresetManager) END_DEFINE_INTERFACES(FObject) REFCOUNT_METHODS(FObject) private NSArray * | getPresetPaths (PresetPathType type) | 
| tresult | loadPreset (bool next) | 
| tresult | loadPreset (const char *path) | 
| void | savePreset (const char *path) | 
  Public Member Functions inherited from FUnknown | |
| virtual tresult | queryInterface (const TUID _iid, void **obj)=0 | 
| virtual uint32 | addRef ()=0 | 
| virtual uint32 | release ()=0 | 
Public Attributes | |
| VST3Plugin * | plugin | 
| PresetBrowserViewController * | visiblePresetBrowserViewController | 
| PresetSaveViewController * | visibleSavePresetViewController | 
| FUID | cid | 
| String | lastPreset | 
Additional Inherited Members | |
  Static Public Attributes inherited from IInterAppAudioPresetManager | |
| static const FUID | iid | 
  Static Public Attributes inherited from FUnknown | |
| static const FUID | iid | 
| PresetManager | ( | VST3Plugin * | plugin, | 
| const TUID & | cid ) | 
      
  | 
  overridevirtual | 
Implements IInterAppAudioPresetManager.
      
  | 
  overridevirtual | 
Implements IInterAppAudioPresetManager.
      
  | 
  overridevirtual | 
Implements IInterAppAudioPresetManager.
      
  | 
  overridevirtual | 
Implements IInterAppAudioPresetManager.
| NSArray * getPresetPaths | ( | PresetPathType | type | ) | 
| tresult loadPreset | ( | bool | next | ) | 
| void savePreset | ( | const char * | path | ) | 
| VST3Plugin* plugin | 
| PresetBrowserViewController* visiblePresetBrowserViewController | 
| PresetSaveViewController* visibleSavePresetViewController | 
| FUID cid | 
| String lastPreset |