View Issue Details

IDProjectCategoryView StatusLast Update
0009241ardourfeaturespublic2023-02-16 22:50
Reporterambiguation Assigned To 
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionno change required 
PlatformUbuntuOSLinuxOS Version(any)
Product VersionMixbus 8.x 
Summary0009241: MIDI CC for "select next" / "select previous" track -or- MIDI calling of a LUA script
DescriptionThe Category might well be Documentation and not Features...

Using a Korg NanoKontrol, trying to get fader 0000009 on the second scene to do something as simple as "select next track".

My .map file has commands such as

<Binding channel="1" ctl="84" function="Editor/select-next-stripable"/>

MIDI Tracer confirms the CC info is coming in.

but nothing's happening.

I'm doing this in Mixbus 8.2.170.

LUA script works fantastically - just want to MIDI-ise it, and then onward and upward to Select Previous, and who knows what else etc.
Steps To ReproduceSee Description.
TagsMIxbus

Activities

ambiguation

2023-02-16 05:33

reporter   ~0027385

0000009 was interpreted when I meant to say "Fader Number 9".

ambiguation

2023-02-16 22:50

reporter   ~0027390

This can be filed under Documentation.

Once I'd worked out the syntax and the relevant commands it looks pretty obvious!

<!-- select next / previous //-->
  <Binding channel="1" ctl="84" action="Editor/select-next-stripable"/>
  <Binding channel="1" ctl="75" action="Editor/select-prev-stripable"/>

<!-- record enable / solo / mute for currently selected track //-->
  <Binding channel="1" ctl="67" uri="/route/recenable S1"/>
  <Binding channel="1" ctl="77" uri="/route/solo S1"/>
  <Binding channel="1" ctl="76" uri="/route/mute S1"/>


<!-- EQ controls (faders on Scene 2) //-->
  <Binding channel="1" ctl="42" uri="/route/eq/gain/0 S1"/>
  <Binding channel="1" ctl="43" uri="/route/eq/freq/0 S1"/>
  <Binding channel="1" ctl="50" uri="/route/eq/gain/1 S1"/>
  <Binding channel="1" ctl="51" uri="/route/eq/freq/1 S1"/>
  <Binding channel="1" ctl="52" uri="/route/eq/gain/2 S1"/>
  <Binding channel="1" ctl="53" uri="/route/eq/freq/2 S1"/>

  <Binding channel="1" ctl="54" uri="/route/filter/hi/freq S1"/>
  <Binding channel="1" ctl="55" uri="/route/eq/enable S1 toggle"/>

Issue History

Date Modified Username Field Change
2023-02-16 05:31 ambiguation New Issue
2023-02-16 05:31 ambiguation Tag Attached: MIxbus
2023-02-16 05:33 ambiguation Note Added: 0027385
2023-02-16 22:50 ambiguation Status new => closed
2023-02-16 22:50 ambiguation Resolution open => no change required
2023-02-16 22:50 ambiguation Note Added: 0027390