AuburnSounds / Dplug

Audio plugin framework. VST2/VST3/AU/AAX/LV2 for Linux/macOS/Windows.
https://dplug.org/
Other
485 stars 32 forks source link

usability #846

Open p0nce opened 5 months ago

p0nce commented 5 months ago
p0nce commented 5 months ago
p0nce commented 3 months ago
p0nce commented 3 months ago

This doesn't crash at runtime:

static immutable string[] names = ["V1", "V2", "V3"];
params.pushBack( mallocNew!EnumParameter(paramSomething, "MyEnum", names, 1));

But this crash:

static immutable string[3] names = ["V1", "V2", "V3"];
params.pushBack( mallocNew!EnumParameter(paramSomething, "MyEnum", names, 1));

find a way to avoid that

p0nce commented 3 months ago
p0nce commented 3 months ago
p0nce commented 2 months ago
p0nce commented 6 days ago