sointu/tracker
5684185+vsariola@users.noreply.github.com 17312bbe4e feat: add ability to disable units temporarily
Quite often the user wants to experiment what particular unit(s) add
to the sound. This commit adds ability to disable any set of units
temporarily, without actually deleting them. Ctrl-D disables and
re-enables the units. Disabled units are considered non-existent in
the patch.

Closes #116.
2024-02-19 21:36:14 +02:00
..
generate docs(tracker): add go doc comments to GmDlsEntry/-Entries 2023-10-20 16:36:09 +03:00
gioui feat: add ability to disable units temporarily 2024-02-19 21:36:14 +02:00
presets feat(tracker): add menu to load instrument presets 2023-10-01 18:54:50 +03:00
action.go fix(tracker): unit searching to work more reliably 2024-02-17 20:54:46 +02:00
alert.go feat!: rewrote the GUI and model for better testability 2024-02-17 18:16:06 +02:00
bool.go feat: add ability to disable units temporarily 2024-02-19 21:36:14 +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): unit searching to work more reliably 2024-02-17 20:54:46 +02:00
params.go feat!: rewrote the GUI and model for better testability 2024-02-17 18:16:06 +02:00
player.go feat!: rewrote the GUI and model for better testability 2024-02-17 18:16:06 +02:00
presets.go feat!: rewrote the GUI and model for better testability 2024-02-17 18:16:06 +02:00
recording.go feat!: rewrote the GUI and model for better testability 2024-02-17 18:16:06 +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