Dopey CC/PC offset value question

Hi there.

Probably being a bit thick but is there a way to add a fixed amount say +1 to a program change or CC value. So if CC 74 value in = 45, CC 74 value out could be 75 or any offset value. Curently I’m doing it by transforming CC/PC into notes, transposing it, then transforming it back but this can’t be the only way. If anyone would care to enlighten me that would be great.

Thanks.

Hey, there’s two ways to add 1 (or a different amount) to a CC:

  1. Using Rescale pipe with In Low and In High as [0; 126], Out Low and Out High as [1; 127]
  2. Using CC LFO pipe in Passive Modulation mode with Depth = 1, Waveform = PWM, Duty Cycle = 100%.
1 Like

Nice one, thanks!