Ingreso rápido:  

Forum: VirtualDJ Technical Support

Tema: MIDI activity detected, but bind does not work
Hi! I have an Arduino Leonardo setup with currently one potmeter. I'm using the Surface Controller libary, and I have uploaded a simple test code:
#include <Control_Surface.h>

// Instantiate a MIDI over USB interface.
USBMIDI_Interface midi;

// Instantiate a CCPotentiometer object
CCPotentiometer potentiometer = {
A0,
{MIDI_CC::Channel_Volume, CHANNEL_1},
};

void setup() {
Control_Surface.begin();
}

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


Like I said midiView and vdj can detect the activity, but after mapping it like this:

The crossfader does not change values, eve tho I can see 0-SLIDER7 go from 0 to 1 in the activity window. Thanks for all help!


 

Mensajes Thu 21 Mar 24 @ 5:48 pm
locoDogPRO InfinityModeratorMember since 2013
could be a licence issue. VDJ sees the input.
 

Mensajes Thu 21 Mar 24 @ 8:20 pm
What does that mean? Or how can I fix it?
 

Mensajes Sat 23 Mar 24 @ 5:44 pm
AdionPRO InfinityCTOMember since 2006
It means that you need a Pro license to use your own midi devices
 

Mensajes Sun 24 Mar 24 @ 4:16 am
Ah, okay, it wasn't obvious, thanks!
 

Mensajes Mon 25 Mar 24 @ 3:08 pm