Uses of Interface
org.jjazz.musiccontrol.api.playbacksession.SongContextProvider
Packages that use SongContextProvider
Package
Description
Models to represent a playback session played by the MusicController.
-
Uses of SongContextProvider in org.jjazz.musiccontrol.api.playbacksession
Classes in org.jjazz.musiccontrol.api.playbacksession that implement SongContextProviderModifier and TypeClassDescriptionclassA base implementation of a PlaybackSession to render a SongContext.classA BaseSongSession which becomes dirty as soon as the SongContext has changed musically.classAn UpdatableSongSession is a BaseSongSession wrapper which enables on-the-fly updates of the playing sequence usingUpdatableSongSession.updateSequence(org.jjazz.musiccontrol.api.playbacksession.UpdatableSongSession.Update).classA special UpdatableSongSession, which accepts an UpdateProvider as base session, and which closes itself after being played.classA session to be used as a BaseSongSession for an UpdatableSongSession.