View Issue Details

IDProjectCategoryView StatusLast Update
0008436ardourfeaturespublic2020-10-02 17:12
Reporterkevinw Assigned To 
PrioritynormalSeverityminorReproducibilityalways
Status newResolutionopen 
PlatformGNUOSLinuxOS Version(any)
Product Version6.3 
Summary0008436: Korg NanoKontrol Studio mappings wrong for master gain and pan.
DescriptionThe 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 ReproduceUse of the gain and pan on the Master channel don't work out of the box with the NanoKontrol Studio.
Tagsmidi_map

Activities

There are no notes attached to this issue.

Issue History

Date Modified Username Field Change
2020-10-02 17:12 kevinw New Issue
2020-10-02 17:12 kevinw Tag Attached: midi_map