/unity-midi

Converts midi to lightweight .asset files, which contains only NoteOn midi event times. Useful for rhythm games, especially mobile games.

Primary LanguageC#Apache License 2.0Apache-2.0

unity-midi

Converts midi to lightweight .asset files, which contains only NoteOn midi event times stored as a simple array of floats. Those files can be then loaded quickly in game (for example, mobile game) and used for a rhythm game mechanics.