Pitchbend in GlovePIE?
Pitchbend in GlovePIE? Posted on: 07.11.2013 by Paige Kapfer Hello DJTT community,I have a gamepad hooked up to GlovePIE to convert the signals from the controller into MIDI commands. Everything works fine, except I can't get the analog stick to create midi pitch bend instead of CC messages. This is what I have in GlovePIE 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 07.11.2013 | Hello DJTT community, I have a gamepad hooked up to GlovePIE to convert the signals from the controller into MIDI commands. Everything works fine, except I can't get the analog stick to create midi pitch bend instead of CC messages. This is what I have in GlovePIE 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 Post and find Controller MappingsReply