feat(tracker): don't save instrument name in instrument files

The filename is used as the instrument name when it is loaded.
This commit is contained in:
5684185+vsariola@users.noreply.github.com
2025-10-05 14:00:58 +03:00
parent 55f9c36bd5
commit 7459437822
6 changed files with 77 additions and 14 deletions

View File

@ -14,7 +14,8 @@ import (
"gopkg.in/yaml.v2"
)
//go:generate go run generate/main.go
//go:generate go run generate/gmdls_entries.go
//go:generate go run generate/clean_presets.go
type (
// GmDlsEntry is a single sample entry from the gm.dls file