mirror of
https://github.com/vsariola/sointu.git
synced 2025-05-28 03:10:24 -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 | ||
templates | ||
compiler_macros.go | ||
compiler.go | ||
featureset_macros.go | ||
song_macros.go | ||
wasm_macros.go | ||
x86_macros.go |