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

Please consider compiling this also as AU-MFX. My understanding this is as simple as changing one line of code and building it as an AU-MFX target. There is some info...

I would like to extend the MIDI api that is available in LuaProtoPlug. I could do this either in C++ or LUA, as makes sense, but I would appreciate some...

Current API module does not have any support for getting or setting ProgramChange, ChannelPressure and PolyPressure midi events. Why not?

This fork adds AUmfx build as 1.4.0m In the future I may add more stuff to this fork, but for now this mainly is just adding a jucer project to...

I modified your atonal MIDI generator to generate some [EBM](https://en.wikipedia.org/wiki/Electronic_body_music) riffs. It somewhat works, but I ran into some some issues: - for some unknown reason it does not send...

I have some noname cheap MIDI controller, which has some problems with setting right velocity when playing live. I hit either too hard or too soft. This script is filter...

midi.Event constructor was returning nil when passed optional third argument.

fails to load in ardour/linux. I tried another daw -- waveform it also gets blacklisted. (for both vst plugins)

Is there any kind of Idle callback or a way that we can have some lua code script code execute outside of process block? For example if we wanted to...