OctaveShift
o1.sound.midi.OctaveShift
final case class OctaveShift(shift: Int) extends MusicElem
Each instance of this class is a directive that instructs the subsequent notes to play one octave higher or lower.
Parameters
- shift
-
the direction of the shift: +1 means one octave higher, -1 one lower
Attributes
- Graph
-
- Supertypes