Uses of Class
org.jjazz.musiccontrol.api.playbacksession.StaticSongSession
Packages that use StaticSongSession
Package
Description
Models to represent a playback session played by the MusicController.
-
Uses of StaticSongSession in org.jjazz.musiccontrol.api.playbacksession
Methods in org.jjazz.musiccontrol.api.playbacksession that return StaticSongSessionModifier 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.