2
0
Fork 0

Update PluginProcessor.cpp

Fixed issue on Linux not displaying or having working MIDI XML templates and learn functions
master
George Reales 2022-02-10 11:00:39 +01:00
parent 496068910f
commit 447bc7025c
1 changed files with 1 additions and 1 deletions

View File

@ -794,7 +794,7 @@ File ObxdAudioProcessor::getBanksFolder() const
File ObxdAudioProcessor::getMidiFolder() const
{
return getDocumentFolder().getChildFile("Midi");
return getDocumentFolder().getChildFile("MIDI");
}