p0nce

Results 629 comments of p0nce

No Dplug doesn't support it. The problem is that different files should go in different locations. If your preset folder is in the VST3 bundle, then you won't have write...

**Preliminary design:** ```jsonc "resourceDirs": ["resources"] // in plugin.json "resourceFiles": ["individual-file.bin"] // in plugin.json ``` looks good as an API. `dplug-build` would be able to take file there, and put it...

> In any case, thanks for considering this feature. > I wouldn't mind contributing. Very good! This would be a very valuable feature indeed. It's just that I'm grumpy because...

- Need to know how AAX handle this first. - IPlug2 is like IPlug in that regard

AAX has a better design imho than that, it defines a format for input, a format for output, and eventually format for "aux" inputs.

I don't think it's critical until someone wants a sidechain input.

`LegalIO` would need to be replaced by a new description

This is entirely related to a WIP implementation of "Audio Modules" in #259 (EDIT: mmm, can be left for later)

OK with 56cdc3276083d444985f5ecbf65e83df7fb70568 as long as mouse stays in window But with Windows, when dragging a widget outside of the windows, WM_MOUSEWHEEL is not received anymore...