 | 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
Namespace: MidiGremlinAssembly: MidiGremlin (in MidiGremlin.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic class ToneOutOfRangeException : Exception
Public Class ToneOutOfRangeException
Inherits Exception
public ref class ToneOutOfRangeException : public Exception
type ToneOutOfRangeException =
class
inherit Exception
end
The ToneOutOfRangeException type exposes the following members.
Constructors
Properties
| Name | Description |
---|
 | Tone |
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