mirror of
https://github.com/vsariola/sointu.git
synced 2025-05-28 03:10:24 -04:00
The "auto" was misleading, as it meant self modulation when targetting a unit within instrument itself and just voice 0 when cross-instrument modulation. This feature changes the "auto" meaning "self" for instruments self-modulating, and "all" voices for cross-instrument modulations. "all" is implemented by compiling a single send into multiple repeated sends, with only the last popping the stack (if necessary). Closes #107 |
||
---|---|---|
.. | ||
compiler | ||
generate | ||
bytepatch.go | ||
delaytable.go | ||
featureset.go | ||
interpreter_test.go | ||
interpreter.go | ||
opcodes.go | ||
patterns_test.go | ||
patterns.go |