Files
sointu/cmd/synthers.go
5684185+vsariola@users.noreply.github.com 3163f46447 feat!: both native & Go synths are included in the same executables
Closes #200
2025-07-10 17:46:00 +03:00

11 lines
140 B
Go

package cmd
import (
"github.com/vsariola/sointu"
"github.com/vsariola/sointu/vm"
)
var Synthers = []sointu.Synther{
vm.GoSynther{},
}