DPF icon indicating copy to clipboard operation
DPF copied to clipboard

DISTRHO Plugin Framework

Results 105 DPF issues
Sort by recently updated
recently updated
newest added

Found via `codespell -q 3 -S ./dgl/src/pugl-upstream`

Followup PR on JACK & VST `sendNote()` implementation This adds `sendMidi(data, size)`, for arbitrary small messages. (top commit) I have changed the signature of the note callback in all wrappers,...

Hi, this adds ability to hide the window captions. It's a starting point to implement such things as popup menu widgets. - On X11, it's using some Motif properties, which...

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

Hi, I think that DPF lacks a kind of notification mechanism, to let UI know about some current status of the DSP. A typical case I encounter is for reporting...

enhancement
question

Since this plugin format needs some work on Mac and Windows I started by testing it on Linux which is probably the reference platform; VST3 Parameters example works great on...

Awesome Plugin! Could you support vst3?

enhancement

Hello ! So, I am currently attempting to set up DPF for VST2-plugin development under Windows. However, the instructions provided for this in the Wiki seem either incomplete or are...