fix(cmd/sointu-vsti): use different name and ID for native vsti plugin

This commit is contained in:
5684185+vsariola@users.noreply.github.com
2023-09-24 17:38:06 +03:00
parent 545f32bcc3
commit e3c7d2cba4
4 changed files with 20 additions and 4 deletions

View File

@ -0,0 +1,6 @@
//go:build !native
package main
var PLUGIN_ID = [4]byte{'S', 'n', 't', 'u'}
var PLUGIN_NAME = "Sointu"