sointu/go4k
Veikko Sariola efbcf1454e feat(go4k&sointu): Export .h C header files from the songs using go, also automatically during build for the tests.
The header files are automatically generated during build. No need to #define anything; everything is fixed by the .asm file. This adds go as a dependency to run the unit tests, but this is probably not a bad thing, as go is probably needed anyway if one wants to actually start developing Sointu.
2020-12-03 23:43:39 +02:00
..
audio fix(go/audio): fix audio.Player interface to have erroring Close() 2020-11-08 02:41:42 +02:00
bridge refactor(go4k): Remove all special treatment from samples and map Song 1-1 to what's in the .asm file. 2020-11-20 22:21:21 +02:00
cmd feat(go4k&sointu): Export .h C header files from the songs using go, also automatically during build for the tests. 2020-12-03 23:43:39 +02:00
tracker refactor(song): Remove song length from Song and assume the user knows MAX_SAMPLES 2020-11-29 22:12:29 +02:00
algorithms_test.go feat(go4k): Algorithm to construct small delay times tables by abusing overlapping of different delay times. 2020-11-09 22:29:10 +02:00
algorithms.go refactor(go4k): Remove all special treatment from samples and map Song 1-1 to what's in the .asm file. 2020-11-20 22:21:21 +02:00
asmformat_test.go feat(go4k&sointu): Export .h C header files from the songs using go, also automatically during build for the tests. 2020-12-03 23:43:39 +02:00
asmformat.go feat(go4k&sointu): Export .h C header files from the songs using go, also automatically during build for the tests. 2020-12-03 23:43:39 +02:00
go4k.go refactor(go4k): Remove all special treatment from samples and map Song 1-1 to what's in the .asm file. 2020-11-20 22:21:21 +02:00
song_json_test.go feat(go4k&sointu): Export .h C header files from the songs using go, also automatically during build for the tests. 2020-12-03 23:43:39 +02:00
song_test.go feat(go4k&sointu): Export .h C header files from the songs using go, also automatically during build for the tests. 2020-12-03 23:43:39 +02:00
song.go feat(go4k&sointu): Export .h C header files from the songs using go, also automatically during build for the tests. 2020-12-03 23:43:39 +02:00