sointu/cmd/default_service_other.go
5684185+vsariola@users.noreply.github.com cd700ed954 feat!: implement vsti, along with various refactorings and api changes for it
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.
2023-05-13 17:56:13 +03:00

8 lines
112 B
Go

//go:build !native
package cmd
import "github.com/vsariola/sointu/vm"
var DefaultService = vm.SynthService{}