object Instrument extends Serializable
This object provides a selection of constants that correspond to the 128 main instruments of the standard MIDI list. They are grouped in nested objects (Piano, Strings, etc.). The object PercussionChannel contains constants that correspond to the special sounds available on the MIDI percussion channel.
- Alphabetic
- By Inheritance
- Instrument
- Serializable
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##(): Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString: String
- Definition Classes
- AnyRef → Any
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- object Bass
Constants that correspond to instruments in the MIDI standard.
- object Brass
Constants that correspond to instruments in the MIDI standard.
- object ChromaticPercussion
Constants that correspond to instruments in the MIDI standard.
- object Ensemble
Constants that correspond to instruments in the MIDI standard.
- object Ethnic
Constants that correspond to instruments in the MIDI standard.
- object Guitar
Constants that correspond to instruments in the MIDI standard.
- object Organ
Constants that correspond to instruments in the MIDI standard.
- object Percussion
Constants that correspond to instruments in the MIDI standard.
- object PercussionChannel
Constants that evaluate to the notes (
String
s) that correspond to different special sounds on the MIDI standard’s percussion channel.Constants that evaluate to the notes (
String
s) that correspond to different special sounds on the MIDI standard’s percussion channel. For example,BassDrum
is the note"C3"
andHandClap
the note"D#3". See the package overview for an explanation of the note syntax.
- object Piano
Constants that correspond to instruments in the MIDI standard.
- object Pipe
Constants that correspond to instruments in the MIDI standard.
- object Reed
Constants that correspond to instruments in the MIDI standard.
- object SoundEffects
Constants that correspond to instruments in the MIDI standard.
- object Strings
Constants that correspond to instruments in the MIDI standard.
- object SynthEffects
Constants that correspond to instruments in the MIDI standard.
- object SynthLead
Constants that correspond to instruments in the MIDI standard.
- object SynthPad
Constants that correspond to instruments in the MIDI standard.
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated @deprecated
- Deprecated
(Since version ) see corresponding Javadoc for more information.