rewrite source to compile against new public APIs of FluidSynth 2

This commit is contained in:
Alex Birch
2018-06-17 17:53:32 +01:00
parent fcdc743b3b
commit f220cbb6e2
3 changed files with 21 additions and 25 deletions

View File

@ -74,7 +74,7 @@ private:
float currentSampleRate;
const fluid_preset_t getFirstPreset();
fluid_preset_t* getFirstPreset();
void selectFirstPreset();
unique_ptr<BankAndPreset> getFirstBankAndPreset();
@ -91,4 +91,4 @@ private:
ListenerList<Listener> eventListeners;
JUCE_DECLARE_NON_COPYABLE_WITH_LEAK_DETECTOR (FluidSynthModel)
};
};