Milkii Brewster
Milkii Brewster
@sletz Might you have any comment?
Feature request: it would be nice if, for JACK app* targets, the user could define information for setting JACK client metadata about the input/output port names and/or mark some as...
For both JACK and LV2. I thought any LV2 effort works be done in the other project. Do any other plugin formats allow setting proper names for ports? Apologies, maybe...
I would guess maybe using `declare` in as Standard Metadata. I'm not confident on what the notation format would be best for such a mapping though.
https://jackaudio.org/api/group__Metadata.html has the exact details for JACK. The metadata link above covers using [jack_property](https://manpages.debian.org/testing/jackd1/jack_property.1.en.html) to make metadata changes. Edit: pretty-name, signal-type, port-group, and order (For LV2 it would be setting...
Essentially. Pd-fork [Spaghettis](https://github.com/Spaghettis/Spaghettis/pull/229) uses messages. Note: [Carla](https://github.com/falkTX/Carla), when hosting an LV2 bundle as a JACK client, goes further and presents that bundles port metadata as JACK port metadata, including the...
Though that does kind of depend on ones definition of "essentially"; maybe there is a better way of notating such metadata? Might it be possible to have this reopened?
Can I request again that this issue be reopened? Currently faust2lv2 outputs plugins with ports like:  And faust2jack outputs apps with ports like:  But LV2 plugins can have...
There are a [few](https://github.com/axujen/mpdrandom) [scripts](https://github.com/f0rki/mpd-album-shuffle) [etc.](https://bitbucket.org/tim_heap/mpd-random-album/src/master/) [that](https://github.com/joshkunz/ashuffle) [do](https://github.com/ibeex/mpd_queue_random_album) random album shuffle, but these require command-line access. The ability to natively (in clients) enable jumping to the start of a random...
I've added a wiki [note](https://github.com/lv2/lv2/wiki#daw--groovebox).