Giovanni A. Zuliani

Results 34 issues of 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

enhancement
refactoring

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...

enhancement
refactoring

Just use `${{ github.ref_name }}` for the actual tag name.

enhancement

From discussion https://github.com/monocasual/giada/discussions/569.

enhancement

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...

enhancement

* by name; * by format (VST2, VST3, ...); * by developer.

enhancement

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.

enhancement
refactoring

Currently Giada needs to be restarted in order to apply the changes.

enhancement

Having a running metronome is meaningless in such recording mode.

bug

Make the free MIDI binding more explicit by adding a new "clear" button next to the MIDI learn tools: ![midi-input-window](https://user-images.githubusercontent.com/74901950/127463391-461c5231-9132-4471-a702-90f6589a13a7.png) Bonus: add the "clear all" button too.

enhancement