Search found 551 matches

by LinMusGuy
Fri Dec 22, 2023 3:33 pm
Forum: Plugins, Effects and Instruments
Topic: Running LV2 plugins in Carla on Windows11?
Replies: 261
Views: 1549379

Re: Running LV2 plugins in Carla on Windows11?

Code: Select all

~/PawPaw$ source local.env win64
Success! Environment is now ready to build stuff

:D

I will probably have to update/grade XUiDesigner first now? It's been some time since I last used XUiDesigner. :oops:

by LinMusGuy
Fri Dec 22, 2023 3:08 pm
Forum: Plugins, Effects and Instruments
Topic: Running LV2 plugins in Carla on Windows11?
Replies: 261
Views: 1549379

Re: Running LV2 plugins in Carla on Windows11?

Bootstrap succeeded this time.

by LinMusGuy
Fri Dec 22, 2023 3:02 pm
Forum: Plugins, Effects and Instruments
Topic: Running LV2 plugins in Carla on Windows11?
Replies: 261
Views: 1549379

Re: Running LV2 plugins in Carla on Windows11?

I have Linux Mint 20.3. Installing the newer version of Meson gives: sudo pip3 install meson Collecting meson Downloading meson-1.3.0-py3-none-any.whl (976 kB) |████████████████████████████████| 976 kB 12.0 MB/s Installing collected packages: meson Successfully installed meson-1.3.0 Now trying anoth...
by LinMusGuy
Fri Dec 22, 2023 2:32 pm
Forum: Plugins, Effects and Instruments
Topic: Running LV2 plugins in Carla on Windows11?
Replies: 261
Views: 1549379

Re: Running LV2 plugins in Carla on Windows11?

If that didn't work, delete PawPawBuilds complete and try again. I had to do the above. After that I did the bootstrap and that ended with: The Meson build system Version: 0.53.2 Source dir: /home/nameless/PawPawBuilds/builds/win64/serd-0.30.16 Build dir: /home/nameless/PawPawBuilds/builds/win64/se...
by LinMusGuy
Fri Dec 22, 2023 12:54 pm
Forum: Plugins, Effects and Instruments
Topic: Running LV2 plugins in Carla on Windows11?
Replies: 261
Views: 1549379

Re: Running LV2 plugins in Carla on Windows11?

Okay, that's bad. Seems falkTX have changed some stuff lately. You could checkout a know to work PawPaw revision (the one I use) with git checkout 76f3aef7313e4928967e80f37fbd8912ac8fbc77 and then run the bootstrap again. git checkout 76f3aef7313e4928967e80f37fbd8912ac8fbc77 Is that enough or do I ...
by LinMusGuy
Fri Dec 22, 2023 12:08 pm
Forum: Plugins, Effects and Instruments
Topic: Running LV2 plugins in Carla on Windows11?
Replies: 261
Views: 1549379

Re: Running LV2 plugins in Carla on Windows11?

Thanks! Tried the bootstrap again. Now I get this: ~/PawPaw$ ./bootstrap-plugins.sh win64 ./bootstrap-common.sh: line 406: [: : integer expression expected ~/PawPawBuilds/builds/win64/liblo-0.31 ~/PawPaw make all-recursive make[1]: Entering directory '/home/nameless/PawPawBuilds/builds/win64/liblo-0...
by LinMusGuy
Fri Dec 22, 2023 11:18 am
Forum: Plugins, Effects and Instruments
Topic: Running LV2 plugins in Carla on Windows11?
Replies: 261
Views: 1549379

Re: Running LV2 plugins in Carla on Windows11?

Ah, yes I've forgotten that one. Just install it sudo apt install gperf and run bootstrap again. With the bootstrap again a whole load of errors: gdatainputstream.c:937:13: warning: variable ‘res’ set but not used [-Wunused-but-set-variable] 937 | gsize res; | ^~~ CC libgio_2_0_la-gdummyproxyresolv...
by LinMusGuy
Fri Dec 22, 2023 10:21 am
Forum: Plugins, Effects and Instruments
Topic: Running LV2 plugins in Carla on Windows11?
Replies: 261
Views: 1549379

Re: Running LV2 plugins in Carla on Windows11?

go to the PawPaw directory and run ./bootstrap-plugins.sh win64 again.When it success you been done. That goes wrong here: (...) /PawPawBuilds/builds/win64/fontconfig-2.13.1/missing: line 81: gperf: command not found WARNING: 'gperf' is missing on your system. You might have modified some files wit...
by LinMusGuy
Fri Dec 22, 2023 9:12 am
Forum: Plugins, Effects and Instruments
Topic: Running LV2 plugins in Carla on Windows11?
Replies: 261
Views: 1549379

Re: Running LV2 plugins in Carla on Windows11?

tramp wrote: Fri Dec 22, 2023 7:12 am
LinMusGuy wrote: Fri Dec 22, 2023 12:24 am

missing 'meson' program, cannot continue!

Yes, that is a problem, the build environment wont work as expected. Do you run

Code: Select all

sudo apt install meson

If not, install it and run the bootstrap again.

Code: Select all

sudo apt install meson

OK - that worked. What's next?

by LinMusGuy
Fri Dec 22, 2023 12:24 am
Forum: Plugins, Effects and Instruments
Topic: Running LV2 plugins in Carla on Windows11?
Replies: 261
Views: 1549379

Re: Running LV2 plugins in Carla on Windows11?

Followed this: https://github.com/brummer10/XUiDesigne ... veloper.md

Is this a problem?

Code: Select all

HEAD is now at c931bac Add latch header implementation (#91)
missing 'meson' program, cannot continue!

I also had this:

Code: Select all

~/PawPaw$ source local.env win64
Success! Environment is now ready to build stuff
by LinMusGuy
Thu Dec 21, 2023 1:06 pm
Forum: Plugins, Effects and Instruments
Topic: Running LV2 plugins in Carla on Windows11?
Replies: 261
Views: 1549379

Re: Running LV2 plugins in Carla on Windows11?

OK - I will try it later today or else tomorrow.

Another question: is there (or will there become) a XuiDesigner version that runs on Windows so that cross compilation becomes unnecessary to create a LV2 plugin for Windows?

by LinMusGuy
Thu Dec 21, 2023 10:03 am
Forum: Plugins, Effects and Instruments
Topic: Running LV2 plugins in Carla on Windows11?
Replies: 261
Views: 1549379

Re: Running LV2 plugins in Carla on Windows11?

Will it also become possible in the future to export a LV2 plugin from XuiDesigner that works on Windows simply by the push of a button on XuiDesigner (thus without further actions by the user such as compiling being necessary)?

by LinMusGuy
Thu Dec 14, 2023 4:47 pm
Forum: Plugins, Effects and Instruments
Topic: Running LV2 plugins in Carla on Windows11?
Replies: 261
Views: 1549379

Re: Running LV2 plugins in Carla on Windows11?

Thanks, but I will wait till the option becomes available in XUiDesigner. I'm not experienced enough to directly work with libxputty, and like to keep things as simple as possible. :wink:

by LinMusGuy
Mon Dec 11, 2023 8:22 am
Forum: Plugins, Effects and Instruments
Topic: Running LV2 plugins in Carla on Windows11?
Replies: 261
Views: 1549379

Re: Running LV2 plugins in Carla on Windows11?

@tramp

Thank you! Let us know when you have the new option available for testing.

I'm still looking for a way to make plugins with a decent GUI for Windows (because most people are still on Windows). Exporting LV2's capable of running on Windows from XUiDesigner would be a way to do so.