Control-Surface icon indicating copy to clipboard operation
Control-Surface copied to clipboard

Erratic movements and values in Audition

Open Roots98 opened this issue 1 year ago • 8 comments

Hi Tttapa, you have an amazing library! I noticed erratic values with general purpose controller and Adobe Audition. the value moves right or left, sometimes inverted and sometimes starts moving in the same direction with jumps or when you get to the end it jumps to the beginning. You can see the problem in the video uploaded here https://youtu.be/ZSiZ8HuoJKQ From the second 20 is very clear to see

#include <Control_Surface.h>

USBMIDI_Interface midi;

CCPotentiometer GPC {
  18, {MIDI_CC::General_Purpose_Controller_1}
};

void setup() {
RelativeCCSender::setMode(MACKIE_CONTROL_RELATIVE);
Control_Surface.begin();
}

void loop() {
Control_Surface.loop();
}

Roots98 avatar Mar 01 '23 15:03 Roots98