I have LIve8 and the latest and unmodified JuceDemoPlugin source, built it and there are two major things that do not work
-
setParameterNotifyingHost() does nothing (but it’s just Live it works in other hosts like Reaper, FLStudio), moving a slider has no effect, however changing the parameter from Live does update the values in the plugin, i tried debugging and the only weird thing is the AudioEffect::setParameterAutomated call witch has the “audioMasterAutomate” parameter as invalid (i checked in the Watch window and it has an invalid adress)
-
you can’t input anything to Label/TextEditor
theese reports are for Win32 builds with everything left to default and not a single line of mine code. Could anyone share some inside what could be wrong. I know the TextEditor/Label issue has been adressed but i don’t know if it has ever been fix and there is some FLAG or setting i need to tweak to make it work.
– edit
i re-checked this on the MAC it works fine in Live 7, i also pulled the latest tip that holds the wrapper directory in the src/ dir and replaced the juce.h include with JuceHeader generated with the Introjucer for the project to build, same issue.
