Package

compose

core

Permalink

package core

Visibility
  1. Public
  2. All

Type Members

  1. case class Duration(value: Int) extends Product with Serializable

    Permalink
    Annotations
    @JSExportAll()
  2. case class Note(pitch: Pitch, duration: Duration) extends Score with Product with Serializable

    Permalink
    Annotations
    @JSExportAll()
  3. case class ParScore(a: Score, b: Score) extends Score with Product with Serializable

    Permalink
    Annotations
    @JSExportAll()
  4. case class Pitch(value: Int) extends Product with Serializable

    Permalink
    Annotations
    @JSExportAll()
  5. case class Rest(duration: Duration) extends Score with Product with Serializable

    Permalink
    Annotations
    @JSExportAll()
  6. sealed abstract class Score extends ScoreMethods with Product with Serializable

    Permalink
    Annotations
    @JSExportAll()
  7. trait ScoreMethods extends AnyRef

    Permalink
  8. case class SeqScore(a: Score, b: Score) extends Score with Product with Serializable

    Permalink
    Annotations
    @JSExportAll()

Value Members

  1. object Duration extends Serializable

    Permalink
    Annotations
    @JSExport()
  2. object EmptyScore extends Score with Product with Serializable

    Permalink
    Annotations
    @JSExportAll()
  3. object Pitch extends Serializable

    Permalink
    Annotations
    @JSExport()
  4. object Rest extends Serializable

    Permalink
    Annotations
    @JSExportAll()
  5. object Score extends Serializable

    Permalink

Ungrouped