Formula module

Post Reply
philipbergwerf
Posts: 174
Joined: Sat Mar 17, 2018 4:23 pm

Formula module

Post by philipbergwerf »

The Modules that are already in sunvox are very well written and they can be combined in many ways to build synths. One thing I really miss is the option to apply specific rules.

Formula Module:
load, save, presets
[controllers]
volume
input [define which connected module is the input for the formula]
input type [audio, midi, gpio]
output [define output]
sample rate
formula text-field.

example controller rule:
$060E = $0608 - 2300 [ (module 06, controller 0E) = (module 06, controller 08) - xxyy ]

example audio:
output = input
if freq(input) <= 440 {$0401 = 0}

I don't know for sure if things are going to work like this but I think you get the idea, a form of implementation of pixilang in a module block. I think the controller rules are more exact and it should be useful to be able to manipulate that.

Philip Bergwerf
Post Reply