Can MF 1.4 be emulated in Glovepie?
Can MF 1.4 be emulated in Glovepie? Posted on: 10.01.2012 by Jeanine Droney Hi guys. I'm pretty darn sure that this topic has not been properly explored before and I will understand if DJTT mods delete this thread. The question that I would like to pose is this: Is it possible to get Glovepie to emulate the Midifighter Pro? Having gone through the TSI file for the MFP, I am convinced that in order to unlock the full potential of the faders (or potentiometers on the gamepad), one must make Glovepie act like the MF 1.4 board. The readme file on MF 1.4 source is as follows: Extraclassic: midi.Control1=(joystick1.x/261)+64 midi.Control2=(joystick1.y/261)+64 midi.Control3=(joystick1.z/261)+64 midi.Control4=(joystick1.roll/261)+64 alequ: midi.channel1.Slider1Fine=MapRange(Joystick1.x, -1,1, 0,1) midi.channel1.Slider2Fine=MapRange(Joystick1.z, -1,1, 0,1) midi.channel1.Slider3Fine=MapRange(Joystick1.y, -1,1, 0,1) midi.channel1.Slider4Fine=MapRange(Joystick1.roll, -1,1, 0,1) I don't really understand the above examples thus I'm not sure if it is possible to programme Glovepie in a way that it would produce the same effect as the MFP sliders. I don't expect the DJTT readers to put a full blown tutorial here. DJTT has a business to run. But perhaps, can one point me and other readers to a Glovepie resource, where we can understand how and make benefit from this glorious programme better? I can't find a tutorial online. Cheers and thanks in advance. | |
Chasidy Heckenbach 12.01.2012 |
Originally Posted by silencer
best idea is to find some script which does some of what u want and hack around with it. the xypad script i wrote is at the top of this page http://www.djranking s.com/community /sho...t=32826&page=2
I'm not a programmer, but I'm willing to try
Hedgehog: I wouldn't want to go after DJTT's ricebowl. But seriously man... MFP is bloody expensive.
|
Jeanine Droney 10.01.2012 | Hi guys. I'm pretty darn sure that this topic has not been properly explored before and I will understand if DJTT mods delete this thread. The question that I would like to pose is this: Is it possible to get Glovepie to emulate the Midifighter Pro? Having gone through the TSI file for the MFP, I am convinced that in order to unlock the full potential of the faders (or potentiometers on the gamepad), one must make Glovepie act like the MF 1.4 board. The readme file on MF 1.4 source is as follows: Extraclassic: midi.Control1=(joystick1.x/261)+64 midi.Control2=(joystick1.y/261)+64 midi.Control3=(joystick1.z/261)+64 midi.Control4=(joystick1.roll/261)+64 alequ: midi.channel1.Slider1Fine=MapRange(Joystick1.x, -1,1, 0,1) midi.channel1.Slider2Fine=MapRange(Joystick1.z, -1,1, 0,1) midi.channel1.Slider3Fine=MapRange(Joystick1.y, -1,1, 0,1) midi.channel1.Slider4Fine=MapRange(Joystick1.roll, -1,1, 0,1) I don't really understand the above examples thus I'm not sure if it is possible to programme Glovepie in a way that it would produce the same effect as the MFP sliders. I don't expect the DJTT readers to put a full blown tutorial here. DJTT has a business to run. But perhaps, can one point me and other readers to a Glovepie resource, where we can understand how and make benefit from this glorious programme better? I can't find a tutorial online. Cheers and thanks in advance. |
Allene Manitta 15.01.2012 | i did a couple of scripts in glovePIE PM me if you have some detailed questions. btw: i believe you can emulate a superfader pretty easy: [not in the exact glovePIE language as i didn't work with the code for a while, but the logics could behave as following] full_range = [your game slider] CC_A = (full_range - 3)*(127/121) if full_range > 64 then CC_B = (full_range - 64)*(105/61) else CC_B = 0 end If if full_range > 3 then note_A = on else note_A = off end if if full_range > 124 then note_B = on else note_B = off end If |
Chasidy Heckenbach 12.01.2012 |
Originally Posted by silencer
best idea is to find some script which does some of what u want and hack around with it. the xypad script i wrote is at the top of this page http://www.djranking s.com/community /sho...t=32826&page=2
I'm not a programmer, but I'm willing to try
Hedgehog: I wouldn't want to go after DJTT's ricebowl. But seriously man... MFP is bloody expensive.
|
Jeanine Droney 12.01.2012 | Is that what they are called? Ya. Superfaders. I know there are some examples here on DJTT, but surely there is a Dummies Guide for how to program glovepie out there. I can't find it. I'm not a programmer, but I'm willing to try Hedgehog: I wouldn't want to go after DJTT's ricebowl. But seriously man... MFP is bloody expensive. |
Chasidy Heckenbach 11.01.2012 | there's been a lot of threads about emulating the classic mf for the instant grat mapping. there's a few scripts to do that. i guess u want to emulate super faders from a normal fader? |
Makkins Clifton 11.01.2012 |
I'm pretty darn sure that this topic has not been properly explored before and I will understand if DJTT mods delete this thread.
I sadly didn't get what you are trying to do exactly. So please explain it and we'll see what we can do. |
<< Back to Reviews of DJ equipment Reply