sointu/go4k
2020-11-12 13:29:30 +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 special treatment from stereo parameters; it's now just one parameter in the Unit map. 2020-11-10 20:45:41 +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 refactor(asm&go4k): Remove special treatment from stereo parameters; it's now just one parameter in the Unit map. 2020-11-10 20:45:41 +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(CI&go4k): Run go tests in cloud, skipping sample tests if on another platform than Windows. 2020-11-12 13:29:30 +02:00
asmformat.go refactor(asm&go4k): Remove special treatment from stereo parameters; it's now just one parameter in the Unit map. 2020-11-10 20:45:41 +02:00
go4k.go refactor(asm&go4k): Remove special treatment from stereo parameters; it's now just one parameter in the Unit map. 2020-11-10 20:45:41 +02:00
song_json_test.go refactor(asm&go4k): Remove special treatment from stereo parameters; it's now just one parameter in the Unit map. 2020-11-10 20:45:41 +02:00
song_test.go refactor(asm&go4k): Remove special treatment from stereo parameters; it's now just one parameter in the Unit map. 2020-11-10 20:45:41 +02:00
song.go Reorganize the project folder structure and how go packages are organized. 2020-10-31 22:05:47 +02:00