Rumbling guitar solos (soli?)
Hey guy, help a fellow DJTTer out:
i have borrowed a guitar-hero controller from my buddy, and mapped it via GlovePIE to traktor. Was pretty easy, simply connects as a HID Controller.
Now i’m on the run for gread gutar sounds, to rock my audience at my upcoming gig on saturday.
what i have so far is:
as used by ean before
love this one particularily!!!
plus the omnipresent Seven Nation army
sooo, any ideas for ROCKING the crown literally with best known riffs?
as a motivation for you guys, my GlovePIE script for the controller as following:
//choosing Midi device (loopBe)
midi.DeviceOut = 2
//Buttons
midi.channel3.b1 = Joystick1.button2
midi.channel3.b2 = Joystick1.button3
midi.channel3.b3 = Joystick1.button1
midi.channel3.b4 = Joystick1.button4
midi.channel3.b5 = Joystick1.button5
//Whammy Bar
midi.channel3.b6 = Joystick1.pov1up
midi.channel3.b7 = Joystick1.pov1down
//Funky sound shmashing wiggle-around Thingy
Midi.channel3.HoldPedal = MapEnsureRange(Joystick1.z, -1,1, 0,127)/127
so thanks in advance for helping me out!