sointu/vm
5684185+vsariola@users.noreply.github.com 1ac2ad3c75 fix(vm/compiler): invert the logic of the release flag in the voices (closes #102)
This makes all envelopes released by default, instead of attacking. Add also test to demonstrate the buggy behaviour.
2023-09-23 15:56:46 +03:00
..
compiler fix(vm/compiler): invert the logic of the release flag in the voices (closes #102) 2023-09-23 15:56:46 +03:00
generate feat(sointu, vm): implement pure-Go interpreter for bytecode 2021-03-03 23:55:58 +02:00
bytepatch.go feat: add ability to import 4klang patches and instruments 2023-07-06 23:47:55 +03:00
delaytable.go feat: add ability to import 4klang patches and instruments 2023-07-06 23:47:55 +03:00
featureset.go fix(vm): skip empty units when detecting what units are used 2021-03-24 00:17:10 +02:00
interpreter_test.go feat(vm): add support for gm.dls samples in the go virtual machine (closes #75) 2023-08-28 22:44:37 +03:00
interpreter.go fix(vm/compiler): invert the logic of the release flag in the voices (closes #102) 2023-09-23 15:56:46 +03:00
opcodes.go feat: add the ability to use Sointu as a sync-tracker 2021-03-09 23:52:33 +02:00
patterns_test.go refactor: implement Order and Pattern types: slices returning default values for out of bound indices 2021-05-12 12:08:55 +03:00
patterns.go refactor(vm): simplify flattenSequence code 2021-05-12 22:44:03 +03:00