-
Hello!
I was wondering if Linux builds might be possible at some point?
Also, possibly LV2 builds? LV2 is multiplatform, but I might as well make the request at the same time :)
Thanks for your tim…
-
many VST3 plugins have issues,
for example:
pspaudioware masterq2 Right channel does Not work. but VST2,4 works.
-
In the channel mapper, disabling the channel marked as "1" causes all the channels to be of zero value. This is independent of the position on the "1" channel in the map.
-
I suggest adding a `getData` method in `MidiChannelMessage` class ( `Bela/include/Midi.h`)
`midi_byte_t* getData() { return _dataBytes; }`
This would allows to get the raw data in a easier to us…
sletz updated
5 years ago
-
I posted this in the Discord, so forgive me if this is redundant.
I am trying to get a simple HelloWorld app going. I have the JS bundle built, but when I compile the plugin in XCode I get the foll…
-
Hey I was browsing through projects that used libremidi and found yours. I also looked in here and found this concept that tickles my brain. I'm pretty certain it would be somewhat easy to make some b…
-
This is a bit of a pet peeve for me, and something I far too often encounter with software ported to linux... After trying out Stochas, I discovered that an 'AudioVitamins' folder had appeared in my h…
-
Hi, thanks for your work on this!
I am trying to build this on [NixOS](nixos.org/) but my attempts so far always fail to link juice: [full log](https://gist.github.com/cocreature/825a077393e64d6f39…
-
Ctrlr fails to open all MIDI input/output devices:
> [ERROR ][00:56:39:000120]: CtrlrMIDIDevice::openDevice failed to open device "E-MU XMidi1X1 Tab Out"
Closed all other apps.
MIDI devices w…
-
Hey! Using the template to build a preset manager and when attempting to load presets, the UI only updates one parameter. Should have time this week to debug.