p0nce
p0nce
More desirable than host presets because: - everybody does it - it looks better - many people don't find the host presets - Some hosts don't even see VST3 external...
Crash at opening. Test reproducing with Adobe Audition CC.
Classical way is to have a number of MIDI CC parameters, and turn their changes into a MIDI message in the MIDI priority queue. But I think the newer VST3...
For now: - returning `false` from `onMouseClick` does not consume the event - returning `true` from `onMouseClick` always initiate dragging Need a third way that says "consume the event, but...
An awful lot of the needed parsing of fonts is done in `printed:font`, the only missing things is rasterizing. Rasterizing does exist in `dg2d`. `printed:font` is two-pass, first it parses...
Currently, `dplug:host` depends on every plugin client subpackage. It should be the reverse way, like for `dplug:client`: every format depends on `dplug:host` (which should be runtimefree) and implement one client...
Blocked by #96 and VST2 non-chunk deprecation Currently in AU / LV2 / AAX / VST3 / VST2.4, parameters are explosed as 0..1 floats instead of their full range and...
~~Latest GarageBand require it.~~ (no) Blocked by #104
# Would dynamic latency be possible, and what would it take? _TL;DR it's not always doable, nor desirable!_ What are the pluses and minuses? An ultimate goal would be to...