mirror of
https://github.com/vsariola/sointu.git
synced 2026-02-14 04:03:23 -05: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() {
|
|
}
|