Hi!
Just had a big search througth the forum, and can’t find anything similar:
I have JUCE rtas plugin (win xp, PT LE 8 )
and left mouse click with Alt key holdede down - works only once after plugin instantiation.
Closing \ opening UI - dosent help.
The same build for VST (windows) works ok, same build for PT mac osx works ok…
Could you please help.
Got latest tip, nothing chaged in RTAS / win xp (full clean), rebuilded andh checked two times.
alt + left click works only once after plugin instantiantion.
btw -
juce_PluginHostType.h line 136 : WCHAR* w = reinterpret_cast <const WCHAR*> (buffer.getData());
shouldn’t it be: WCHAR* w = reinterpret_cast <WCHAR*> (buffer.getData());
I don’t have a win32 copy of pro-tools to debug with at the moment… When you say it only works once, do you mean that no further clicks get through at all, or that the alt key isn’t recognised any more? What about right-clicks?
In addition, somehow, AU and RTAS plugins (mac os x 10.5.6) are now (with yesterday tip ) working different in this situation -
If simple “about this program” splash screen is shown (with bool userPickedYes = aboutSplash->runModalLoop();
call), and if I want to close it - button on this component should be clicked 2 times in case of RTAS and 1 time in case of AU plugin.
I would say like the button itself is getting focus, not the splash screen component.
I have another one with two buttons (yes \ no), and if I click on “yes” and after that on “no” and after that on “yes” and after that on “no”… and so on - nothing happens =)
Just tried setWantsKeyboardFocus, works the same.
Just noticed that something is wrong with mac RTAS plugin at all. Plugin does not receive any mouse movement data till first mouse click appears. And it is only in rtas build.
Sorry for abusing you with such many questions, but should I wait for any movement on the subject (speaking about osx pt le 8 mouse handling in rtas plugins)? If you don’t have plans for this I’ll go to some older version. I would not ask it if the String class was not changed such, so it is not a 2 minutes to go back.
Thanks!
PS to be precise, I’ve not tried the latest changes (my tip is 2 days old ), sorry if I missed checkin with fix, I’m checking the git log every 2 hours…