performer icon indicating copy to clipboard operation
performer copied to clipboard

Note's are interpreted as CC's in Routing inputs

Open mongrol opened this issue 2 years ago • 0 comments

When using routing to translate CC's to a CV track using the offset target, note numbers are interpreted as CC numbers.

To reproduce;

  1. Set track 1 to midi2cv. Source Midi(1).
  2. Set track 2 to curve.
  3. Set a route with target "offset" and source "Midi(1), Absolute CC, CC 22". Apply route to track2.
  4. Play Note 22 (Bb1).
  5. CV output will be on Track2. Nothing will come out Track1 as expected.

Monitor shows Note 22 on Midi input and CV2 outputting instead of CV1 as expected.

A workaround is to use different channels.

mongrol avatar May 02 '22 08:05 mongrol