• 1.0-beta2 fb3363fd6a

    Fixed hi hat pin Pre-Release

    neale released this 2024-01-07 21:38:24 -07:00 | 14 commits to main since this release

    Correctly implements what a hi hat pedal should do with this controller: cause yellow cymbal hits to be sent as blue ones.

    This includes a wammy guitar, guitar, and drum firmware.

    Downloads
  • 1.0-beta1 db32f4a41a

    neale released this 2024-01-04 14:03:57 -07:00 | 30 commits to main since this release

    This version should work on both drums and guitar. I've tested it with the following games:

    • LEGO Rock Band (Wii)
    • Rock Band 1 (Wii)
    • Rock Band 3 (Wii)
    • Clone Hero (Windows)
    • Clone Hero (Linux)

    This does not include wammy bar support. You can get that if you recompile, though: just #define WAMMY first.

    Flashing

    You can flash the attached .hex files with avrdude.

    Guitar:

        avrdude -v -patmega32u4 -cavr109 -P/dev/ttyACM0 -b57600 -D -Uflash:w:MockBand.guitar.promicro.hex:i
    

    Drums:

        avrdude -v -patmega32u4 -cavr109 -P/dev/ttyACM0 -b57600 -D -Uflash:w:MockBand.drums.promicro.hex:i
    

    Be sure to reset the pro micro just before hitting enter! This puts the Pro Micro into a bootloader mode for a few seconds (maybe about 15).

    Downloads