sointu/vm/compiler/bridge
5684185+vsariola@users.noreply.github.com d82d151f49 fix: native synth building on go 1.21
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
2023-08-27 12:24:06 +03:00
..
bridge_test.go feat: add ability to import 4klang patches and instruments 2023-07-06 23:47:55 +03:00
bridge.go fix: native synth building on go 1.21 2023-08-27 12:24:06 +03:00
init_windows.go reorganize things into different packages 2021-03-02 17:19:45 +02:00