melanchall / drywetmidi

.NET library to read, write, process MIDI files and to work with MIDI devices
https://melanchall.github.io/drywetmidi
MIT License
545 stars 75 forks source link

Possible to play .aiff samples? #53

Closed Yorgg closed 4 years ago

Yorgg commented 4 years ago

Instead sending midi events to an external 'output device', I would like to play local .aiff files. Is this possible?

For example, this Unity project uses NAudio to play aiff samples: https://github.com/catdevpete/Unity-MIDI-Piano/tree/master/Assets

thanks

melanchall commented 4 years ago

Hi,

DryWetMIDI is a library for manipulating MIDI data. How MIDI events will be processed or played is completely up to you. Playing audio is not a part of the library.

Thanks