
| Artist | Track (Remix) | Label | Year |
|---|---|---|---|
| Culoe De Song | The Bright Forest | Innervisions | 2009 |
| Hauswerks | Dig Deep | 1Trax | 2009 |
| Gorge | Garuna | 8Bit | 2009 |
| DJ Rame | Mind Clip | Manocalda | 2009 |
| Aki Bergen | Afrikanism | Neurotraxx | 2009 |
| Miro | African King | One Louder Berlin | 2009 |
| Jeff Bennett | Desire (2007 Version) | Night Drive | 2007 |
| Tiger Stripes | Survivor | Get Physical | 2007 |
| Gabe | Rohypnol | Label Unknown | 2008 |
| Dusty Kid | Klin | Boxer | 2009 |
| Nick Curly | Kalimba | murmur | 2008 |

| Artist | Track (Remix) | Label | Year |
|---|---|---|---|
| Biosphere | City Wakes Up | Touch | 2006 |
| Spencer Parker | Untitled Head | Liebe Detail | 2009 |
| Josh Wink | Minimal 23 | Ovum | 2009 |
| Hauswerks and Gaz James | Odyssey | Hauswerks | 2008 |
| Format B | Cosa Nostra Funk | Opossum | 2006 |
| DJ Sneak | Bingo Bongo Strut | No. 19 | 2009 |
| Worthy | Ah Chord | Trapez | 2009 |
| Microtrauma | Aktin | Microtonal | 2009 |
| Sleeper Thief | Full of You | Mobilee | 2006 |
| Gabriele Del Prete and Lucio Aquilina | Middle Age | Minisketch | 2008 |

| Artist | Track (Remix) | Label | Year |
|---|---|---|---|
| MRI | To Be Honest | Force Tracks | 2000 |
| Thomas Schumacher | Sleepy Hollow | Spiel-Zeug Schallplatt | 2006 |
| Tiefschwarz | Ghostrack (Shonky remix) | Souvenir | 2007 |
| Micky Monzza and Joseph Disco | Bounce Baby | Great Stuff | 2007 |
| Fabio Gianelli | Tweak | Ocean Dark | 2007 |
| Yello | Oh Yeah Oh Six (Bodzin and Huntemann remix) | Universal | 2006 |
| Aril Brikha | Berghain | Kompakt | 2007 |
| Gui Boratto | Mr. Decay (Robert Babicz Universum Disco mix) | Kompakt | 2007 |
| Claude VonStroke | Deep Throat (John Tejada remix) | Dirtybird | 2005 |
| Koljah | Mahlzeit | Sushitech | 2007 |
| Chaim | Cosa Nostra | Supplement Facts | 2007 |
| Ken Nordine | Green | Asphodel | 2000 |
Consider this a test more than anything, but I just jumped into the world of enlightened mobile technology with the purchase of a G1 - jumping past the ambivalance of my love-hate relationship with technology and into the warm, familiar arms of gear lust once again. So far so good, the fires are stoked with new ideas of what’s possible, both creatively and in a general sense of our ever-evolving world. Naturally, this is my first blog post from my new toy.

| Artist | Track (Remix) | Label | Year |
|---|---|---|---|
| Rone | Flesh (Sasha Invol2ver mix) | Global Underground | 2008 |
| Fergie | Recluse (Gregor Tresher mix) | Great Stuff | 2008 |
| James Harcourt | Call and Response | Twisted Frequency | 2008 |
| Rene Amesz | Ploert (DJ Remy and Roland Klinkenberg mix) | Noir Music | 2008 |
| Gabe | Sonar Room | Sprout | 2008 |
| Sasha | Who Killed Sparky? (Astro and Glyde mix) | emFire | 2008 |
| Rievaulx | Boxing Shadows | Kickboxer | 2008 |
| Sébastian Léger | Majuro | Mistakes Music | 2008 |

| Artist | Track (Remix) | Label | Year |
|---|---|---|---|
| District One | Handsome | 100% Pure | 2008 |
| Paolo Mojo | Nightlaw | Toolroom | 2008 |
| Frankie | Salute! | Faste Music | 2008 |
| Hauswerks and Gaz James | Odyssey | Hauswerks | 2008 |
| Gabe | Amnesia | Sprout | 2008 |
| Koen Groeneveld | Wake Turbulence | Abzolut | 2008 |
| Sebastien Leger | Bambou | Mistakes Music | 2008 |
| Tiger Stripes | Sthlm Hustle | Audio Therapy | 2008 |
| Lutzenkirchen | Paperboy (D-nox and Beckers mix) | Great Stuff | 2008 |
| Sunshine Jones | If You Wouldn’t Mind (Tiger Stripes mix) | King Street Sounds | 2008 |
| Marshall | Keep It Real | 303Lovers | 2008 |
| Butch | Mushroom Man | AFU Limited | 2008 |
| Lucio Aquilina | Magic M | Cocoon | 2007 |
// VJamm PS2 script by Jeff Mission - http://beatfix.com
// keymap joystick (or PS2 controller) to control VJamm demo version
// change “Joystick2″ to your joystick # as needed
// optimised for Naki DDR handheld pad
debug=Joystick2.x
if (!Joystick2.Button9) && (!Joystick2.Button10) then {
Key.LeftBracket=Joystick2.Button7
Key.RightBracket=Joystick2.Button5
Key.Backspace=Joystick2.Button7+Joystick2.Button5
key.left=Joystick2.Button6
key.right=Joystick2.Button8
}
if (Joystick2.Button10) {
Key.2=Joystick2.Button7
Key.4=Joystick2.Button5
key.6=Joystick2.Button6
key.8=Joystick2.Button8
key.0=Joystick2.Button9
}
key.P=doubleclicked(Joystick2.Button10)
if (Joystick2.Button9) {
if Joystick2.Button7 then var.mode=0
if Joystick2.Button5 then var.mode=1
key.C=Joystick2.Button6
key.L=Joystick2.Button8
}
key.X=doubleclicked(Joystick2.Button9)
if (var.mode=0) {
Key.Q=Joystick2.Button3
Key.W = (Joystick2.y=-1)
Key.E=Joystick2.Button2
Key.R = (Joystick2.x=-1)
Key.T = (Joystick2.x=1)
Key.Y=Joystick2.Button1
Key.U = (Joystick2.y=1)
Key.I=Joystick2.Button4
}
if (var.mode=1) {
Key.A=Joystick2.Button3
Key.S = (Joystick2.y=-1)
Key.D=Joystick2.Button2
Key.F = (Joystick2.x=-1)
Key.G = (Joystick2.x=1)
Key.H=Joystick2.Button1
Key.J = (Joystick2.y=1)
Key.K=Joystick2.Button4
}
if (var.mode=2) {
Key.LeftBracket=Joystick2.Button3
Key.Backspace = (Joystick2.y=-1)
Key.RightBracket=Joystick2.Button2
Key.left = (Joystick2.x=-1)
Key.right = (Joystick2.x=1)
Key.2=Joystick2.Button1
Key.0 = (Joystick2.y=1)
Key.7=Joystick2.Button4
}
/* — Fractice - Wiimote — */
var.x = (Wiimote.gx + 1) / 2
var.y = (Wiimote.gy + 1) / 2
var.z = (Wiimote.gz + 1) / 2
midi.ByteControl4 = 1
midi.ByteControl11 = 1
midi.ByteControl3 = var.z // color cycling rate A
midi.ByteControl17 = 1-var.y // lissajous speed A
midi.ByteControl22 = 1
midi.ByteControl29 = 1
midi.ByteControl21 = var.z // color cycling rate B
midi.ByteControl35 = 1-var.y // lissajous speed B
var.damping = .9 // ranges from 0 (infinite) to 1 (none)
var.delta = var.x - (1-midi.ByteControl37) // calculate delta from input
var.x = var.x - (var.delta * var.damping) // apply damping and update position
midi.ByteControl37 = 1-var.x // xfader position
debug=var.x
midi.ByteControl42 = .1
/* — Fractice - Buttons — */
if clicked(wiimote.A) then {
if midi.ByteControl41<.5 then midi.ByteControl41=1 else midi.ByteControl41=0
} // mirror
if (var.x>.5)+clicked(wiimote.Plus) then midi.ByteControl5=midi.ByteControl5+1 // zoom in A
if (var.x>.5)+clicked(wiimote.Minus) then midi.ByteControl6=midi.ByteControl6+1 // zoom out A
if (var.x>.5)+clicked(wiimote.up) then midi.ByteControl7=midi.ByteControl7+1 // scroll up A
if (var.x>.5)+clicked(wiimote.down) then midi.ByteControl8=midi.ByteControl8+1 // scroll down A
if (var.x>.5)+clicked(wiimote.left) then midi.ByteControl9=midi.ByteControl9+1 // scroll left A
if (var.x>.5)+clicked(wiimote.right) then midi.ByteControl10=midi.ByteControl10+1 // scroll right A
if (var.x<.5)+clicked(wiimote.Plus) then midi.ByteControl23=midi.ByteControl23+1 // zoom in B
if (var.x<.5)+clicked(wiimote.Minus) then midi.ByteControl24=midi.ByteControl24+1 // zoom out B
if (var.x<.5)+clicked(wiimote.up) then midi.ByteControl25=midi.ByteControl25+1 // scroll up B
if (var.x<.5)+clicked(wiimote.down) then midi.ByteControl26=midi.ByteControl26+1 // scroll down B
if (var.x<.5)+clicked(wiimote.left) then midi.ByteControl27=midi.ByteControl27+1 // scroll left B
if (var.x<.5)+clicked(wiimote.right) then midi.ByteControl28=midi.ByteControl28+1 // scroll right B
// ParticleView by Jeff Matson
// Uses WiiMouse 0.1 by WiiScript.co.nr (sbraidley@yahoo.co.uk)
wiimote.Leds=0
Shift=Equals = wiimote.Up
minus = wiimote.Down
Left = wiimote.Left
Right = wiimote.Right
Mouse.LeftButton = Wiimote.minus
Mouse.RightButton = Wiimote.plus
Mouse.LeftButton= Wiimote.A
//D = wiimote.home
E = wiimote.Two
if doubleclicked(wiimote.A) then {
if var.latch!=1 then var.latch=1 else var.latch=0
}
//(var.latch=1) = Mouse.LeftButton
//(var.latch=0) = Release(Mouse.LeftButton)
//if (var.latch=1) then Mouse.LeftButton=1 else Mouse.LeftButton=0
// Key.B = KeepDown(Mouse.LeftButton = )
if (Wiimote.B || Wiimote.A || var.latch==1) { // begin mouse conditional
var.trimx = 6
var.trimy = -31
var.trimz = 6
var.x = Wiimote.RawForceX + var.trimx
var.y = Wiimote.RawForceY + var.trimy
var.z = Wiimote.RawForceZ + var.trimz
var.sense0 = 1000
var.thresh0x = 2
var.thresh0y = 1
var.sense = 300
var.threshx = 10
var.threshy = 5
var.sense2 = 100
var.thresh2x = 15
var.thresh2y = 8
var.sense3 = 50
var.thresh3x = 20
var.thresh3y = 12
if var.x > var.thresh0x then mouse.x = mouse.x - 1/var.sense0
if var.x < -var.thresh0x then mouse.x = mouse.x + 1/var.sense0
if var.z > var.thresh0y then mouse.y = mouse.y - 1/var.sense0
if var.z < -var.thresh0y then mouse.y = mouse.y + 1/var.sense0
if var.x > var.threshx then mouse.x = mouse.x - 1/var.sense
if var.x < -var.threshx then mouse.x = mouse.x + 1/var.sense
if var.z > var.threshy then mouse.y = mouse.y - 1/var.sense
if var.z < -var.threshy then mouse.y = mouse.y + 1/var.sense
if var.x > var.thresh2x then mouse.x = mouse.x - 1/var.sense2
if var.x < -var.thresh2x then mouse.x = mouse.x + 1/var.sense2
//yaxis
if var.z > var.thresh2y then mouse.y = mouse.y - 1/var.sense2
if var.z < -var.thresh2y then mouse.y = mouse.y + 1/var.sense2
if var.x > var.thresh3x then mouse.x = mouse.x - 1/var.sense3
if var.x < -var.thresh3x then mouse.x = mouse.x + 1/var.sense3
if var.z > var.thresh3y then mouse.y = mouse.y - 1/var.sense3
if var.z < -var.thresh3y then mouse.y = mouse.y + 1/var.sense3
}
end if
debug = var.x + ” ” + var.y + ” ” + var.z

| Artist | Track (Remix) | Label | Year |
|---|---|---|---|
| Circunbalation | 5 | Net23 | 2008 |
| Koljah | Antigua | Vidab | 2008 |
| Solomun | No Comment | Dessous | 2008 |
| Hideo Kobayashi and Jerome Sydenham | Gsxr 810 | Apotek | 2008 |
| Martin Eyerer and Oliver Klein | Babylon (Patrick Zigon mix) | Kling Klong | 2008 |
| Corrugated Tunnel | One Night in Barcelona (Chymera remix) | Elevation | 2008 |
| Booka Shade | Charlotte (Dubfire mix) | Get Physical | 2008 |
| Velkro | Dip Stain | Presslab | 2008 |
| John Digweed | Gridlock (Stereo Club mix) | Renaissance | 2007 |