sointu/tracker
5684185+vsariola@users.noreply.github.com e09af5ab34 fix(tracker): loading preset did not update the ids
When a preset was loaded, its IDs were not updated,
causing ID collisions in the song and send targets
going wrong.
2024-08-10 15:20:25 +03:00
..
generate docs(tracker): add go doc comments to GmDlsEntry/-Entries 2023-10-20 16:36:09 +03:00
gioui fix(tracker/gioui): deleting a cell in the order list did not work 2024-03-14 20:37:09 +02: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 feat!: rewrote the GUI and model for better testability 2024-02-17 18:16:06 +02: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 feat!: rewrote the GUI and model for better testability 2024-02-17 18:16:06 +02:00
model.go fix(tracker): remember to tell player when m.d.Loop is updated 2024-03-01 23:54:19 +02: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 fix(tracker): loading preset did not update the ids 2024-08-10 15:20:25 +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