mirror of
https://github.com/vsariola/sointu.git
synced 2025-07-22 06:54:34 -04:00
feat!: both native & Go synths are included in the same executables
Closes #200
This commit is contained in:
parent
13102aa7d6
commit
3163f46447
@ -18,6 +18,8 @@ type NativeSynther struct {
|
||||
|
||||
type NativeSynth C.Synth
|
||||
|
||||
func (s NativeSynther) Name() string { return "Native" }
|
||||
|
||||
func (s NativeSynther) Synth(patch sointu.Patch, bpm int) (sointu.Synth, error) {
|
||||
synth, err := Synth(patch, bpm)
|
||||
return synth, err
|
||||
|
Reference in New Issue
Block a user