Finally got around to capturing the changes I’ve made to Orca. Everything in the video below is from my dev branch and includes the following changes:
0:07 Encoders as input; (K1 + E1), values (K1 + E2), and notes (K1 + E3) with encoders (K1 + K2 clear). Useful for when you don’t have or want to lug a keyboard around
0:46 Synth Engine operator (|), currently using PolyPerc engine. Still working on implementing changing engines with help from @zebra’s comment, stay tuned!
3:07 Export and import .txt files for possibility of sharing with broader Orca community
If you’re interested in trying the above out yourself, ssh into your Norns and run the following commands:
$ cd ~/dust/code
$ git clone --single-branch --branch dev https://github.com/frederickk/orca/ orca-dev