NAudio v1.1.0 Release Notes

Release Date: 2008-05-26 // almost 16 years ago
    • Added some new NoteEvent and NoteOnEvent constructors
    • WaveOffsetStream
    • WaveStream32 preparation for 24 bit inputs
    • WaveStream32 new default constructor
    • Made the decibels to linear conversion functions public
    • New constructor for ControlChangeEvent
    • New constructor for ChannelAfterTouchEvent
    • New constructor and property setting for PatchChangeEvent
    • New constructor for PitchWheelChangeEvent
    • Bugfix for sysex event writing
    • MidiEvent IsEndTrack and IsNoteOff are now static functions
    • New IsNoteOn function
    • NoteOnEvent now updates the NoteNumber and Channel of its OffEvent when they are modified
    • MIDI events are now sorted using a stable algorithm to allow batch file processing utilities to retain original ordering of events with the same start times.
    • New MidiEventCollection class to make converting MIDI file types more generic
    • Added an NUnit unit tests library
    • Fixed a bug in meta event constructor
    • MidiFile updated to use MidiEventCollection
    • Many enhancements to MIDI interop
    • New MidiIn, MidiInCapabilities classes
    • Added a new NAudioDemo for testing / demonstrating use of NAudio APIs
    • More MidiEventCollection automated tests
    • Test application can now send test MIDI out messages