Click or drag to resize
ToneOutOfRangeException Class
Exception thrown when the tone contained in a Keystroke class is not supported by the MIDI standard because it is out of range. A rising or falling sequence of tones will be outside normal human hearing(and perhaps speaker capacity) long before this exception is thrown.
Inheritance Hierarchy
SystemObject
  SystemException
    MidiGremlinToneOutOfRangeException

Namespace: MidiGremlin
Assembly: MidiGremlin (in MidiGremlin.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public class ToneOutOfRangeException : Exception

The ToneOutOfRangeException type exposes the following members.

Constructors
  NameDescription
Public methodToneOutOfRangeException
Creates a new exception of this type.
Top
Properties
  NameDescription
Public propertyTone
The int value corresponding to the tone that could not be played. Check octave offsets and origin of tone. http://www.tonalsoft.com/pub/news/pitch-bend.aspx
Top
See Also