|
From: Yoda-JM <yo...@us...> - 2009-07-27 11:24:12
|
Module: performous Branch: master Commit: d0b952b0cb9e409788a59f0d0558a445bd6a9a66 Author: Vincent Le Ligeour <yo...@us...> Date: Mon Jul 27 13:23:26 2009 +0200 Added instrument documentation file --- docs/instruments.txt | 70 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 files changed, 70 insertions(+), 0 deletions(-) diff --git a/docs/instruments.txt b/docs/instruments.txt new file mode 100644 index 0000000..d8cbb23 --- /dev/null +++ b/docs/instruments.txt @@ -0,0 +1,70 @@ +This file aims to list common band instruments (including dance carpet). +B means button +A means axis (+: positive values, -: negative values) +SDL report axis or button ID minus one. + +Ex: A5- => SDL axis 4 with negative value + +[Guitar Hero III: Legends of Rock] PS3 Guitar + USB id: 12ba:0100 + SDL name: Licensed by Sony Computer Entertainment Guitar Hero3 for PlayStation (R) 3 + GREEN FRET: B2 + RED FRET: B3 + YELLOW FRET: B1 + BLUE FRET: B4 + ORANGE FRET: B5 + START: B10 + SELECT: B9 + PS3: B13 + DOWN: A6+ + UP: A6- + LEFT: A5- + RIGHT: A5+ + BEND: A3+ + PICK DOWN: A6+ + PICK UP: A6- + +[Guitar Hero World Tour] PS3 Guitar + USB id: 12ba:0100 + SDL name: Licensed by Sony Computer Entertainment Guitar Hero4 for PlayStation (R) 3 + GREEN FRET: B2 + RED FRET: B3 + YELLOW FRET: B1 + BLUE FRET: B4 + ORANGE FRET: B5 + HAMMER ZONE: A4 APPROX VALUES: + - GREEN -26000 + - RED -10000 + - YELLOW 2000 + - BLUE 16000 + - ORANGE 32000 + START: B10 + SELECT: B9 (Also activate star power) + PS3: B13 + DOWN: A6+ + UP: A6- + LEFT: A5- + RIGHT: A5+ + BEND: A3+ + PICK DOWN: A6+ + PICK UP: A6- + +[Guitar Hero World Tour] PS3 Drumkit + USB id: 12ba:0120 + SDL name: Licensed by Sony Computer Entertainment Guitar Hero4 for PlayStation (R) 3 + GREEN FRET or CROSS: B2 + RED FRET or CIRCLE: B3 + YELLOW FRET or TRIANGLE: B4 + BLUE FRET or SQUARE: B1 + ORANGE FRET: B6 + KICK: B5 + START: B10 + SELECT: B9 + PS3: B13 + DOWN: A6+ + UP: A6- + LEFT: A5- + RIGHT: A5+ + BEND: A3+ + PICK DOWN: A6+ + PICK UP: A6- |