Click or drag to resize
MusicObject Class
The MusicObject is an abstract class that represents several different music structures. It handles the individual tones, pauses and chords. It also handles groups containing other MusicObjects, to be played either in sequence or in parallel.
Inheritance Hierarchy

Namespace: MidiGremlin
Assembly: MidiGremlin (in MidiGremlin.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public abstract class MusicObject

The MusicObject type exposes the following members.

Constructors
  NameDescription
Protected methodMusicObject
Initializes a new instance of the MusicObject class
Top
Methods
See Also