p0nce
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)...
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...
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...
https://github.com/dlang-community/DCD/issues/664 This can probably be workarounded with example tweak.
QA says: > Installer should “remember” install path if user installed xxx already.
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...
MIDI Output
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...
**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...
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...
- 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...