View Issue Details

IDProjectCategoryView StatusLast Update
0008159ardourbugspublic2020-12-27 18:03
Reportersk-os Assigned To 
PrioritynormalSeverityminorReproducibilityalways
Status newResolutionopen 
PlatformSome Other LinuxOSSome Other LinuxOS Versionunknown
Product Version6.0 
Summary0008159: contour - controller not working
Descriptionmy 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 Reproduceplugin controller in - start ardour - press a button or use the joggle
Additional Informationardour 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
Tagscontrol

Activities

sk-os

2020-07-13 18:38

reporter   ~0024732

same in ardour 6.2

mschultz777

2020-11-25 07:21

reporter   ~0025265

Same issue with Shuttle Pro 2

ardour 6.5 on Intel® Core™ i5-4570R CPU @ 2.70GHz × 4 running Ubuntu 20.04.1 LTS

sk-os

2020-12-27 18:03

reporter   ~0025359

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.

Issue History

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