make file picker contruct using whatever soundfont path is available at construction-time. work towards giving Processor access to change its File on load.

This commit is contained in:
Alex Birch
2018-04-11 00:08:15 +01:00
parent 191641ddd1
commit 114bb2f10a
6 changed files with 22 additions and 0 deletions

View File

@ -134,3 +134,7 @@ bool JuicySFAudioProcessorEditor::keyStateChanged (bool isKeyDown) {
// }
// return false;
}
const FilePicker& JuicySFAudioProcessorEditor::getFilePicker() {
}