-
It may be a couple of issues, but for now I didn't have time to investigate deeper.
I want to display params values under the knobs, so I do something like this:
GetParam(pId1)->InitDouble("param …
-
I personally find it confusing to figure out what symbols refer to what kind of scaling. Additionally IGraphics GetDisplayScale() returns float but bitmaps can only be int (this is relevant for layers…
-
If you load two corner resizes or keycatchers etc. you will get no warning and a memory leak.
-
BitBlt rescaling looks horrendous
-
If you try to build the App target (standalone) on macOS High Sierra using Xcode 9.4.x, the following will happen: builder (CpResources) will fail to build it, when an `APP_FOLDER` is set in `common.x…
-
Hello there,
I'm taking my first steps to DSP programming, so please be patient ;)
I tried to insert controls for parameters with a knob and text box entries. After scanning the web, I found out…
-
When I try to open and build the AU in the demo IPlugEffect in Xcode 9.4.1 in OS X 10.13.6, the build succeeds but then I get "Could not launch auvaltool - internal error." When I try validating it in…
-
In Endless Series I have a parameter "Centre" declared like this
GP(kCentre)->InitDouble("Centre", 60., 20., 120., 0.01, "st");
In Ableton Live and Presonus Studio One when automating this paramet…
-
Heya, I ran through Martin Finke's tutorial on wdl-ol and after digging through it and having some ideas on "what to do next" I can't really find any links that give the APIs that wdl-ol supports. For…
Pomax updated
6 years ago
-
I'm actually working on preset system, and as I'm away a little from "official" preset system, I found there is no way to load a preset from a given path right now.
This is because the function LoadP…