Patrick Desaulniers
Patrick Desaulniers
The Roboto fonts are licensed under the [Apache-2.0 license](http://www.apache.org/licenses/LICENSE-2.0). Quoting the license: ``` 4. Redistribution. You may reproduce and distribute copies of the Work or Derivative Works thereof in any...
This is an initial attempt at adding keycodes support to DPF. These allow to deal with keyboard keys in a layout-independent manner. It's particularly useful for piano-style widgets, to map...
This PR adds the ability to load and display SVGs in DGL UIs. It also adds an example that demonstrates this feature, along with `sendNote`. The loading and rastering is...
As we've previously discussed. DPF plugins use similar project structures and Makefiles, so there should probably be an official way of starting a new DPF project. For those who already...
Right now, the onKeyboard event is not necessarily called in Windows VST builds, depending on the host. For instance, it is properly called in FL Studio, but not in Carla...
Reproduced in Renoise.
Currently, the drawing code is very unclear. It needs to be refactored before going further. For instance, the interpolation and scaling code should be removed from drawPixel.
(Checked elements have been fixed) - [x] It doesn't close itself on focus out - [x] It doesn't indicate the selected entry - [x] It doesn't indicate hover on items...
If I run my own build of the v1.0.0 release of Wolf Spectrum inside a GTK 2 host, I am unable to resize the window by dragging the resize handle...