mirror of
https://github.com/vsariola/sointu.git
synced 2025-11-18 16:49:06 -05:00
drafting
This commit is contained in:
parent
fa7901c7c6
commit
f92ecb2e99
@ -9,5 +9,5 @@ import (
|
||||
|
||||
func init() {
|
||||
Synthers = append(Synthers, bridge.NativeSynther{})
|
||||
Synthers = append(Synthers, vm.MakeParallelSynther(bridge.NativeSynther{}))
|
||||
Synthers = append(Synthers, vm.MakeMultithreadSynther(bridge.NativeSynther{}))
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user