Dewdman42
Dewdman42
ran the update, getting a different exception now. This is happening both on Mavericks and El Capitan: Searching for Sonos devices on network... /usr/local/lib/node_modules/airsonos/node_modules/bluebird/js/main/promise.js:680 throw e; ^ Error: Internal Server...
I submitted a pull request to github with the one line fix Mavericks using afp protocol to a Linux based has file server. I believe the problem is that when...
Thanks for your response. Haven't looked at your videos yet. forking a thread to schedule stuff in the future is not how I would handle it. As you said, something...
I already explained why above. I don't actually care whether my changes make it into the mainline of ProtoPlug, Pierre used an MIT license and made it clear we are...
Yes for that particular thing I am sure I will have to do some similar things. as I said already above, the right approach is to load midi events into...
To give a little better idea where I am headed with some of this, I have some years of experience using LogicPro's Scripter plugin and am intimately familiar with the...
As I said, I am asking for pointers about where in the ProtoPlug code to look for places that I can extend what it is capable of...it is perfectly well...
Thanks for checking in! Yes I am definitely interested in getting under the covers into C++. Several reasons. For one I can make use of JUCE objects directly designed for...
Thanks I look forward to hearing about that! Let me try to explain better. I want user script to be able to say simply something like: `scheduleEventAfterMilliseconds(event)` for example. Then...
This looks like what I need to add hooks that will happen...and addHandler... I will need to spend some time digesting this and experimenting...but anyway,.. > ```lua > script.addHandler("init", function...