mirror of
https://github.com/vsariola/sointu.git
synced 2025-05-28 03:10:24 -04:00
The RPC and sync library mechanisms were removed for now; they never really worked and contained several obvious bugs. Need to consider if syncs are useful at all during the compose time, or just used during intro.
8 lines
112 B
Go
8 lines
112 B
Go
//go:build !native
|
|
|
|
package cmd
|
|
|
|
import "github.com/vsariola/sointu/vm"
|
|
|
|
var DefaultService = vm.SynthService{}
|