ResourceItem: added TypePluginSpecificPreset

Added another type TypePluginSpecificPreset in Types enumeration. This
allows handling for example XIZ files (ZynAddSubFX presets) properly.
This commit is contained in:
Tobias Doerffel
2009-06-07 16:28:54 +02:00
parent 46bd9f51cf
commit 6fabe26620
4 changed files with 5 additions and 0 deletions

View File

@@ -54,6 +54,7 @@ public:
TypeSample,
TypeSoundFont,
TypePreset,
TypePluginSpecificPreset,
TypeProject,
TypeMidiFile,
TypeForeignProject,