mirror of
https://github.com/vsariola/sointu.git
synced 2026-02-03 14:20:17 -05:00
9 lines
136 B
Go
9 lines
136 B
Go
package cmd
|
|
|
|
import (
|
|
"github.com/vsariola/sointu"
|
|
"github.com/vsariola/sointu/vm"
|
|
)
|
|
|
|
var Synthers = []sointu.Synther{vm.GoSynther{}}
|