On 11/22/19 1:29 PM, Ralf Ramsauer wrote:
> Hi Stephane,
>
> On 11/22/19 2:43 AM, STEFETS -
https://github.com/stefets/live-config/
> wrote:
>> Hi!
>>
>> Since it's regular expression I suspect the slash. Try to escape it with
>> a backslash before the slash.
>>
>> Example :
>> alsa_pcm:Arturia-KeyStep-32\/midi_playback_1
>
> Aah, good point, but that didn't solve my issue.
>
> Even .*Arturia.*playback.* doesn't work. And that one should match in
> any case.
>
> That's really annoying. Every time I plug in/out my USB hub, jack port
> numbers will be shuffled, and I have to align the script. Only original
> jack names (as listed by jack_lsp) seem to work. Aliases (as listed by
> jack_lsp -A) don't. Sigh...
>
> Guess I'll have to dig into mididing's code and check how those names
> are queried. Maybe mididings doesn't support jack aliases for lookup.
> But in that case, I wonder that I'm the first one to run into this issue.
So turns out mididings really didn't support jack aliases. With this [1]
and pull requests on github... I'd like to get those pieces integrated.