in juce_VSTPluginFormat.cpp, in handleGeneralCallback:
I don’t see anywhere in the VST spec that it should be hex. Any VST host code I can find just answers 2400 or 2400L…
All the best
in juce_VSTPluginFormat.cpp, in handleGeneralCallback:
I don’t see anywhere in the VST spec that it should be hex. Any VST host code I can find just answers 2400 or 2400L…
All the best
Hmm. You do seem to be right, the Steinberg docs give an example of 2400 decimal. I guess that shows how much the value gets used!
Thanks very much, I’ll tweak that!