sointu/go4k/bridge/init_nonwin.go
Veikko Sariola bcbb5aaf19 feat: Delays and samples are now working through the bridge.
One should call bridge.Init() once during the initialization of the program to load the static sample table. On linux, bridge.Init() does nothing.
2020-11-08 16:03:10 +02:00

7 lines
52 B
Go

// +build !windows
package bridge
func Init() {
}