Uses of Class
org.jjazz.musiccontrol.api.playbacksession.UpdateProviderSongSession
Package
Description
Models to represent a playback session played by the MusicController.
-
Uses of UpdateProviderSongSession in org.jjazz.musiccontrol.api.playbacksession
Modifier and TypeMethodDescriptionUpdateProviderSongSession.getFreshCopy
(SongContext sgContext) static UpdateProviderSongSession
UpdateProviderSongSession.getSession
(SongContext sgContext) Same as getSession(sgContext, true, true, true, true, true, PLAYBACK_SETTINGS_LOOP_COUNT, null);static UpdateProviderSongSession
UpdateProviderSongSession.getSession
(SongContext sgContext, boolean enablePlaybackTransposition, boolean includeClickTrack, boolean includePrecountTrack, boolean includeControlTrack, boolean enableUpdateControl, int loopCount, ActionListener endOfPlaybackAction) Create or reuse a session for the specified parameters.