Pause

object Pause extends MusicElem

This object is a MusicElem that represents a short pause in the music.

trait MusicElem
class Object
trait Matchable
class Any
Pause.type

Value members

Concrete methods

override def toString: String

Returns a string description of a pause.

Returns a string description of a pause.

Definition Classes

Concrete fields

val length: Int

The length of the pause is 2: twice the length of the shortest playable MIDI sound.

The length of the pause is 2: twice the length of the shortest playable MIDI sound.