mirror of
https://github.com/vsariola/sointu.git
synced 2025-05-27 19:00:25 -04:00
go v1.21 is more strict about giving methods to C.structs and was complaining about "cannot define new methods on non-local type *C.Synth". The solution was a local type alias: type BridgeSynth C.Synth |
||
---|---|---|
.. | ||
bridge_test.go | ||
bridge.go | ||
init_windows.go |