sointu/tracker
5684185+vsariola@users.noreply.github.com c1bd0b788e draft unified mechanisms for loading config files
2025-05-20 19:34:45 +03:00
..
generate docs(tracker): add go doc comments to GmDlsEntry/-Entries 2023-10-20 16:36:09 +03:00
gioui feat(tracker/gioui): add theme.yml which contains all styling 2025-05-20 19:02:16 +03:00
gomidi fix(tracker/gomidi): static cgo linking to avoid DLL dependencies 2025-02-28 15:15:17 +02:00
presets feat(tracker/presets): new and tweaked presets from Reaby 2025-02-25 18:53:28 +02:00
action.go refactor(tracker): new closing mechanism logic 2025-05-01 10:20:41 +03:00
alert.go refactor(tracker): change Iterate() func(yield):s to Iterate(yield) 2024-10-15 09:09:17 +03:00
bool.go refactor(tracker): rename trySend to TrySend to make it public 2025-04-30 22:00:34 +03:00
broker.go refactor(tracker): new closing mechanism logic 2025-05-01 10:20:41 +03:00
config.go draft unified mechanisms for loading config files 2025-05-20 19:34:45 +03:00
derived.go fix(tracker): OOB checks used index > len, but should've used >= 2025-05-20 19:05:17 +03:00
detector.go refactor(tracker): new closing mechanism logic 2025-05-01 10:20:41 +03:00
doc.go docs(tracker): improve package go doc comments 2023-10-19 22:28:44 +03:00
files.go refactor(tracker): rename trySend to TrySend to make it public 2025-04-30 22:00:34 +03:00
gmdlsentries.go docs(tracker): add go doc comments to GmDlsEntry/-Entries 2023-10-20 16:36:09 +03:00
int.go refactor(tracker): rename trySend to TrySend to make it public 2025-04-30 22:00:34 +03:00
list.go fix(tracker): MakeSetLength did not handle invalid parameters 2024-11-10 00:10:17 +02:00
model_test.go refactor(tracker): new closing mechanism logic 2025-05-01 10:20:41 +03:00
model.go refactor(tracker): rename trySend to TrySend to make it public 2025-04-30 22:00:34 +03:00
params.go fix: changes after review (see PR #176) 2024-11-10 00:02:13 +02:00
player.go refactor(tracker): rename trySend to TrySend to make it public 2025-04-30 22:00:34 +03:00
presets.go feat(tracker): preset names include their directories 2025-01-25 22:52:11 +02:00
recording.go fix(tracker): recording creates empty track when no notes triggered 2024-03-10 20:01:13 +02:00
scopemodel.go refactor(tracker): rename trySend to TrySend to make it public 2025-04-30 22:00:34 +03:00
string.go feat: units can have comments 2024-10-13 23:02:13 +03:00
table.go fix: changes after review (see PR #176) 2024-11-10 00:02:13 +02:00