Giovanni A. Zuliani
Giovanni A. Zuliani
As soon as they freeze the API. See: https://github.com/fltk/fltk/issues/255 Also remove our custom Fl_Flex repository: https://github.com/monocasual/mcl-fl_flex
Currently both `Conf` and `Patch` classes read and write themselves through `read` and `write` methods. Let's follow the common existing pattern instead: add new `ConfFactory` and `PatchFactory` that take care...
From discussion https://github.com/monocasual/giada/discussions/569.
From https://github.com/monocasual/giada/discussions/559: > UI_01 - add the icons for the channel mode in front of the text entries into the drop down list (that way, users can relate to the...
* by name; * by format (VST2, VST3, ...); * by developer.
Currently, [the playhead relocation logic is tricky](https://github.com/monocasual/giada/blob/master/src/glue/sampleEditor.cpp#L317) in the Sample Editor. Using the new One-Shot Pause mode may help in disentangling the mess.
Currently Giada needs to be restarted in order to apply the changes.
Having a running metronome is meaningless in such recording mode.
Make the free MIDI binding more explicit by adding a new "clear" button next to the MIDI learn tools:  Bonus: add the "clear all" button too.