move message-routing, midi-rendering concerns into FluidSynthModel

This commit is contained in:
Alex Birch
2019-07-28 22:22:25 +01:00
parent e772b4bcf0
commit d4a060b769
3 changed files with 140 additions and 140 deletions

View File

@ -39,6 +39,8 @@ public:
// void onFileNameChanged(const String &absPath, int bank, int preset);
void setControllerValue(int controller, int value);
void processBlock(AudioBuffer<float>& buffer, MidiBuffer& midiMessages);
//==============================================================================
/**
Used to receive callbacks when a button is clicked.