n-yoda / unity-midi

Play MIDI (SMF) on Unity, using C# Synth Project.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

unity-midi

Play SMF (Standard MIDI File) on Unity.

Overview

A pure C# MIDI library (C# Synth Project) worked well on Unity with slight modifications. This repository contains the modified library and example codes to play an SMF using OnAudioFilterRead.

Alternative Approach

Using natively supported MIDI APIs will achieve better quality. The following may be useful references.

Licenses for External Resources and Codes

About

Play MIDI (SMF) on Unity, using C# Synth Project.

License:Other


Languages

Language:C# 99.3%Language:Smalltalk 0.7%