Thanks to visit codestin.com
Credit goes to github.com

Skip to content
forked from n-yoda/unity-midi

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

License

bmpq/unity-midi

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

unity-midi

Play SMF (Standard MIDI File) on Unity.

Package Installation:

  1. Open UPM: "Window/Package Manager"
  2. Click "+" button at the top left
  3. Select "Add package from git URL" and paste following URL:
https://github.com/bmpq/unity-midi.git?path=/Assets/UnityMidi

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.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 100.0%