Uses of Class
org.jjazz.musiccontrol.api.playbacksession.BaseSongSession
Package
Description
Models to represent a playback session played by the MusicController.
-
Uses of BaseSongSession in org.jjazz.musiccontrol.api.playbacksession
Modifier and TypeClassDescriptionclass
A BaseSongSession which becomes dirty as soon as the SongContext has changed musically.class
A session to be used as a BaseSongSession for an UpdatableSongSession.Modifier and TypeMethodDescriptionUpdatableSongSession.getBaseSession()
BaseSongSession.getFreshCopy
(SongContext sgContext) Modifier and TypeMethodDescriptionstatic UpdatableSongSession
UpdatableSongSession.getSession
(BaseSongSession session) Create or reuse a session for the specified parameters.ModifierConstructorDescriptionCreate an UpdatableSongSession to enable updates of the specified BaseSongSession.