Click or drag to resize
SingleBeatWithChannel Structure
A Singlebeat that also contains a channel.

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

The SingleBeatWithChannel type exposes the following members.

Constructors
  NameDescription
Public methodSingleBeatWithChannel
Creates a new instance of SingleBeat with the specified properties.
Top
Properties
  NameDescription
Public propertyChannel
The channel to play from.
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