I'm trying to control a slider from VirtualDJ via os2l.
https://www.youtube.com/watch?v=iBGeE2NgqRM
But I couldn't move the slider on VirtualDJ.
I've already succeeded os2l button test.
Can we control sliders using os2l?
os2l slider from VirtualDJ
-
- Posts: 13
- Joined: Sun May 31, 2020 2:59 pm
- Real Name:
https://youtu.be/qnd8pjJ21VE
I could move a fader on the virtual console of QLC+, but the fader can move only from 0 to 100 though I set this fader's min,max to 0,255.
How can I move this fader from 0 to 255 on the virtual console via os2l from VirtualDJ?
I could move a fader on the virtual console of QLC+, but the fader can move only from 0 to 100 though I set this fader's min,max to 0,255.
How can I move this fader from 0 to 255 on the virtual console via os2l from VirtualDJ?
-
- Posts: 13
- Joined: Sun May 31, 2020 2:59 pm
- Real Name:
https://youtu.be/pty_gSagq0Y
In the case where the fader’s (min,max) was set to (0,67) on the virtual console of QLC+, VDJ could move only the fader on the range 0 to 26...
In the case where the fader’s (min,max) was set to (0,67) on the virtual console of QLC+, VDJ could move only the fader on the range 0 to 26...
- GGGss
- Posts: 3052
- Joined: Mon Sep 12, 2016 7:15 pm
- Location: Belgium
- Real Name: Fredje Gallon
Midi values (0-127) are half the range of DMX values (0-255) so you have to double (or think double) interpreting midi values.
All electric machines work on smoke... when the smoke escapes... they don't work anymore
-
- Posts: 13
- Joined: Sun May 31, 2020 2:59 pm
- Real Name:
I think 100:255 is not equal to 127:255=1:2.
That command from VirtualDJ via os2l protocol sends signal as percentage of maximum DMX value(255), but I think QLC+ interprets the signal as DMX value in its own.