Phil Jones
Phil Jones
Checking in on this thread. Did you manage to add the Deps yet?
Cool. Thanks @mattgodbolt I'll start having a play around. :-)
I second this. It would be awesome.
Presumably you saw my arpeggiator example. https://www.youtube.com/watch?v=MHo1FXyRvrA Which obviously does manually schedule events for the future. You could wrap up some code like that into a Lua library. The only...
So what are the advantages of doing this in C++ as opposed to Lua? AFAICT most of the C++ is actually JUCE. So then the question is, do you want...
OK But either way, I don't think there's a time based event queue for midi in either Protoplug or JUCE so you'll still have to implement it yourself. Behind the...
OK. I don't know Logic or scripter. So I can't make much comparison. But my suspicion is that it's not very like the way Lua / Protoplug / JUCE work,...
OK. Then maybe I'm not understanding your questions. Sorry. Perhaps @pac-dev can help
I've had another think about this. If you just want to know "where is the C++ code of Protoplug that calls into the Lua code?" then I believe that, for...
Cool. @pac-dev. I hadn't quite grokked that you could add handlers to the script like that. But, yeah, that looks convenient for overriding processBlock with your own.