Uses of Package
provided.abcMusic.musicFW
Packages that use provided.abcMusic.musicFW
Package
Description
Definitions of the IPhrase data structure and its sub-types used to represent ABC music elements.
Package for parsing for ABC music files into Token objects and then into IPhrase structures.
MIDI players that play IPhrase sequences of Note objects through the local computer's sound system.
Implementations of the player package
Utilities for working with MIDI and ABC music
-
Classes in provided.abcMusic.musicFW used by provided.abcMusic.musicFWClassDescriptionNote interface for Notes and collections of Notes.Top level of a piece of abc music.Interface for a Phrase visitor.The command used by APhraseVisitor that is associated with a host or hosts.Interface for sequential lists of IPhrases.An empty sequence list.Basic class representing musical Notes.A collection of multiple notes ---------------------------------------------- A collection of NotesMultiple Decorator ISeqList where the active decoree (the "target") is toggled (cycled, actually) through all the available decorees.
-
Classes in provided.abcMusic.musicFW used by provided.abcMusic.parserClassDescriptionAn ISeqList that transparently routes the visitor execution to its decoree.Top level of a piece of abc music.Basic class representing musical Notes.
-
Classes in provided.abcMusic.musicFW used by provided.abcMusic.player
-
Classes in provided.abcMusic.musicFW used by provided.abcMusic.player.impl
-
Classes in provided.abcMusic.musicFW used by provided.abcMusic.utils