sointu/go4k
2020-11-10 20:05:16 +02:00
..
audio fix(go/audio): fix audio.Player interface to have erroring Close() 2020-11-08 02:41:42 +02:00
bridge refactor(asm&go4k): Remove double SU_SEND macros, voice(0) corresponding to local send and voice(n) corresponding to global. 2020-11-10 00:53:06 +02:00
cmd feat(cmd/asmfmt): Implement a command line utility to import and re-export a song, effectively formatting it always identically. 2020-11-10 20:05:16 +02:00
tracker feat: Delays and samples are now working through the bridge. 2020-11-08 16:03:10 +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 feat(go4k): Implement .asm exporting. 2020-11-10 20:05:03 +02:00
asmformat_test.go feat(go4k): Implement .asm exporting. 2020-11-10 20:05:03 +02:00
asmformat.go feat(go4k): Implement .asm exporting. 2020-11-10 20:05:03 +02:00
go4k.go feat(go4k): Implement .asm exporting. 2020-11-10 20:05:03 +02:00
song_json_test.go feat: Delays and samples are now working through the bridge. 2020-11-08 16:03:10 +02:00
song_test.go feat: Delays and samples are now working through the bridge. 2020-11-08 16:03:10 +02:00
song.go Reorganize the project folder structure and how go packages are organized. 2020-10-31 22:05:47 +02:00