Search found 551 matches

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

Re: Running LV2 plugins in Carla on Windows11?

OK - I will try. But as I'm not experienced with GitHub practices you will have to tell me exactly what I have to do. First what do you mean by my Windows box ? I'm using Windows Carla on my Linux computer with Wine in this way: screen.png Is that a Windows box? Besides I also have a Windows11 lapto...
by LinMusGuy
Sun Jan 14, 2024 12:16 pm
Forum: Plugins, Effects and Instruments
Topic: Running LV2 plugins in Carla on Windows11?
Replies: 261
Views: 1569800

Re: Running LV2 plugins in Carla on Windows11?

Did some more tests:

  • The internal instrument plugins of LMMS on my Windows laptop have no problem with hanging notes when I play their GUI keyboards with my mouse.
  • In Reaper under Wine on my Linux computer I get this:
shot.png
shot.png (88.46 KiB) Viewed 136188 times
by LinMusGuy
Sun Jan 14, 2024 9:13 am
Forum: Plugins, Effects and Instruments
Topic: Running LV2 plugins in Carla on Windows11?
Replies: 261
Views: 1569800

Re: Running LV2 plugins in Carla on Windows11?

Tried a third mouse, but still the same problem on my Windows laptop even when slowly moving. The problem also happens with a simple Windows LV2 with GUI keyboard based on the Faust program below: declare name "Bare"; declare options "[midi:on]"; declare options "[nvoices:8]...
by LinMusGuy
Sun Jan 14, 2024 8:05 am
Forum: Plugins, Effects and Instruments
Topic: Running LV2 plugins in Carla on Windows11?
Replies: 261
Views: 1569800

Re: Running LV2 plugins in Carla on Windows11?

Ah - good idea! The mouse itself could also be the problem. So I have now switched the mouses of my Linux desktop computer (which is OK) and my Windows laptop to see what happens. But no - it makes no difference. Next I will try to write a minimal Faust plugin consisting of just the bare essentials ...
by LinMusGuy
Sat Jan 13, 2024 9:27 pm
Forum: Plugins, Effects and Instruments
Topic: Running LV2 plugins in Carla on Windows11?
Replies: 261
Views: 1569800

Re: Running LV2 plugins in Carla on Windows11?

It still sometimes happens in XUiDesigner that a controller jumps away to another position when you try to put him somewhere else.

by LinMusGuy
Sat Jan 13, 2024 9:17 pm
Forum: Plugins, Effects and Instruments
Topic: Running LV2 plugins in Carla on Windows11?
Replies: 261
Views: 1569800

Re: Running LV2 plugins in Carla on Windows11?

Tried again in Reaper on my Windows laptop, now notes are only played with clicking on the keys, but there many hanging notes...

by LinMusGuy
Sat Jan 13, 2024 8:54 pm
Forum: Plugins, Effects and Instruments
Topic: Running LV2 plugins in Carla on Windows11?
Replies: 261
Views: 1569800

Re: Running LV2 plugins in Carla on Windows11?

I have greatly simplified my own Faust plugin now. See: screenshot.png declare name "ChaosSynthRaw"; declare options "[midi:on]"; declare options "[nvoices:8]"; import("maths.lib"); import("reverbs.lib"); import("filters.lib"); import("...
by LinMusGuy
Sat Jan 13, 2024 5:22 pm
Forum: Plugins, Effects and Instruments
Topic: Running LV2 plugins in Carla on Windows11?
Replies: 261
Views: 1569800

Re: Running LV2 plugins in Carla on Windows11?

Yes - it's much better now. :D

by LinMusGuy
Fri Jan 12, 2024 6:44 pm
Forum: Plugins, Effects and Instruments
Topic: Running LV2 plugins in Carla on Windows11?
Replies: 261
Views: 1569800

Re: Running LV2 plugins in Carla on Windows11?

A more troubling bug than the occasional hanging note is that in XUiDesigner the controllers on the plugin GUI sometimes refuse to be moved out of the frame that they have been placed in before. At other times controllers jump back to their previous position after being moved, or sometimes completel...
by LinMusGuy
Fri Jan 12, 2024 5:44 pm
Forum: Plugins, Effects and Instruments
Topic: Running LV2 plugins in Carla on Windows11?
Replies: 261
Views: 1569800

Re: Running LV2 plugins in Carla on Windows11?

Thanks. :) I did the update, and I did a test using the dsp-file (an example from the Faust IDE with some added declarations on top) below: declare name "testsynth"; declare options "[midi:on]"; declare options "[nvoices:8]"; import("stdfaust.lib"); //////////...
by LinMusGuy
Tue Jan 09, 2024 10:12 am
Forum: Plugins, Effects and Instruments
Topic: Running LV2 plugins in Carla on Windows11?
Replies: 261
Views: 1569800

Re: Running LV2 plugins in Carla on Windows11?

Yes thanks. Now it works. :D

by LinMusGuy
Tue Jan 09, 2024 8:32 am
Forum: Plugins, Effects and Instruments
Topic: Running LV2 plugins in Carla on Windows11?
Replies: 261
Views: 1569800

Re: Running LV2 plugins in Carla on Windows11?

One more question: is it possible to upload additional Faust libraries into XUiDesiger? I tried to import realfaust.lib in my Faust program but than XUiDesigner failed to parse my program while without the line importing realfaust.lib it did parse my program.

by LinMusGuy
Sun Jan 07, 2024 9:37 pm
Forum: Plugins, Effects and Instruments
Topic: Running LV2 plugins in Carla on Windows11?
Replies: 261
Views: 1569800

Re: Running LV2 plugins in Carla on Windows11?

Thanks for all the info, and for XUiDesigner. :)

by LinMusGuy
Sun Jan 07, 2024 5:53 pm
Forum: Plugins, Effects and Instruments
Topic: Running LV2 plugins in Carla on Windows11?
Replies: 261
Views: 1569800

Re: Running LV2 plugins in Carla on Windows11?

I tried but it doesn't help. Anyhow it's not that important, nobody will actually play the plugin by horizontally moving the mouse over the GUI keyboard. With an external hardware keyboard it works OK because than you cannot do it that fast. I now have the following protocol for making Windows LV2 p...
by LinMusGuy
Sun Jan 07, 2024 9:08 am
Forum: Plugins, Effects and Instruments
Topic: Running LV2 plugins in Carla on Windows11?
Replies: 261
Views: 1569800

Re: Running LV2 plugins in Carla on Windows11?

A somewhat brutal solution would be the following: let the keyboard on the GUI only accept actually clicking on a key as a way to press the key, while ignoring attempts to press a key by horizontally moving over it. With the mouse one can only click on keys one after the other, so in that way genera...