Robin Schmidt
Robin Schmidt
you can register at any parameter as ParameterObserver. you need to inherit from ParameterObserver, call registerParameterObserver(this) on the parameter(s) that you want to observe (somewhere in the constructor perhaps) and...
> Jim is having trouble getting the modulation curve editor to repaint based on a parameter changing note that calling repaint from a parameter change callback may be dangerous. better...
> Standalone PrettyScope runs into crashes / nullptr, this is only happening in JUCE 5. well you are calling the constructor of OpenGLCanvas withh 3 nullptrs in OpenGLOscilloscope.cpp, line 17:...
> but you're having to update the GUI when something changes like level/shape/time, so... I was going to look at how you did that. yes - that's precisely the main...
> GUI needs update on preset change i'm getting lots of compiler errors when trying to build MushroomGenerator of the type: error C2065: 'midiFrequencyMasterPtr': undeclared identifier (compiling source file ..\..\..\Source\JerobeamMushroomPlugin
> no idea how to solve this, don't know how it all works i didn't write this code - i guess, jim did it then? or lorcan? my first shot...
but wait - why actually isn't there a "createPluginFilter" function being called at startup - as is the case with other plugins?
shouln't it be initialized as a "StandalonePlugin" (i love that term, btw.) like all other juce standalone "plugins"
> i had to define JUCE_USE_CUSTOM_PLUGIN_STANDALONE_APP=1 ah - ok - yes, maybe look into that then
haha! great!