Click or drag to resize
SingleBeat Structure
Internal data type that represents a single musical tune with a beginning and an end. Contains information of a single tone to play in a format not entirely different from that of the MIDI standard.

Namespace: MidiGremlin.Internal
Assembly: MidiGremlin (in MidiGremlin.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public struct SingleBeat

The SingleBeat type exposes the following members.

Constructors
  NameDescription
Public methodSingleBeat
Creates a new instance of SingleBeat with the specified properties.
Top
Properties
  NameDescription
Public propertyinstrumentType
The type of instrument the tone is played with.
Public propertyTone
Represents the tone as it is saved in the MIDI standard. http://www.tonalsoft.com/pub/news/pitch-bend.aspx
Public propertyToneEndTime
The time in beats at which the tone end.
Public propertyToneStartTime
The time in beats at which the tone starts.
Public propertyToneVelocity
The velocity of the tone.
Top
Methods
See Also