mirror of
https://github.com/vsariola/sointu.git
synced 2025-07-18 21:14:31 -04:00
fix(cmd/sointu-vsti): use different name and ID for native vsti plugin
This commit is contained in:
parent
545f32bcc3
commit
e3c7d2cba4
6
cmd/sointu-vsti/nameid_not_native.go
Normal file
6
cmd/sointu-vsti/nameid_not_native.go
Normal file
@ -0,0 +1,6 @@
|
||||
//go:build !native
|
||||
|
||||
package main
|
||||
|
||||
var PLUGIN_ID = [4]byte{'S', 'n', 't', 'u'}
|
||||
var PLUGIN_NAME = "Sointu"
|
Reference in New Issue
Block a user