Setting Up Orca on Ubuntu 18.04.1 LTS with SunVox
Sat, 19 Jan 2019 00:00:00 GMT by jrc03c
It's fairly straightforward to set up ORCΛ on Ubuntu for use with SunVox, and though I haven't really gotten a chance to do anything advanced with it yet, these instructions at least got me off the ground.
Here's a video of the process. The written instructions are below.
So, first, launch SunVox. Open the Preferences from the little menu at the top left. Select the MIDI submenu. Click on "MIDI controller 1" and choose "Midi Through Port-0" from the drop-down list. Then close the preferences.
Next, launch Orca. Press CTRL+. to open the JavaScript console. Type:
terminal.io.midi.list()
This will list the available MIDI controllers. Note the index (place) in the list of the device with the same name as the SunVox controller: "Midi Through Port-0". Then type:
terminal.io.midi.select(0)
I used 0
in this example because that was the index of the device with the name "Midi Through Port-0" on my machine, but your index might be different.
Next, press CTRL+. to close the JS console. Now open an Orca project file. You can use one from the "examples" folder if you don't have any of your own yet. It should start playing automatically.
Orca will control whatever instrument is currently selected in SunVox. So, to switch instruments, just click on a different module (synth, effect, etc.).
And that's it! There are probably other and better ways to set it up, but since I know virtually nothing about MIDI, this is as far as I can take you. Good luck, and let me know how it goes!