sointu/vm
5684185+vsariola@users.noreply.github.com cd700ed954 feat!: implement vsti, along with various refactorings and api changes for it
The RPC and sync library mechanisms were removed for now; they never really worked and contained several obvious bugs. Need to consider if syncs are useful at all during the compose time, or just used during intro.
2023-05-13 17:56:13 +03:00
..
compiler feat!: implement vsti, along with various refactorings and api changes for it 2023-05-13 17:56:13 +03:00
generate feat(sointu, vm): implement pure-Go interpreter for bytecode 2021-03-03 23:55:58 +02:00
bytepatch.go feat(vm): construct minimal delaytime table using greedy matching 2021-03-26 23:07:20 +02:00
delaytable.go feat(vm): construct minimal delaytime table using greedy matching 2021-03-26 23:07:20 +02: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!: implement vsti, along with various refactorings and api changes for it 2023-05-13 17:56:13 +03:00
interpreter.go feat!: implement vsti, along with various refactorings and api changes for it 2023-05-13 17:56:13 +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