fbpx
Skip to main content

MIDI Forum

DryWetMIDI 1.1.0 / ...
 
Notifications
Clear all

DryWetMIDI 1.1.0 / .NET library to work with MIDI files

1 Posts
1 Users
0 Reactions
12 K Views
Max Dobroselsky
Posts: 65
Estimable Member
Topic starter
 

DryWetMIDI 1.1.0 released with new functionality.

HIGH-LEVEL DATA MANAGING

DryWetMIDI 1.1.0 introduces new namespace – Melanchall.DryWetMidi.Smf.Interaction – that contains a lot of new objects which purpose is to provide a way to manage MIDI data at the higher level. Key features provided by classes from this namespace are:

Events managers

Now you can work with absolute time of MIDI events and manage specific events via dedicated events managers:

Custom time objects

All times are presented in a MIDI file as some integer values meaning of which is defined by the time division of the file. In practice it can be more useful to operate by time expressed in more understandable format such as hours, minutes and seconds. DryWetMIDI provides now following time classes:

Custom length objects

As with time DryWetMIDI provides custom class for length – [url= https://github.com/melanchall/drywetmidi/wiki/Length#metriclength ]MetricLength[/utl] for hours, minutes, seconds.

MINOR CHANGES

  • MidiEvent doesn't implement ICloneable now. It still has Clone method but now it returns MidiEvent instead of object.
  • NoteEvent class added as the base class for NoteOnEvent and NoteOffEvent.
  • TrackChunkUtilities static class added with extension methods for TrackChunk.
  • IndexOf method added to EventsCollection and ChunksCollection.
 
Posted : 08/07/2017 2:22 am
Share: