View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0008436 | ardour | features | public | 2020-10-02 17:12 | 2020-10-02 17:12 |
Reporter | kevinw | Assigned To | |||
Priority | normal | Severity | minor | Reproducibility | always |
Status | new | Resolution | open | ||
Platform | GNU | OS | Linux | OS Version | (any) |
Product Version | 6.3 | ||||
Summary | 0008436: Korg NanoKontrol Studio mappings wrong for master gain and pan. | ||||
Description | The first channel strip in the NanoKontrol Studio should control the Ardour Master channel, but the gain and pan are not working for me. With the following change I get gain and pan working: $ diff Korg_nanoKONTROL_Studio.map Korg_nanoKONTROL_Studio_Kevin.map 2c2 < <ArdourMIDIBindings version="1.0.0" name="Korg nanoKONTROL Studio"> --- > <ArdourMIDIBindings version="1.0.0" name="Korg nanoKONTROL Studio (Kevin)"> 113c113 < <Binding channel="1" ctl="21" uri="/bus/mute master"/> --- > <Binding channel="1" ctl="21" uri="/route/mute master"/> 117,118c117,118 < <Binding channel="1" ctl="13" uri="/bus/panwidth master"/> < <Binding channel="1" ctl="2" uri="/bus/gain master"/> --- > <Binding channel="1" ctl="13" uri="/route/pandirection master"/> > <Binding channel="1" ctl="2" uri="/route/gain master"/> | ||||
Steps To Reproduce | Use of the gain and pan on the Master channel don't work out of the box with the NanoKontrol Studio. | ||||
Tags | midi_map | ||||