mirror of
https://github.com/vsariola/sointu.git
synced 2026-02-15 20:53:17 -05:00
feat(tracker): multithreading is enabled with a separate bool toggle
This commit is contained in:
parent
4bb5df9c87
commit
287bd036a6
@ -5,7 +5,4 @@ import (
|
||||
"github.com/vsariola/sointu/vm"
|
||||
)
|
||||
|
||||
var Synthers = []sointu.Synther{
|
||||
vm.GoSynther{},
|
||||
vm.MakeMultithreadSynther(vm.GoSynther{}),
|
||||
}
|
||||
var Synthers = []sointu.Synther{vm.GoSynther{}}
|
||||
|
||||
Reference in New Issue
Block a user