Robin Gareus
Robin Gareus
> Does Ardour provide a way to disable individual VST3 buses? Yes, one can use pin-connections to dis/connect individual ports. If all ports of a bus are disconnected, the bus...
> You mean without the 2nd patch this already works as expected? Yes, a bus can be disabled completely (`activateBus(..., busID, false);`), which correctly sets DPF's `fEnabledInputs[i] = false` for...
or in other words: Why should loop-end ***not*** resolve note?
> I favor making the All Notes Off command a preference item, though a complete implementation would do this on a per-track or even per-port basis, depending on what is...
The problem with that is that pitch-bend range is undefined in the MIDI specs and it is not necessarily +/- 2 semi-tones (that depends on the synth and/or soundfont). But...
I'm sorry but this is a simple classic oscilloscope and feature complete as such. For infinite scroll, do you know YASS (http://kokkinizita.linuxaudio.org/linuxaudio/)? That might fit your bill. As for right...
I think we should remove that ancient custom short_version function and instead rely on Pango::EllipsizeMode which also works for other languages.
I very much like a small sensible part of C++ for plugins, notably access specifiers for class/struct members and an implicit `this`, while staying close to C otherwise. Early plugins...
> Does the LV2 bundle need a different structure (e.g. separate TTL files) It's perfectly valid, and very common to have multiple plugins (which may even be entirely unrelated) in...
> Do you have any suggestion for a possible workaround on my side? I suppose you could edit the `manifest.ttl` and and `dpl.ttl` files and remove the mono version. ..or...