sointu/tracker/gioui
vsariola a8f8911f03 refactor(sointu): Change the signature of Play to accept SynthService instead of Synth
This is more logical as every single use of Play started with compiling the patch of a song with a SynthService.
2021-08-30 22:24:42 +03:00
..
alert.go feat(sointu, tracker,...): restructure domain & tracker models 2021-02-28 14:24:54 +02:00
buttons.go refactor(gioui): move common button code to two functions 2021-04-20 18:21:21 +03:00
dialog.go refactor(gioui): move common button code to two functions 2021-04-20 18:21:21 +03:00
draglist.go feat(gioui): add grab cursor to DragList 2021-04-24 22:31:32 +03:00
filedialog.go refactor(gioui): move common button code to two functions 2021-04-20 18:21:21 +03:00
files_js.go fix(gioui): disable file load / save dialogs in browser 2021-03-04 11:21:20 +02:00
files.go refactor(sointu): Change the signature of Play to accept SynthService instead of Synth 2021-08-30 22:24:42 +03:00
iconcache.go feat(sointu, tracker,...): restructure domain & tracker models 2021-02-28 14:24:54 +02:00
instrumenteditor.go feat(tracker, gioui): make a Editor for inputting the unit type manually 2021-05-13 19:50:23 +03:00
keyevent.go feat(tracker, gioui): make a Editor for inputting the unit type manually 2021-05-13 19:50:23 +03:00
label.go feat(sointu, tracker,...): restructure domain & tracker models 2021-02-28 14:24:54 +02:00
layout.go refactor(tracker, gioui): get rid of EditMode, use gio focus instead 2021-04-24 22:07:56 +03:00
menu.go feat(sointu, tracker,...): restructure domain & tracker models 2021-02-28 14:24:54 +02:00
numericupdown.go feat(sointu, tracker,...): restructure domain & tracker models 2021-02-28 14:24:54 +02:00
ordereditor.go feat(tracker, gioui): make + and - keys adjust order numbers 2021-05-15 14:19:46 +03:00
parameditor.go feat(tracker, gioui): make a Editor for inputting the unit type manually 2021-05-13 19:50:23 +03:00
parameter.go feat(sointu, tracker,...): restructure domain & tracker models 2021-02-28 14:24:54 +02:00
popup.go feat(gioui): implement own file save / load dialogs 2021-04-18 19:10:41 +03:00
rowmarkers.go refactor(tracker, gioui): get rid of EditMode, use gio focus instead 2021-04-24 22:07:56 +03:00
run.go refactor(tracker, gioui): get rid of EditMode, use gio focus instead 2021-04-24 22:07:56 +03:00
scrollbar.go refactor(tracker, gioui): get rid of EditMode, use gio focus instead 2021-04-24 22:07:56 +03:00
songpanel.go feat(tracker, gioui): add menu item to remove all unused data from song 2021-05-13 00:00:54 +03:00
split.go feat(gioui): make split bars snap to window edges 2021-05-12 23:14:48 +03:00
surface.go feat(sointu, tracker,...): restructure domain & tracker models 2021-02-28 14:24:54 +02:00
theme.go feat(gioui): add confirmation dialog when deleting instrument 2021-04-11 16:46:07 +03:00
trackeditor.go refactor: implement Order and Pattern types: slices returning default values for out of bound indices 2021-05-12 12:08:55 +03:00
tracker.go refactor(tracker, gioui): get rid of EditMode, use gio focus instead 2021-04-24 22:07:56 +03:00
vumeter.go fix(tracker): avoid NaNs in volume analyzer better 2021-03-14 18:19:13 +02:00