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

PODxt: signal routing & monitor level dialog #26

Open
arteme opened this issue Feb 10, 2023 · 0 comments
Open

PODxt: signal routing & monitor level dialog #26

arteme opened this issue Feb 10, 2023 · 0 comments
Labels
feature New feature or request

Comments

@arteme
Copy link
Owner

arteme commented Feb 10, 2023

image

Line6 drivers have an "Inputs and Recording" section where the end-user can control signal routing & monitor level. Would be a good idea to implement the same, since in Linux especially, there's no way to select different signal routes.

Seems like the signal routing is:

f0 00 01 0c 03 57 05 00 00 00 00 f7 -- request
f0 00 01 0c 03 56 05 xx xx xx xx f7 -- reply

where the 12-bit xx xx xx xx value is:

  • 00 -- processed guitar output over USB
  • 01 -- clean guitar output over USB
  • 02 -- send clean guitar over USB, re-amp audio received from USB
  • 03 -- re-amo audio received from USB

And the monitor level is:

f0 00 01 0c 03 57 04 00 00 00 00 f7 -- request
f0 00 01 0c 03 56 04 xx xx xx xx f7 -- reply

where the 12-bit xx xx xx xx value is 0x0000 - 0x8000

@arteme arteme added the feature New feature or request label Feb 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant