SpotlightKid / jack-matchmaker

Auto-connect new JACK ports matching the patterns given on the command line.
GNU General Public License v2.0
73 stars 6 forks source link

Support JACK meta data (aka port properties) #3

Closed SpotlightKid closed 5 years ago

SpotlightKid commented 5 years ago

See http://jackaudio.org/files/docs/html/group__Metadata.html.

AFAICS, Jack 2 only has support for properties the latest release 1.9.12.

SpotlightKid commented 5 years ago

Support for JACK meta data API added to libjack bindings in jacklib.py: a8faea3e13e74221e446cf991b7b206678a98d41

SpotlightKid commented 5 years ago

Support for port meta data pretty-names was added to jack-matchmaker: c8a91897a2160e2421cf84327664f3e4a7cfc3fb

This will be in the upcoming 0.7.0 release,

SpotlightKid commented 5 years ago

Version 0.7.0 with support for port meta data has been released.