mirror of
https://github.com/vsariola/sointu.git
synced 2025-06-03 17:18:20 -04:00
One should call bridge.Init() once during the initialization of the program to load the static sample table. On linux, bridge.Init() does nothing.
7 lines
52 B
Go
7 lines
52 B
Go
// +build !windows
|
|
|
|
package bridge
|
|
|
|
func Init() {
|
|
}
|