Class UpdatableSongSession.Update
java.lang.Object
org.jjazz.musiccontrol.api.playbacksession.UpdatableSongSession.Update
- Enclosing class:
UpdatableSongSession
A song update produced by an UpdateProvider and processed by the UpdatableSongSession.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThe updated control track.The updated phrases for one or more RhythmVoices.toString()
-
Constructor Details
-
Update
-
-
Method Details
-
getMapRvPhrases
The updated phrases for one or more RhythmVoices.Can be null (no update) if controlTrack is not null.
- Returns:
-
getControlTrack
The updated control track.Can be null (no update) if mapRvPhrases is not null.
- Returns:
-
toString
-