Uses of Interface
provided.music.INote

Packages that use INote 
Package Description
provided.music
Definitions of the IPhrase data structure and its sub-types used to represent ABC music elements.
  • Uses of INote in provided.music

    Classes in provided.music that implement INote 
    Modifier and Type Class Description
    class  Chord
    A collection of notes that make up a Chord.
    class  Note
    Basic class representing musical Notes.
    class  NoteCollection
    A collection of multiple notes ---------------------------------------------- A collection of Notes
    class  Triplet
    A musical triplet.
    class  Tuplet
    Class that represents a tuplet, a series of notes played in a fraction of their normal total time.