An open API service indexing awesome lists of open source software.

https://github.com/daviddaytw/midi-mug

Play music game with MIDI keyboard!
https://github.com/daviddaytw/midi-mug

game midi-keyboard music-game rhythm

Last synced: about 2 months ago
JSON representation

Play music game with MIDI keyboard!

Awesome Lists containing this project

README

        

# MIDI-MUG

![Build with Maven](https://github.com/dj6082013/MIDI-MUG/workflows/Build%20with%20Maven/badge.svg)
[![Codacy Badge](https://api.codacy.com/project/badge/Grade/c1d57b47c2fd44a3a5d9cbfdee44d22e)](https://app.codacy.com/manual/dj6082013/MIDI-MUG?utm_source=github.com&utm_medium=referral&utm_content=dj6082013/MIDI-MUG&utm_campaign=Badge_Grade_Settings)
[![GitHub release](https://img.shields.io/github/release/dj6082013/MIDI-MUG.svg)](https://GitHub.com/dj6082013/MIDI-MUG/releases/)
[![GitHub license](https://img.shields.io/github/license/dj6082013/MIDI-MUG.svg)](https://github.com/dj6082013/MIDI-MUG/blob/master/LICENSE)
[![Github all releases](https://img.shields.io/github/downloads/dj6082013/MIDI-MUG/total.svg)](https://github.com/dj6082013/MIDI-MUG/releases/)

Play music game with your MIDI keyboard!

**❗❗ Abandoned: Recommend to check out https://midiano.com !**

## Getting Start

This simple instruction will set you ready to play in a few minutes!

### Installation

**No need to install!**

Just go to [Release Page](https://github.com/dj6082013/MIDI-MUG/releases/) and download the latest stable version.

Extract the zip fie, and execute the jar!

If click on the JAR file doesn't work, run with the following command.

```sh
jar -jar MIDI-MUG-1.0-SNAPSHOT.jar
```

### Play

In `File` -> `Open...` select a MIDI file you want to play with.
You can use your MIDI file or download it from the following sites!

- [BitMidi](https://bitmidi.com/)
- [midiworld.com](https://www.midiworld.com/)
- [MIDI DB](https://www.mididb.com/)

![Screenshot](https://github.com/dj6082013/MIDI-MUG/raw/master/screenshot.png?raw=true "Screenshot")

## Contributing

Pull request is welcome!

Please read [CONTRIBUTING.md](https://gist.github.com/dj6082013/MIDI-MUG) for details on our code of conduct, and the process for submitting pull requests to us.