Note

class Note(val pitch: Pitch)

Musical note.

Constructors

Link copied to clipboard
constructor(pitch: Pitch)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val id: Uuid

The unique identifier for the note. A new ID is generated for each Note instance.

Link copied to clipboard

The pitch of the note.