failed attempt to add a particular modulator

This commit is contained in:
Alex Birch
2018-06-22 21:32:16 +01:00
parent 6c96994946
commit 370d599f62
2 changed files with 32 additions and 1 deletions

View File

@ -88,6 +88,8 @@ private:
unsigned int sfont_id;
unsigned int channel;
fluid_mod_t* mod;
ListenerList<Listener> eventListeners;
JUCE_DECLARE_NON_COPYABLE_WITH_LEAK_DETECTOR (FluidSynthModel)