View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0008159 | ardour | bugs | public | 2020-05-28 16:48 | 2020-12-27 18:03 |
Reporter | sk-os | Assigned To | |||
Priority | normal | Severity | minor | Reproducibility | always |
Status | new | Resolution | open | ||
Platform | Some Other Linux | OS | Some Other Linux | OS Version | unknown |
Product Version | 6.0 | ||||
Summary | 0008159: contour - controller not working | ||||
Description | my contour shuttleXpress is not working Ardour detects it "found shuttleexpress" but no action is working if I press any button nothing happens. with and without "button test" enabled. joggle wheel not working | ||||
Steps To Reproduce | plugin controller in - start ardour - press a button or use the joggle | ||||
Additional Information | ardour 6.0.0 on archlinux 5.6.14-arch1-1 0000001 SMP PREEMPT Wed, 20 May 2020 20:43:19 +0000 x86_64 GNU/Linux lsusb: Bus 001 Device 011: ID 0b33:0020 Contour Design, Inc. ShuttleXpress | ||||
Tags | control | ||||
|
same in ardour 6.2 |
|
Same issue with Shuttle Pro 2 ardour 6.5 on Intel® Core™ i5-4570R CPU @ 2.70GHz × 4 running Ubuntu 20.04.1 LTS |
|
seems like the problem is based on the udev rules working udev rule: SUBSYSTEM=="usb", ATTRS{idVendor}=="0b33", ATTRS{idProduct}=="0030", MODE="660", GROUP="audio" SUBSYSTEM=="usb", ATTRS{idVendor}=="0b33", ATTRS{idProduct}=="0020", MODE="660", GROUP="audio" SUBSYSTEM=="usb", ATTRS{idVendor}=="0b33", ATTRS{idProduct}=="0010", MODE="660", GROUP="audio" however, if you are using the contour with kdenlive, you need: SUBSYSTEMS=="usb", ATTRS{idVendor}=="0b33", ATTRS{idProduct}=="0020", MODE="0444" which doesn't work with ardour so you have to choose to use the shuttle device in kdenlive or ardour my solution to use it for both programs - set udev rule to: SUBSYSTEMS=="usb", ATTRS{idVendor}=="0b33", ATTRS{idProduct}=="0020", MODE="0664" OWNER="MYUSER" I'm not shure exactly why this is the only version that works.. maybe someone who understands udev better than me could clarify that. |
Date Modified | Username | Field | Change |
---|---|---|---|
2020-05-28 16:48 | sk-os | New Issue | |
2020-05-28 16:48 | sk-os | Tag Attached: control | |
2020-07-13 18:38 | sk-os | Note Added: 0024732 | |
2020-11-25 07:21 | mschultz777 | Note Added: 0025265 | |
2020-12-27 18:03 | sk-os | Note Added: 0025359 |