sointu/tracker
2024-09-07 15:16:53 +03:00
..
generate docs(tracker): add go doc comments to GmDlsEntry/-Entries 2023-10-20 16:36:09 +03:00
gioui fix(tracker/gioui): move alert popups north to not overlay buttons 2024-09-06 22:01:00 +03:00
presets feat(tracker): add menu to load instrument presets 2023-10-01 18:54:50 +03:00
action.go fix(tracker): notify player that loop changed when resetting song 2024-02-20 19:28:59 +02:00
alert.go feat!: rewrote the GUI and model for better testability 2024-02-17 18:16:06 +02:00
bool.go feat(tracker): add ability to loop part of song during playback 2024-02-20 19:10:15 +02:00
doc.go docs(tracker): improve package go doc comments 2023-10-19 22:28:44 +03:00
files.go fix: assign new IDs to loaded instruments 2024-09-06 20:19:27 +03:00
gmdlsentries.go docs(tracker): add go doc comments to GmDlsEntry/-Entries 2023-10-20 16:36:09 +03:00
int.go feat!: rewrote the GUI and model for better testability 2024-02-17 18:16:06 +02:00
list.go feat: add ability to disable units temporarily 2024-02-19 21:36:14 +02:00
model_test.go test(tracker): fuzz testing of ID collisions and file read/writes 2024-09-07 15:16:53 +03:00
model.go test(tracker): fuzz testing of ID collisions and file read/writes 2024-09-07 15:16:53 +03:00
params.go feat!: rewrote the GUI and model for better testability 2024-02-17 18:16:06 +02:00
player.go feat(tracker): add ability to loop part of song during playback 2024-02-20 19:10:15 +02:00
presets.go test(tracker): test loading presets in fuzz tests 2024-09-06 22:03:52 +03:00
recording.go fix(tracker): recording creates empty track when no notes triggered 2024-03-10 20:01:13 +02:00
string.go fix(tracker): unit searching to work more reliably 2024-02-17 20:54:46 +02:00
table.go feat!: rewrote the GUI and model for better testability 2024-02-17 18:16:06 +02:00
volume.go refactor(tracker): split Volume to PeakVolume and AverageVolume 2023-10-19 22:28:44 +03:00