sointu/vm
5684185+vsariola@users.noreply.github.com 960bddfae0 refactor(vm): use vm.GoSynther{}.Synth instead of vm.Synth
vm.Synth was used only in a few places, reduce the number of
exported functions. Also, if we ever add some global configuration
to GoSynther e.g. samplerate, we have a mechanism to do so, instead
of the Synth function.
2023-10-19 12:52:05 +03:00
..
compiler refactor: move ConstructPatterns into compiler package 2023-10-19 12:38:18 +03:00
generate docs: improve go doc comments for vm package 2023-10-19 11:54:12 +03:00
bytecode.go refactor(vm): rename Encode to NewBytecode 2023-10-19 10:32:34 +03:00
delaytable.go feat: add ability to import 4klang patches and instruments 2023-07-06 23:47:55 +03:00
doc.go docs: improve go doc comments for vm package 2023-10-19 11:54:12 +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(vm): use vm.GoSynther{}.Synth instead of vm.Synth 2023-10-19 12:52:05 +03:00
go_synth.go refactor(vm): use vm.GoSynther{}.Synth instead of vm.Synth 2023-10-19 12:52:05 +03:00
opcodes.go docs: improve go doc comments for vm package 2023-10-19 11:54:12 +03:00