sointu/vm
5684185+vsariola@users.noreply.github.com 01bf409929 refactor(vm): rename Commands/Values to Opcodes/Operands
The commands and values were not very good names to what the
byte sequences actually are: opcodes and their operands. In
many other places, we were already calling the byte in the Command
stream as Opcode, so a logical name for a sequence of these is
Opcodes. Values is such a generic name that it's not immediately
clear that this sequence is related to the opcodes. Operands is not
perfect but clearly suggests that this sequence is related to
the Opcodes.
2023-10-18 19:53:47 +03:00
..
compiler refactor(vm): rename Commands/Values to Opcodes/Operands 2023-10-18 19:53:47 +03:00
generate code/text formatting and cleaning up whitespace 2023-09-24 10:47:54 +03:00
bytecode.go refactor(vm): rename Commands/Values to Opcodes/Operands 2023-10-18 19:53:47 +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
go_synth_test.go refactor!: rename SynthService to Synther and related types 2023-10-18 17:32:13 +03:00
go_synth.go refactor(vm): rename Commands/Values to Opcodes/Operands 2023-10-18 19:53:47 +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