make sample rate changeable, probably

This commit is contained in:
Alex Birch
2018-04-15 21:32:26 +01:00
parent a82e7e450b
commit b5a807fe91
3 changed files with 16 additions and 0 deletions

View File

@ -59,6 +59,8 @@ public:
*/
void removeListener (Listener* listener);
void setSampleRate(float sampleRate);
const String& getCurrentSoundFontAbsPath();
private:
@ -70,6 +72,8 @@ private:
String currentSoundFontAbsPath;
float currentSampleRate;
const fluid_preset_t getFirstPreset();
void selectFirstPreset();
unique_ptr<BankAndPreset> getFirstBankAndPreset();