pac-dev / protoplug

Create audio plugins on-the-fly with LuaJIT.
Other
282 stars 36 forks source link

FYI : A couple of scripts #19

Open interstar opened 7 years ago

interstar commented 7 years ago

FYI : I've started playing with Protoplug.

A couple of scripts are being developed, both for sound synthesis and MIDI control. You can find them here : https://github.com/interstar/Proto-Plug-Scripts

And a quick example here : http://blahsploitation.blogspot.co.uk/2017/08/im-really-enjoying-playing-with.html

pac-dev commented 6 years ago

I'm having fun with the croissant script, really interesting with a keyboard! Shall I add it to the distribution?

interstar commented 6 years ago

Be my guest. It's an honour.

The only issue is that the general library functions are a bit mixed up with the specifics eg. the chord is hardwired on line 37.

Really this should be broken into three separate things :

If you're interested I could have a go at splitting these up. Where would a general library file for "ring" go?

YPares commented 1 year ago

Hi :) just discovered Protoplug, it was the perfect platform for developping some arpeggiator idea (where arp patterns are expressed as regular MIDI data) I had for some time. Code is here: https://github.com/YPares/midi-scripts

paulofalcao commented 1 year ago

Hi! Made a script that detects the chord playing and adds the bass note.

https://github.com/paulofalcao/RootChordGen