Server.callWithGET broken on Mac compiled plugins
-
I’d like to add that the timer and the server are launched, but they are in standby (we can see the server thread is ACTIVE)
So maybe Hise could « disapprove » this forced standby for vital functions like server and timer, what do you think @Christoph-Hart?
-
Think you might be right that it's not a timer or server issue @ustk.
Here's a cleaner example of the behaviour in Logic Pro X.
As you can see, movement of the playhead is actually not required to 'Activate' the plugin, running a simple test tone through the plugin is enough to get things moving.
Furthermore once this is done, the plugin stays 'Activate' for the entire session (as closing and reopening the plugin demonstates). -
@LeeC Good catch again!
So this is definitely a LP restriction… the question is, can Hise go through this restriction ? -
@ustk said in Server.callWithGET broken on Mac compiled plugins:
@LeeC Good catch again!
So this is definitely a LP restriction… the question is, can Hise go through this restriction ?Yep that is the big question!
I also attempted a hack around...
By playing audio internally using Scriptnodes Audio Player within a compiled plugin, hoping that this would 'Activate' the plugin but unfortunately not.It seems that certain parts of a HISE compiled plugin lay dormant in a session until LPX passes audio through it.
-
@Christoph-Hart has fixed the LPX server issue.
Has anyone tried yet?
https://github.com/christophhart/HISE/commit/f816c4ba15d830f3b52e6432f1ab671ef42b92df
-
@orange Yeah I've seen that but haven't tried yet...
-
@orange Thanks for the heads up!
I’ll try when I’m back at my machine and will report back -
I've tried today with master branch. The LPX playhead fix for Server API, now works perfectly in LPX.
Thank you so much @Christoph-Hart
-
@orange said in Server.callWithGET broken on Mac compiled plugins:
I've tried today with master branch. The LPX playhead fix for Server API, now works perfectly in LPX.
Thank you so much @Christoph-Hart
yep my vote of thanks too....