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:
@ -134,3 +134,7 @@ bool JuicySFAudioProcessorEditor::keyStateChanged (bool isKeyDown) {
|
||||
// }
|
||||
// return false;
|
||||
}
|
||||
|
||||
const FilePicker& JuicySFAudioProcessorEditor::getFilePicker() {
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user