Update PluginProcessor.cpp
Fixed issue on Linux not displaying or having working MIDI XML templates and learn functions
This commit is contained in:
parent
496068910f
commit
447bc7025c
1 changed files with 1 additions and 1 deletions
|
@ -794,7 +794,7 @@ File ObxdAudioProcessor::getBanksFolder() const
|
|||
|
||||
File ObxdAudioProcessor::getMidiFolder() const
|
||||
{
|
||||
return getDocumentFolder().getChildFile("Midi");
|
||||
return getDocumentFolder().getChildFile("MIDI");
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue