Harmony

org.soundsofscala.models.AtomicMusicalEvent.Harmony
final case class Harmony(notes: NonEmptyList[HarmonyTiming], duration: Duration) extends AtomicMusicalEvent

Attributes

Source
Simple80sDrumMachine.scala

Members list

Value members

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