Click or drag to resize
Pause Class
The class Pause inherits from the class MusicObject. It represents an amount of time(in beats) before the next MusicObject in the list should be played.
Inheritance Hierarchy

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

The Pause type exposes the following members.

Constructors
  NameDescription
Public methodPause
Creates a new instance of the Pause class.
Top
Properties
  NameDescription
Public propertyDuration
Property that determines how long the pause is.
Top
Methods
  NameDescription
Public methodSelectT(FuncT, Int32, MusicObject)
Projects all music objects of specified type into a MusicObject of the same structure.
(Inherited from MusicObject.)
Public methodSelectT(FuncT, MusicObject)
Projects all music objects of specified type into a MusicObject of the same structure.
(Inherited from MusicObject.)
Public methodSelectT(FuncT, MusicObject)
Projects all music objects of specified type into a MusicObject of the same structure.
(Overrides MusicObjectSelectT(FuncT, MusicObject).)
Top
See Also