Uses of Interface
provided.abcMusic.player.ISequencePlayerStatus
Packages that use ISequencePlayerStatus
Package
Description
MIDI players that play IPhrase sequences of Note objects through the local computer's sound system.
Implementations of the player package
-
Uses of ISequencePlayerStatus in provided.abcMusic.player
Fields in provided.abcMusic.player declared as ISequencePlayerStatusModifier and TypeFieldDescriptionstatic ISequencePlayerStatus
ISequencePlayerStatus.NULL
Null Object instance that simply prints a status message to the console.Methods in provided.abcMusic.player with parameters of type ISequencePlayerStatusModifier and TypeMethodDescriptionvoid
ISequencePlayer.play(ISequencePlayerStatus statusCmd)
Play the created sequence. -
Uses of ISequencePlayerStatus in provided.abcMusic.player.impl
Methods in provided.abcMusic.player.impl with parameters of type ISequencePlayerStatusModifier and TypeMethodDescriptionSequencePlayer2.makePlayable(ISequencePlayerStatus statusCmd)
Factory method for an IPlayable object that can play the currently programmed music sequence.void
SequencePlayer.play(ISequencePlayerStatus statusCmd)
Play the created Sequence.void
SequencePlayer2.play(ISequencePlayerStatus statusCmd)
Plays the currently loaded song and adds it to the internal queue of IPlayables