$REVOLUTION_SDK_ROOT/build/demos/mididemo
Sample demos that illustrate the use of the MIDI Adapter library. Start these sample programs after connecting the MIDI adapter to the GameCube Controller Socket 4, and connecting your MIDI device to the MIDI adapter. The audio you produce when operating the MIDI device will emanate from the TV speakers.
The TV screen displays all data received from the MIDI adapter. Note, however, that these sample programs do not support all MIDI messages. Certain kinds of MIDI messages (such as Exclusive messages) will be filtered out within the program and not sent to the synthesizer.
$(DvdRoot)/axdemo/synth/gm16pcm.wt
$(DvdRoot)/axdemo/synth/gm16pcm.pcm
| main.c | Contains code for initializing various modules, main loop, and threads for getting MIDI signals. |
|---|---|
| synth.h, synth.c | The synthesizer module. MIDI messages obtained by MIDI Adapter functions are filtered and then sent to this synthesizer. |
| midiqueue.h, midiqueue.c | Queue that caches the data obtained by MIDI Adapter functions. This is set up such that Exclusive messages are ignored. |
None.
2007/05/09 Initial version.
CONFIDENTIAL