- Bank/Patch load/save: Opens fileChooser on btn press and calls pluginProcessor

This commit is contained in:
2023-04-28 09:47:31 +02:00
parent 45f2696b77
commit 5850ab5d46
3 changed files with 63 additions and 1 deletions
+4
View File
@@ -211,6 +211,10 @@ public:
void getStateInformation (MemoryBlock& destData);
void setStateInformation (const void* data, int sizeInBytes);
void loadPatch (int index, const File &file);
void savePatch (int index, const File &file);
void loadBank (const File &file);
void saveBank (const File &file);
//==============================================================================
// These properties are public so that our editor component can access them
// A bit of a hacky way to do it, but it's only a demo! Obviously in your own