protoplug
protoplug copied to clipboard
FYI : A couple of scripts
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
I'm having fun with the croissant script, really interesting with a keyboard! Shall I add it to the distribution?
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 :
-
the general library that emulates the Sonic Pi "ring"
-
the specific application which uses that to turn
-
a place to specify which chord (or chords) a note gets expanded into
If you're interested I could have a go at splitting these up. Where would a general library file for "ring" go?