sointu/go4k
2020-12-08 10:57:23 +02:00
..
audio fix(go/audio): fix audio.Player interface to have erroring Close() 2020-11-08 02:41:42 +02:00
bridge feat(bridge): Return sensible error messages from bridge and test that patches that should fail actually do. 2020-12-05 21:55:49 +02:00
cmd feat(sointu-cli): Support importing/exporting in YAML 2020-12-08 10:57:23 +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 refactor(go4k): Rename DeserializeAsm & SerializeAsm to ParseAsm & FormatAsm 2020-12-07 11:14:46 +02:00
asmformat.go refactor(go4k): Rename DeserializeAsm & SerializeAsm to ParseAsm & FormatAsm 2020-12-07 11:14:46 +02:00
go4k.go feat(sointu-cli): Support importing/exporting in YAML 2020-12-08 10:57:23 +02:00
song_json_test.go feat(sointu-cli): Support importing/exporting in YAML 2020-12-08 10:57:23 +02:00
song_test.go feat(sointu-cli): Support importing/exporting in YAML 2020-12-08 10:57:23 +02:00
song.go feat(sointu-cli): Support importing/exporting in YAML 2020-12-08 10:57:23 +02:00