sointu/tracker
2021-02-11 10:58:41 +02:00
..
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
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 feat(sointu): add functions to figure out the stack use and need of a unit 2021-02-10 22:39:08 +02:00
keyevent.go feat(tracker): make + and - adjust the note pitch also 2021-02-10 18:51:03 +02:00
label.go feat(tracker): adding, setting, unsetting and deleting units 2021-02-05 21:32:21 +02:00
layout.go feat(tracker): implement edit modes, resembling tab stops 2021-02-10 18:26:58 +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 fix(tracker): numeric up down crashed when its height was small 2021-02-11 10:58:41 +02:00
panels.go upgrade to latest gio 2021-02-02 21:42:18 +02:00
patterns.go feat(tracker): implement edit modes, resembling tab stops 2021-02-10 18:26:58 +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 refactor(go): Move everything from go4k to root package sointu 2020-12-16 21:35:53 +02:00
sequencer.go feat(tracker): add panic button to quickly disable the sound & show when synth crashes 2021-02-10 21:59:29 +02:00
songpanel.go feat(tracker): add panic button to quickly disable the sound & show when synth crashes 2021-02-10 21:59:29 +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 feat(sointu): add functions to figure out the stack use and need of a unit 2021-02-10 22:39:08 +02:00
track.go feat(tracker): implement edit modes, resembling tab stops 2021-02-10 18:26:58 +02:00
tracker.go feat(sointu): add functions to figure out the stack use and need of a unit 2021-02-10 22:39:08 +02:00
undo.go feat(tracker): implement simple undo / redo 2021-01-08 22:00:15 +02:00
uniteditor.go feat(tracker): implement edit modes, resembling tab stops 2021-02-10 18:26:58 +02:00