Click or drag to resize
IMidiOut Interface
An interface that manages output of the music.

Namespace: MidiGremlin
Assembly: MidiGremlin (in MidiGremlin.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public interface IMidiOut : IDisposable

The IMidiOut type exposes the following members.

Properties
  NameDescription
Public propertyBeatsPerMinute
Music speed in Beats per Minute. Setting this to sixty should make one beat take one second.
Public propertyCurrentTime
The number of beats elapsed since this instance was created.
Top
Methods
  NameDescription
Public methodSetSource
Sets the BeatScheduler that is responsible for feeding this IMidiOut with MIDI messages. Setting this multiple times causes an error.
Top
See Also