p0nce

Results 283 issues of p0nce

- [x] **ways to do multiple lineTo in one call.** - [ ] **Clipping rect**, to avoid reinitializing the canvas for each dirtyRect (need to fix gradients coordinates I think)...

Enhancement

Currently, the UIElement under the mouse will receive the mouse wheel events, but perhaps also the keyboard events. This is wrong, the dragged element should receive it first if it...

Enhancement
Windows

A resized plugin will reopen at the default size (and it can be useful when the corner resize is outside the screen). So two separate **problems**: - recalling UI things...

Enhancement
Blocked

https://github.com/dlang-community/DCD/issues/664 This can probably be workarounded with example tweak.

Enhancement

QA says: > Installer should “remember” install path if user installed xxx already.

Enhancement
Installer

QA says: > Installer should ask for user’s path for VST3. Default should be c:\Program Files\Common Files\VST3\Auburn Sounds. Because many developers use default vst3 system path - c:\Program Files\Common Files\VST3...

Question
Installer

Sometimes requested by prospective Dplug users: - [x] VST2 (supported: everything except SYSEX) - [x] VST3 (supported: Note on, Note Off, CC, and Pitch Bend) - [ ] AUv2 doesn't...

Enhancement

**Problem:** - `tailSizeInSeconds` exist but the default is not really safe, and it is a trap - people don't know that `tailSizeInSeconds` exist and has to be overriden for QA...

Enhancement
Documentation

LV2 symbols named depends on the LV2 index but this cause symbols to change when we add a parameter, or where an optional port is there. Namespace them as in...

Enhancement

- a different interface from `IGraphics` - allows to know the instantaneous samplerate - allows to call `sendMIDIMessagesFromUI` - get parameters The goal is that the main UI object doesn't...

Enhancement
Low interest