MIDI Pitchbend in GlovePIE
MIDI Pitchbend in GlovePIE Posted on: 06.11.2013 by Paige Kapfer Hello DJTT community,I'm using a gamepad hooked up into GlovePIE to convert the gamepad signals into MIDI. Everything is working fine, but I can't figure out how to get the analog stick to send out midi commands for Pitch Bend wheel instead of CC values. This is what I have for the analog stick: Code:
//analogs: midi.control1=(joystick1.x/261)+64 midi.control2=(joystick1.y/261)+64 midi.control3=(joystick1.z/261)+64 midi.control4=(joystick1.roll/261)+64 Thanks in advance! | |
Paige Kapfer 06.11.2013 | Hello DJTT community, I'm using a gamepad hooked up into GlovePIE to convert the gamepad signals into MIDI. Everything is working fine, but I can't figure out how to get the analog stick to send out midi commands for Pitch Bend wheel instead of CC values. This is what I have for the analog stick: Code:
//analogs: midi.control1=(joystick1.x/261)+64 midi.control2=(joystick1.y/261)+64 midi.control3=(joystick1.z/261)+64 midi.control4=(joystick1.roll/261)+64 Thanks in advance! |
<< Back to Reviews of DJ equipment Reply