Uses of Class
org.jjazz.musiccontrol.api.playbacksession.BaseSongSession
Packages that use BaseSongSession
Package
Description
Models to represent a playback session played by the MusicController.
-
Uses of BaseSongSession in org.jjazz.musiccontrol.api.playbacksession
Subclasses of BaseSongSession in org.jjazz.musiccontrol.api.playbacksessionModifier and TypeClassDescriptionclassA BaseSongSession which becomes dirty as soon as the SongContext has changed musically.classA session to be used as a BaseSongSession for an UpdatableSongSession.Methods in org.jjazz.musiccontrol.api.playbacksession that return BaseSongSessionModifier and TypeMethodDescriptionUpdatableSongSession.getBaseSession()BaseSongSession.getFreshCopy(SongContext sgContext) Methods in org.jjazz.musiccontrol.api.playbacksession with parameters of type BaseSongSessionModifier and TypeMethodDescriptionstatic UpdatableSongSessionUpdatableSongSession.getSession(BaseSongSession session) Create or reuse a session for the specified parameters.Constructors in org.jjazz.musiccontrol.api.playbacksession with parameters of type BaseSongSessionModifierConstructorDescriptionCreate an UpdatableSongSession to enable updates of the specified BaseSongSession.