Search found 2347 matches

by tramp
Sat Jan 13, 2024 3:39 am
Forum: Plugins, Effects and Instruments
Topic: Running LV2 plugins in Carla on Windows11?
Replies: 261
Views: 1419299

Re: Running LV2 plugins in Carla on Windows11?

Yep, I see. I've fixed that now so moving controllers in/out of frames will be much more stable now. Also fixed that controllers cant move out of the viewing area any more.

by tramp
Fri Jan 12, 2024 3:33 pm
Forum: Plugins, Effects and Instruments
Topic: Running LV2 plugins in Carla on Windows11?
Replies: 261
Views: 1419299

Re: Running LV2 plugins in Carla on Windows11?

Just found a little bug in the keyboard key matrix, just related to notes above midi key 94. Didn't know if that was related to the MIDI keyboard issue on Windows, but may be worse a try. A update will show :)

by tramp
Fri Jan 12, 2024 11:49 am
Forum: Linux Music News
Topic: Fluida v0.9.1 released
Replies: 21
Views: 119761

Re: Fluida v0.9.1 released

Looks good. I'll keep an eye out for the announcement tomorrow. So it's done. I've just pushed support for the Channel Matrix Editor to the repository. If you found time to check it out let me know case you get any problems. https://github.com/brummer10/Fluida.lv2 is there any possibility of gettin...
by tramp
Thu Jan 11, 2024 3:51 pm
Forum: Linux Music News
Topic: Fluida v0.9.1 released
Replies: 21
Views: 119761

Re: Fluida v0.9.1 released

That's my first attempt.
Image

working nicely so far, will a bit fine tune it and upload it tomorrow.

by tramp
Thu Jan 11, 2024 8:14 am
Forum: Linux Music News
Topic: Fluida v0.9.1 released
Replies: 21
Views: 119761

Re: Fluida v0.9.1 released

I'm glad to hear it works so far. Would you consider making a multi-timbral version of this, similar to the Calf Fluidsynth, where the user can allocate patches to 16 channels, in one Fluida instance? Yes, I'm just working on a channel matrix. I'd also ask if you could consider adding an .sf3 option...
by tramp
Wed Jan 10, 2024 3:29 pm
Forum: Linux Music News
Topic: Fluida v0.9.1 released
Replies: 21
Views: 119761

Fluida v0.9.1 released

Fluida is a LV2 wrapper around Fluidsynth allowing to load and control Fluidsynth as LV2 plugin. Fluida This release of Fluida add support for Windows. EDIT// Quick fix symbol export Attached been ready to use binaries for Linux Fluida.lv2-v0.9.1-linux-x86_64.tar.xz and Windows Fluida.lv2-v0.9.1-win...
by tramp
Tue Jan 09, 2024 9:35 am
Forum: Plugins, Effects and Instruments
Topic: Running LV2 plugins in Carla on Windows11?
Replies: 261
Views: 1419299

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. This is more about how faust handle lib...
by tramp
Sun Jan 07, 2024 7:22 pm
Forum: Plugins, Effects and Instruments
Topic: Running LV2 plugins in Carla on Windows11?
Replies: 261
Views: 1419299

Re: Running LV2 plugins in Carla on Windows11?

To build a linux LV2 plug after you've build a windows one you just need to

Code: Select all

make clean && make

the

Code: Select all

./libxputty/build.sh linux

only works when you've made the bootstrap for it like written in the
https://github.com/brummer10/XUiDesigne ... veloper.md

by tramp
Sun Jan 07, 2024 4:46 pm
Forum: Plugins, Effects and Instruments
Topic: Running LV2 plugins in Carla on Windows11?
Replies: 261
Views: 1419299

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. That's indeed brutal. Maybe it helps to increase the key size so that you can't mov...
by tramp
Sat Jan 06, 2024 4:18 pm
Forum: Plugins, Effects and Instruments
Topic: Running LV2 plugins in Carla on Windows11?
Replies: 261
Views: 1419299

Re: Running LV2 plugins in Carla on Windows11?

With that setting the problem of the hanging notes is almost (but not completely) gone. The issue may then be related to the implementation of the gate parameter in faust. In faust it is frame based, but it should be sample based to be accurate. I've a look at the implementation and found one thing...
by tramp
Sat Jan 06, 2024 1:09 pm
Forum: Plugins, Effects and Instruments
Topic: Running LV2 plugins in Carla on Windows11?
Replies: 261
Views: 1419299

Re: Running LV2 plugins in Carla on Windows11?

You could try with reduced latency, means setting the asio frame rate to 128.
You could also try the internal midi keyboard from reaper to check if the same happen with that one.

by tramp
Sat Jan 06, 2024 11:53 am
Forum: Plugins, Effects and Instruments
Topic: Running LV2 plugins in Carla on Windows11?
Replies: 261
Views: 1419299

Re: Running LV2 plugins in Carla on Windows11?

Another thing: I'm using this knob: knob_66_black4[10frames] for Polyphony while there are only 8 possible choices, could that be a problem. No, that should work fine. So I've implemented a protection against 2 MIDI keyboards now. When you try to add a second one a message will pop up to inform you...
by tramp
Sat Jan 06, 2024 11:38 am
Forum: Plugins, Effects and Instruments
Topic: Running LV2 plugins in Carla on Windows11?
Replies: 261
Views: 1419299

Re: Running LV2 plugins in Carla on Windows11?

Yep, 2 midi keyboards. I could reproduce that.
I need to implement a protection against that. . . .

by tramp
Sat Jan 06, 2024 11:18 am
Forum: Plugins, Effects and Instruments
Topic: Running LV2 plugins in Carla on Windows11?
Replies: 261
Views: 1419299

Re: Running LV2 plugins in Carla on Windows11?

Do you've 2 midi keyboards added?
Could you post the miditest2.c file please.

by tramp
Sat Jan 06, 2024 8:05 am
Forum: Plugins, Effects and Instruments
Topic: Running LV2 plugins in Carla on Windows11?
Replies: 261
Views: 1419299

Re: Running LV2 plugins in Carla on Windows11?

You cannot see on the virtual GUI keyboard which note is hanging. Okay, that means that the issue is not in the GUI handling but in the message system. The keyboard using a simple direct out function. That was never a problem on Linux, as it runs fast enough to deliver all messages. That seems to b...