Hello,
I'm trying to make a 64 bit build of my plugin in both VST and Audio Unit. I'm currently testing using the Reaper as a host. I finally got my plugin to compile fine, the VST loads and works fine except that there is still this bug present:
http://www.rawmaterialsoftware.com/view ... 205#p48205
So the buttons in my plugin don't work , just the sliders.
In fact the problem I am stuck in is when making the Audio Unit. It compiles ok and when I load it in the reaper, it loads, and I see my GUI except that all the sliders and parameters seem to be frozen and not movable, so I went into the console output to see what's going on and I'm getting this error:
...
ca_require: IsInitialized() Uninitialized /Applications/Xcode.app/Contents/Developer/Extras/CoreAudio/AudioUnits/AUPublic/AUBase/AUBase.cpp:1352
from AU (0x810000): 'aufx' 'Rxtr' 'Adnx', render err: -10867
ca_require: IsInitialized() Uninitialized /Applications/Xcode.app/Contents/Developer/Extras/CoreAudio/AudioUnits/AUPublic/AUBase/AUBase.cpp:1352
from AU (0x810000): 'aufx' 'Rxtr' 'Adnx', render err: -10867
...
Since this is being printed over and over in the console until I unload and remove the plugin, I tried commenting all the code of the process block in case it was related but it doesn't work. When I hit the play button in reaper the playhead moves but there is no audio output.
Does anyone know what this is or any clues how to fix it?
