Step 3GlovePIE
Then make a shortcut to GlovePIE.exe.
Open the program and past this:
//Adjust the wait time to you liking.
if wiimote.plus then
if var.up then
volumeup = true
wait 240 ms
volumeup = false
var.up = 0
else
volumeup = true
wait 60 ms
volumeup = false
endif
else
var.up = 1
endif
if wiimote.minus then
if var.down then
volumedown = true
wait 240 ms
volumedown = false
var.down = 0
else
volumedown = true
wait 60 ms
volumedown = false
endif
else
var.down = 1
endif
PlayPause = WiiMote.A
NextTrack = WiiMote.Right
PrevTrack = WiiMote.Left
The original (and shown below) isn't mine but I couldn't find the source.
I wasn't that happy with it so I made some new stuff, it provides a progressive feel.
| « Previous Step | Download PDFView All Steps | Next Step » |
![]() |
Add Comment
|









































