mirror of
https://github.com/vsariola/sointu.git
synced 2025-07-27 17:34:46 -04:00
Implement a bridge to call Sointu from Go language.
The main interface is render_samples function, which renders several samples in one call, to limit the number of calls from Go to C. This is compiled into a library, which is then linked and called from bridge.go.
This commit is contained in:
committed by
Veikko Sariola
parent
af14cd310b
commit
7aac3917b7
7
.gitignore
vendored
7
.gitignore
vendored
@ -18,4 +18,9 @@ build/
|
||||
old/
|
||||
|
||||
# VS Code
|
||||
.vscode/
|
||||
.vscode/
|
||||
|
||||
# project specific
|
||||
# this is autogenerated from bridge.go.in
|
||||
bridge/bridge.go
|
||||
|
||||
|
Reference in New Issue
Block a user