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

@ -170,6 +170,10 @@ bool FluidSynthModel::shouldLoadFont(const String &absPath) {
void FluidSynthModel::Listener::fontChanged(FluidSynthModel * model, const String &absPath) {
}
const String& FluidSynthModel::getCurrentSoundFontAbsPath() {
return currentSoundFontAbsPath;
}
//==============================================================================
void FluidSynthModel::addListener (FluidSynthModel::Listener* const newListener)
{