Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/emiyasyahriel/miditaikoboard
A simple MIDI-based Taiko controller for osu! in combination with MidiKey2Key
https://github.com/emiyasyahriel/miditaikoboard
android midi midi-keys osu
Last synced: 22 days ago
JSON representation
A simple MIDI-based Taiko controller for osu! in combination with MidiKey2Key
- Host: GitHub
- URL: https://github.com/emiyasyahriel/miditaikoboard
- Owner: EmiyaSyahriel
- License: gpl-3.0
- Created: 2020-10-17T14:38:13.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2024-04-25T11:01:34.000Z (8 months ago)
- Last Synced: 2024-05-02T02:51:51.741Z (8 months ago)
- Topics: android, midi, midi-keys, osu
- Language: Kotlin
- Homepage:
- Size: 168 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# MIDITaikoBoard
A simple MIDI-based Taiko controller for osu! in combination with MIDI to keyboard converter app## Requirements
- Android device with OS version 6.0 or later and MIDI output capability
- USB Data Cable (that can really transfer data.)
- A MIDI signal to Keyboard converter PC app (or on some Linux Distro, configuration)# How it works
This app sends a send a MIDI Signal when there is a touch event, the signal depends on which
button you tap and which event the device receive. The signal is always the same for every session# How to use
- Plug your phone to your PC
- Open the Device USB connection type selector
(it usually appear as dialog during connection, but sometimes you have to find it in notification area)
- Select MIDI Output
- Open this App
- Choose the PC as the output device by tapping the USB Icon at the action bar
and then choosing "Android MIDI USB Peripheral"
- Choose the Input port number by tapping the Up/Down Arrow icon at the action bar
and then choosing whichever you like (this affects your setting at the converter app)
- On PC, open your MIDI-to-Keyboard converter. Set it up, then start it.
Now every MIDI signal received from MIDITaikoBoard will be treated as keyboard event in your PC depending your converter setup
- Now fire up your game, and then setup your keymap. Then you can enjoy your game using this app.# License
GNU GPL v3, See LICENSE