Note

org.soundsofscala.models.AtomicMusicalEvent.Note
final case class Note(pitch: Pitch, accidental: Accidental, duration: Duration, octave: Octave, velocity: Velocity, offset: TimingOffset) extends AtomicMusicalEvent

Attributes

Source
MusicalEvent.scala

Members list

Value members

Concrete methods

def flat: Note
Extension method from AtomicMusicalEvent

Attributes

Source
MusicalEvent.scala
Extension method from AtomicMusicalEvent

Attributes

Source
MusicalEvent.scala
def sharp: Note
Extension method from AtomicMusicalEvent

Attributes

Source
MusicalEvent.scala

Inherited methods

def *(repetitions: Int): MusicalEvent

Attributes

Inherited from:
MusicalEvent
Source
MusicalEvent.scala
def +(other: MusicalEvent): MusicalEvent

Attributes

Inherited from:
MusicalEvent
Source
MusicalEvent.scala

Attributes

Inherited from:
AtomicMusicalEvent
Source
MusicalEvent.scala

Attributes

Inherited from:
AtomicMusicalEvent
Source
MusicalEvent.scala

Attributes

Inherited from:
AtomicMusicalEvent
Source
MusicalEvent.scala

Attributes

Inherited from:
AtomicMusicalEvent
Source
MusicalEvent.scala

Attributes

Inherited from:
AtomicMusicalEvent
Source
MusicalEvent.scala

Attributes

Inherited from:
AtomicMusicalEvent
Source
MusicalEvent.scala

Attributes

Inherited from:
AtomicMusicalEvent
Source
MusicalEvent.scala

Attributes

Inherited from:
AtomicMusicalEvent
Source
MusicalEvent.scala

Attributes

Inherited from:
AtomicMusicalEvent
Source
MusicalEvent.scala

Attributes

Inherited from:
AtomicMusicalEvent
Source
MusicalEvent.scala

Attributes

Inherited from:
AtomicMusicalEvent
Source
MusicalEvent.scala

Attributes

Inherited from:
MusicalEvent
Source
MusicalEvent.scala

Attributes

Inherited from:
AtomicMusicalEvent
Source
MusicalEvent.scala

Attributes

Inherited from:
AtomicMusicalEvent
Source
MusicalEvent.scala

Attributes

Inherited from:
AtomicMusicalEvent
Source
MusicalEvent.scala

Attributes

Inherited from:
AtomicMusicalEvent
Source
MusicalEvent.scala

Attributes

Inherited from:
AtomicMusicalEvent
Source
MusicalEvent.scala

Attributes

Inherited from:
AtomicMusicalEvent
Source
MusicalEvent.scala
def noteCount(): Int

Attributes

Inherited from:
MusicalEvent
Source
MusicalEvent.scala

Attributes

Inherited from:
AtomicMusicalEvent
Source
MusicalEvent.scala

Attributes

Inherited from:
AtomicMusicalEvent
Source
MusicalEvent.scala

Attributes

Inherited from:
AtomicMusicalEvent
Source
MusicalEvent.scala

Attributes

Inherited from:
AtomicMusicalEvent
Source
MusicalEvent.scala

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product

Attributes

Inherited from:
AtomicMusicalEvent
Source
MusicalEvent.scala

Attributes

Inherited from:
AtomicMusicalEvent
Source
MusicalEvent.scala

Attributes

Inherited from:
AtomicMusicalEvent
Source
MusicalEvent.scala

Attributes

Inherited from:
MusicalEvent
Source
MusicalEvent.scala
def repeat(repetitions: Int): MusicalEvent

Attributes

Inherited from:
MusicalEvent
Source
MusicalEvent.scala

Attributes

Inherited from:
MusicalEvent
Source
MusicalEvent.scala

Attributes

Inherited from:
AtomicMusicalEvent
Source
MusicalEvent.scala

Attributes

Inherited from:
AtomicMusicalEvent
Source
MusicalEvent.scala

Attributes

Inherited from:
AtomicMusicalEvent
Source
MusicalEvent.scala

Attributes

Inherited from:
AtomicMusicalEvent
Source
MusicalEvent.scala

Attributes

Inherited from:
AtomicMusicalEvent
Source
MusicalEvent.scala

Attributes

Inherited from:
AtomicMusicalEvent
Source
MusicalEvent.scala

Attributes

Inherited from:
AtomicMusicalEvent
Source
MusicalEvent.scala

Attributes

Inherited from:
AtomicMusicalEvent
Source
MusicalEvent.scala
override def toString: String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns

a string representation of the object.

Definition Classes
AtomicMusicalEvent -> Any
Inherited from:
AtomicMusicalEvent
Source
MusicalEvent.scala

Attributes

Inherited from:
AtomicMusicalEvent
Source
MusicalEvent.scala

Attributes

Inherited from:
AtomicMusicalEvent
Source
MusicalEvent.scala

Attributes

Inherited from:
AtomicMusicalEvent
Source
MusicalEvent.scala

Attributes

Inherited from:
AtomicMusicalEvent
Source
MusicalEvent.scala
def |(other: MusicalEvent): MusicalEvent

Attributes

Inherited from:
MusicalEvent
Source
MusicalEvent.scala