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:
Veikko Sariola
2020-10-21 20:07:45 +03:00
committed by Veikko Sariola
parent af14cd310b
commit 7aac3917b7
13 changed files with 555 additions and 8 deletions

7
.gitignore vendored
View File

@ -18,4 +18,9 @@ build/
old/
# VS Code
.vscode/
.vscode/
# project specific
# this is autogenerated from bridge.go.in
bridge/bridge.go