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 |
||
---|---|---|
.. | ||
compiler | ||
generate | ||
bytepatch.go | ||
delaytable.go | ||
featureset.go | ||
interpreter_test.go | ||
interpreter.go | ||
opcodes.go | ||
patterns_test.go | ||
patterns.go |