Orac 2.0

Yeah polybeats I need to store keyboards status , so it can be redrawn when you switch back to it.

—-
@Wannop
Main change from 1.0 is less boiler plate code needed, look at a 2.0 one and remove the excess from 1.0 (mainly remove kontrolmodule)

( what’s cool is the module type/id is not coded, so to create a derivative module, just copy directory and rename it - simple!)

Notes now get a 0 0 0 , last float is voice # , 1.0 often will work ‘as is’, but look at a 2.0 synth for proponer handling for mpe etc.

‘Extras’
Preset storage for things like sequences, see seq2/punchy
Sample manager - check one of the samplers

These might initially look complicated, but you should be able to just copy the code out to your own modules.

Oh, and all usermodules should now NOT be mixed in, place them in /media/orac/usermodules.
(Directory already exists)
remember to put in a category (synth).
If it exactly matches an existing ‘factiory’ modules name/category it will override it. Useful for bug fixes

3 Likes