Search found 551 matches

by LinMusGuy
Wed Jan 03, 2024 8:51 am
Forum: Plugins, Effects and Instruments
Topic: Running LV2 plugins in Carla on Windows11?
Replies: 261
Views: 1404975

Re: Running LV2 plugins in Carla on Windows11?

Are Faust files named "MIDI-Poly-test.dsp" forbidden?

by LinMusGuy
Tue Jan 02, 2024 8:27 pm
Forum: Plugins, Effects and Instruments
Topic: Running LV2 plugins in Carla on Windows11?
Replies: 261
Views: 1404975

Re: Running LV2 plugins in Carla on Windows11?

Do you have MIDI support for the Windows LV2 plugin generated by XUiDesigner from the Faust file below?: import("all.lib"); /////////////////////////////////////////////////////////////////////////////////////////////////// // // Simple FM synthesizer. // 2 oscillators and FM feedback on m...
by LinMusGuy
Tue Jan 02, 2024 8:36 am
Forum: Plugins, Effects and Instruments
Topic: Running LV2 plugins in Carla on Windows11?
Replies: 261
Views: 1404975

Re: Running LV2 plugins in Carla on Windows11?

Looks like it's a specific Reaper problem. I changed the Reaper settings as below; restarted Reaper; and the frame problem disappeared:

advanced.png
advanced.png (196.03 KiB) Viewed 142169 times
by LinMusGuy
Tue Jan 02, 2024 7:31 am
Forum: Plugins, Effects and Instruments
Topic: Running LV2 plugins in Carla on Windows11?
Replies: 261
Views: 1404975

Re: Running LV2 plugins in Carla on Windows11?

Strangely the frame overlap problem doesn't happen in Carla on Windows:

in-Carla.png
in-Carla.png (151.95 KiB) Viewed 142189 times
by LinMusGuy
Mon Jan 01, 2024 3:46 pm
Forum: Plugins, Effects and Instruments
Topic: Running LV2 plugins in Carla on Windows11?
Replies: 261
Views: 1404975

Re: Running LV2 plugins in Carla on Windows11?

There's a warning against doing so:

scale.png
scale.png (91.95 KiB) Viewed 142246 times
by LinMusGuy
Mon Jan 01, 2024 11:30 am
Forum: Plugins, Effects and Instruments
Topic: Running LV2 plugins in Carla on Windows11?
Replies: 261
Views: 1404975

Re: Running LV2 plugins in Carla on Windows11?

These are the settings:

settings.png
settings.png (97.36 KiB) Viewed 142283 times
by LinMusGuy
Mon Jan 01, 2024 10:21 am
Forum: Plugins, Effects and Instruments
Topic: Running LV2 plugins in Carla on Windows11?
Replies: 261
Views: 1404975

Re: Running LV2 plugins in Carla on Windows11?

Code: Select all

// somehow the right most widgets been misplaced in windows on init, 
    // so let's move all widgets to the initial positions after init.

Maybe they are not so much misplaced, as that the they are elongated to the right.

by LinMusGuy
Mon Jan 01, 2024 9:56 am
Forum: Plugins, Effects and Instruments
Topic: Running LV2 plugins in Carla on Windows11?
Replies: 261
Views: 1404975

Re: Running LV2 plugins in Carla on Windows11?

And here's the changed file: /* * 0BSD * * BSD Zero Clause License * * Copyright (c) 2019 Hermann Meyer * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted. * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ...
by LinMusGuy
Mon Jan 01, 2024 9:51 am
Forum: Plugins, Effects and Instruments
Topic: Running LV2 plugins in Carla on Windows11?
Replies: 261
Views: 1404975

Re: Running LV2 plugins in Carla on Windows11?

This is what we get with the changed file:

zonu.png
zonu.png (72.31 KiB) Viewed 142338 times

(And resizing the GUI in Reaper has no effect on the overlap.)

by LinMusGuy
Sun Dec 31, 2023 2:03 pm
Forum: Plugins, Effects and Instruments
Topic: Running LV2 plugins in Carla on Windows11?
Replies: 261
Views: 1404975

Re: Running LV2 plugins in Carla on Windows11?

OK - thanks. And happy new year!

by LinMusGuy
Sun Dec 31, 2023 1:49 pm
Forum: Plugins, Effects and Instruments
Topic: Running LV2 plugins in Carla on Windows11?
Replies: 261
Views: 1404975

Re: Running LV2 plugins in Carla on Windows11?

void plugin_create_controller_widgets(X11_UI *ui, const char * plugin_uri, float scale) { set_costum_theme(ui->win); ui->elem[0] = add_lv2_frame (ui->elem[0], ui->win, -1, "Frame15", ui, 63, 171, 583 * scale, 120 * scale); ui->elem[1] = add_lv2_frame (ui->elem[1], ui->win, -1, "Frame...
by LinMusGuy
Sun Dec 31, 2023 1:40 pm
Forum: Plugins, Effects and Instruments
Topic: Running LV2 plugins in Carla on Windows11?
Replies: 261
Views: 1404975

Re: Running LV2 plugins in Carla on Windows11?

tramp wrote: Sun Dec 31, 2023 1:27 pm

Could you post the generated plugname.c file, the part

Code: Select all

void plugin_create_controller_widgets(X11_UI *ui, const char * plugin_uri, float scale) {
    set_costum_theme(ui->win);
    ...

Where do I find that?

by LinMusGuy
Sun Dec 31, 2023 1:36 pm
Forum: Plugins, Effects and Instruments
Topic: Running LV2 plugins in Carla on Windows11?
Replies: 261
Views: 1404975

Re: Running LV2 plugins in Carla on Windows11?

This is the test build in XUiDesigner:

testbuild.png
testbuild.png (148.94 KiB) Viewed 146363 times
by LinMusGuy
Sun Dec 31, 2023 1:13 pm
Forum: Plugins, Effects and Instruments
Topic: Running LV2 plugins in Carla on Windows11?
Replies: 261
Views: 1404975

Re: Running LV2 plugins in Carla on Windows11?

Knob problem seems to be solved now, and there's only a little overlap of the frames left:

nowso.png
nowso.png (255.93 KiB) Viewed 146378 times
by LinMusGuy
Sun Dec 31, 2023 12:50 pm
Forum: Plugins, Effects and Instruments
Topic: Running LV2 plugins in Carla on Windows11?
Replies: 261
Views: 1404975

Re: Running LV2 plugins in Carla on Windows11?

The bundle is still saved one directory above Desktop.