This is a cut-down version of the main SMT program that has special code which allows you to use the drums and guitars from the 'Rock Band' computer game to trigger MIDI instruments and WAV samples. The unique feature of this app is that all instruments can be used at the same time!
Warning: If you don't understand the on-screen buttons, don't press them! They're not documented here, and only of use within the full version SMT, to be released soon.
The default install provides triggers for 3 MIDI instruments, and 3 external Rock Band peripherals (drums, and two guitars).
You can, however, change to an alterate row of drums by using the d-pad up/down buttons. This introduces the sounds:
Middle row:Low tom - low mid tom - hi mid tom - high tom (kick on pedal)
Top row: Low timable - low bongo - conga - agogo (wood block on pedal)
The drums are usually output through MIDI channel 10. You can change this between 10 and 16 with the d-pad left/right button. Currently, only channel 11 is configured, and produces an 808 kit using the samples in the audio4 directory.
Frets, left to right
g r y b o ========= c . . . . D D . . . . E . . . . F F . . . . G . . . . A A . . . . B . . . . . CTherefore, to play an 'F', you need to hold down both the red and yellow buttons, and hit the strum bar. The sharps and flats are hidden in the remaining spaces. This pattern was chosen because it has a logical structure, and is easy to play the majority of bass parts without accidentals. Even if you miss the intended note, it shouldn't sound too bad.
TIP: You can use the settings file to transpose the guitar up or down to an alternate key.
The second set of buttons at the high end of the fret board use the same pattern as given here, except the notes are one octave higher.
There are 3 alternate bass sounds, provided by MIDI, on channels 4, 5, and 6, which can be selected with the d-pad left and right buttons.
Strumming up plays the notes in the reverse order to strumming down.
The buttons at the high end of the fret board use the same pattern, and play single notes, used for solos.
There are 3 alternate bass sounds, provided by MIDI, on channels 7, 8, and 9, which can be selected with the d-pad left and right buttons.
Note: Experiment with the output MIDI driver (savedata/settings.xml) since a poor quality (or wrong) setting will introduce a time delay between hitting the note, and hearing it. Any delay in hearing notes is a result of your sound card/driver combination.
You can use the computers keyboard to also trigger sounds on the currently selected channel. The 'z' key triggers C3 (MIDI note 36), with each next key triggering the appropriate note. The top row of the keyboard begins with 'q' and C4 (MIDI note 48).
But, if you must tinker - look inside the savedata/through.xml file and you'll understand what goes on.
In 2008, I started SMT-PC again as a practical test of the new audio library I'd written for the SGX Game Engine. This time, work got in the way.
Then in 2010, a special offer at work meant I could get the Rock Band hardware for a cheap enough price to make it worth experimenting. I took the box home on the Friday evening, plugged it in on Saturday afternoon, and by the evening had written the special bass and guitar modules and written this README!
The full "power-user" version of SMT still isn't finished, but I hope to be able to make the first release later this year. These projects will be GPL. But while the code's a mess, I'm keeping it hidden!