..
defaultsong.go
fix(tracker): "send" was missing from defaultUnits
2021-02-07 23:26:04 +02:00
draglist.go
feat(tracker): implement edit modes, resembling tab stops
2021-02-10 18:26:58 +02:00
files.go
feat(tracker): implement saving and loading a song file
2021-01-10 17:20:42 +02:00
gmdlsentries.go
feat(tracker): go generate parses gm.dls and show slightly more sane gui for them
2021-02-14 19:54:30 +02:00
gmdlsentry.go
feat(tracker): go generate parses gm.dls and show slightly more sane gui for them
2021-02-14 19:54:30 +02:00
iconcache.go
refactor(tracker): change so that all icon initialization is a lazy & cache in iconcache
2021-02-01 17:57:13 +02:00
instruments.go
fix(tracker): when instrument panel is clicked, only change EditMode when instruments
2021-02-15 18:14:59 +02:00
keyevent.go
feat(tracker): allow copying and pasting songs to/from the window
2021-02-13 01:59:10 +02:00
label.go
feat(tracker): adding, setting, unsetting and deleting units
2021-02-05 21:32:21 +02:00
layout.go
refactor(tracker): move instrument related stuff from layout.go to instruments.go
2021-02-14 20:13:15 +02:00
music.go
fix(tracker): show note octaves with letters in case the notes are out of numeric range
2021-02-10 18:44:29 +02:00
numericupdown.go
refactor(tracker): make NumericUpDown use widgetForIcon instead loading icons by itself
2021-02-14 20:20:40 +02:00
patterns.go
feat(tracker): make clicks change the focused panel
2021-02-14 21:32:27 +02:00
popup.go
feat(tracker): adding, setting, unsetting and deleting units
2021-02-05 21:32:21 +02:00
rowmarkers.go
feat(tracker): implement edit modes, resembling tab stops
2021-02-10 18:26:58 +02:00
run.go
feat(tracker): allow copying and pasting songs to/from the window
2021-02-13 01:59:10 +02:00
sequencer.go
fix(tracker): voices are now released when the synth is recompiled
2021-02-12 09:14:57 +02:00
songpanel.go
feat(tracker): allow copying and pasting songs to/from the window
2021-02-13 01:59:10 +02:00
songpoint.go
refactor(sointu): add explicit RowsPerPattern to the song
2021-01-21 13:16:41 +02:00
split.go
fix(tracker): the hit rects in Split had X and Y mixed up
2021-02-08 17:18:14 +02:00
surface.go
feat(tracker): implement edit modes, resembling tab stops
2021-02-10 18:26:58 +02:00
theme.go
refactor(tracker): delete unused constants from theme.go
2021-02-14 20:35:38 +02:00
track.go
feat(tracker): make clicks change the focused panel
2021-02-14 21:32:27 +02:00
tracker.go
feat(tracker): go generate parses gm.dls and show slightly more sane gui for them
2021-02-14 19:54:30 +02:00
undo.go
feat(tracker): implement simple undo / redo
2021-01-08 22:00:15 +02:00
uniteditor.go
feat(sointu, tracker): find the send targets ports easily and use this to figure slider maximums dynamically
2021-02-15 19:11:13 +02:00