mirror of
https://github.com/vsariola/sointu.git
synced 2026-02-16 13:13:28 -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{}}
|