MusicalEvent

org.soundsofscala.models.MusicalEvent
sealed trait MusicalEvent

Attributes

Source
MusicalEvent.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
class Note
class Rest
class DrumStroke
class Harmony
class Sequence
Show all

Members list

Value members

Concrete methods

def *(repetitions: Int): MusicalEvent

Attributes

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

Attributes

Source
MusicalEvent.scala

Attributes

Source
MusicalEvent.scala
def noteCount(): Int

Attributes

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

Attributes

Source
MusicalEvent.scala

Attributes

Source
MusicalEvent.scala

Attributes

Source
MusicalEvent.scala
def |(other: MusicalEvent): MusicalEvent

Attributes

Source
MusicalEvent.scala