Class UpdatableSongSession.Update

java.lang.Object
org.jjazz.musiccontrol.api.playbacksession.UpdatableSongSession.Update
Enclosing class:
UpdatableSongSession

public static class UpdatableSongSession.Update extends Object
A song update produced by an UpdateProvider and processed by the UpdatableSongSession.
  • Constructor Details

  • Method Details

    • getMapRvPhrases

      public Map<RhythmVoice,Phrase> getMapRvPhrases()
      The updated phrases for one or more RhythmVoices.

      Can be null (no update) if controlTrack is not null.

      Returns:
    • getControlTrack

      public ControlTrack getControlTrack()
      The updated control track.

      Can be null (no update) if mapRvPhrases is not null.

      Returns:
    • toString

      public String toString()
      Overrides:
      toString in class Object