Added plugin reordering

This commit is contained in:
Rolando Islas
2016-05-27 14:48:06 -07:00
parent 2a407bc741
commit 6f2ed283ed
2 changed files with 54 additions and 9 deletions
+1 -1
View File
@@ -21,7 +21,7 @@ public:
void changeListenerCallback(ChangeBroadcaster* changed);
static String getKey(String type, PluginDescription plugin);
const int INDEX_EDIT, INDEX_BYPASS, INDEX_DELETE;
const int INDEX_EDIT, INDEX_BYPASS, INDEX_DELETE, INDEX_MOVE_UP, INDEX_MOVE_DOWN;
private:
#if JUCE_MAC
std::string exec(const char* cmd);