Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

improve system node identification: use port-group prop #176

Open
x37v opened this issue Oct 31, 2024 · 0 comments
Open

improve system node identification: use port-group prop #176

x37v opened this issue Oct 31, 2024 · 0 comments
Labels
enhancement New feature or request
Milestone

Comments

@x37v
Copy link
Contributor

x37v commented Oct 31, 2024

{
  "FULL_PATH": "/rnbo/jack/info/ports/properties",
  "DESCRIPTION": "Ports and a list of their properties",
  "CONTENTS": {
    "system:capture_1": {
      "FULL_PATH": "/rnbo/jack/info/ports/properties/system:capture_1",
      "TYPE": "s",
      "VALUE": "{\"http://jackaudio.org/metadata/port-group\":\"rnbo-graph-user-io\",\"physical\":true,\"terminal\":true}",
      "ACCESS": 3,
      "CLIPMODE": "none",
      "DESCRIPTION": "JSON key/value object indicating Jack properties for this port"
    },
    "system:capture_2": {
      "FULL_PATH": "/rnbo/jack/info/ports/properties/system:capture_2",
      "TYPE": "s",
      "VALUE": "{\"http://jackaudio.org/metadata/port-group\":\"rnbo-graph-user-io\",\"physical\":true,\"terminal\":true}",
      "ACCESS": 3,
      "CLIPMODE": "none",
      "DESCRIPTION": "JSON key/value object indicating Jack properties for this port"
    },
    "system:playback_1": {
      "FULL_PATH": "/rnbo/jack/info/ports/properties/system:playback_1",
      "TYPE": "s",
      "VALUE": "{\"http://jackaudio.org/metadata/port-group\":\"rnbo-graph-user-io\",\"physical\":true,\"terminal\":true}",
      "ACCESS": 3,
      "CLIPMODE": "none",
      "DESCRIPTION": "JSON key/value object indicating Jack properties for this port"
    },
    "system:playback_2": {
      "FULL_PATH": "/rnbo/jack/info/ports/properties/system:playback_2",
      "TYPE": "s",
      "VALUE": "{\"http://jackaudio.org/metadata/port-group\":\"rnbo-graph-user-io\",\"physical\":true,\"terminal\":true}",
      "ACCESS": 3,
      "CLIPMODE": "none",
      "DESCRIPTION": "JSON key/value object indicating Jack properties for this port"
    },
    "snd-0:out1": {
      "FULL_PATH": "/rnbo/jack/info/ports/properties/snd-0:out1",
      "TYPE": "s",
      "VALUE": "{\"http://jackaudio.org/metadata/pretty-name\":\"left\"}",
      "ACCESS": 3,
      "CLIPMODE": "none",
      "DESCRIPTION": "JSON key/value object indicating Jack properties for this port"
    },
    "snd-0:out2": {
      "FULL_PATH": "/rnbo/jack/info/ports/properties/snd-0:out2",
      "TYPE": "s",
      "VALUE": "{\"http://jackaudio.org/metadata/pretty-name\":\"right\"}",
      "ACCESS": 3,
      "CLIPMODE": "none",
      "DESCRIPTION": "JSON key/value object indicating Jack properties for this port"
    },
    "snd-1:out1": {
      "FULL_PATH": "/rnbo/jack/info/ports/properties/snd-1:out1",
      "TYPE": "s",
      "VALUE": "{\"http://jackaudio.org/metadata/pretty-name\":\"left\"}",
      "ACCESS": 3,
      "CLIPMODE": "none",
      "DESCRIPTION": "JSON key/value object indicating Jack properties for this port"
    },
    "snd-1:out2": {
      "FULL_PATH": "/rnbo/jack/info/ports/properties/snd-1:out2",
      "TYPE": "s",
      "VALUE": "{\"http://jackaudio.org/metadata/pretty-name\":\"right\"}",
      "ACCESS": 3,
      "CLIPMODE": "none",
      "DESCRIPTION": "JSON key/value object indicating Jack properties for this port"
    },
    "snd-2:out1": {
      "FULL_PATH": "/rnbo/jack/info/ports/properties/snd-2:out1",
      "TYPE": "s",
      "VALUE": "{\"http://jackaudio.org/metadata/pretty-name\":\"left\"}",
      "ACCESS": 3,
      "CLIPMODE": "none",
      "DESCRIPTION": "JSON key/value object indicating Jack properties for this port"
    },
    "snd-2:out2": {
      "FULL_PATH": "/rnbo/jack/info/ports/properties/snd-2:out2",
      "TYPE": "s",
      "VALUE": "{\"http://jackaudio.org/metadata/pretty-name\":\"right\"}",
      "ACCESS": 3,
      "CLIPMODE": "none",
      "DESCRIPTION": "JSON key/value object indicating Jack properties for this port"
    },
    "snd-3:out1": {
      "FULL_PATH": "/rnbo/jack/info/ports/properties/snd-3:out1",
      "TYPE": "s",
      "VALUE": "{\"http://jackaudio.org/metadata/pretty-name\":\"left\"}",
      "ACCESS": 3,
      "CLIPMODE": "none",
      "DESCRIPTION": "JSON key/value object indicating Jack properties for this port"
    },
    "snd-3:out2": {
      "FULL_PATH": "/rnbo/jack/info/ports/properties/snd-3:out2",
      "TYPE": "s",
      "VALUE": "{\"http://jackaudio.org/metadata/pretty-name\":\"right\"}",
      "ACCESS": 3,
      "CLIPMODE": "none",
      "DESCRIPTION": "JSON key/value object indicating Jack properties for this port"
    }
  }
}
@fde31 fde31 added the enhancement New feature or request label Nov 18, 2024
@x37v x37v added this to the 1.4.0 milestone Nov 18, 2024
@x37v x37v changed the title improve system node identification: use 'terminal' or 'physical' port props improve system node identification: use portgroup prop Dec 9, 2024
@x37v x37v changed the title improve system node identification: use portgroup prop improve system node identification: use port-group prop Dec 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants