protoplug icon indicating copy to clipboard operation
protoplug copied to clipboard

Create audio plugins on-the-fly with LuaJIT.

Results 33 protoplug issues
Sort by recently updated
recently updated
newest added

Now JUCE 7 is out, could an LV2 version be possible? Thanks!

Hello, I installed this and directed it to the ProtoplugFiles folder that I put in ~/Documents The plugin says it tries to load from /Users/username/Documents/ProtoplugFiles/lib/libluajit-5.1.so and system path It definitely...

My latest tutorial video : https://www.youtube.com/watch?v=_M1nBN6kCME

My latest tutorial video makes a nice Wavefolding Oscillator https://www.youtube.com/watch?v=JUptTzQGPNg

Constructing a midi event seems not to work when a data table is explicitly passed in. At the interactive console: ``` midi.Event(0, 3) -- returns cdata, ok midi.Event(0, 3, {0x90,...

Can I call a C object file / DLL from inside a protoplug script? If so, how? Where would I put it?

...Since lua is available for m1, too?

First of all I apologize for posting an issue here. I went to the [forum](https://forums.osar.fr/) but I was not able to log in and it looks like nobody has posted...

I'm starting a series of them. First one today, it's all your code, but I'll start doing some videos on my own scripts soon https://www.youtube.com/watch?v=zkgYBoiQPek

I have a MIDI effect that, after a while, errors out with the message error calling plugin_processBlock() : not enough memory and stops doing anything. My code is the following:...