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