This commit is contained in:
5684185+vsariola@users.noreply.github.com
2025-10-24 23:55:04 +03:00
parent fa7901c7c6
commit f92ecb2e99
12 changed files with 152 additions and 134 deletions

View File

@ -7,5 +7,5 @@ import (
var Synthers = []sointu.Synther{
vm.GoSynther{},
vm.MakeParallelSynther(vm.GoSynther{}),
vm.MakeMultithreadSynther(vm.GoSynther{}),
}