Uses of Class
org.jjazz.rhythm.api.UserErrorGenerationException
Package
Description
Models to represent a playback session played by the MusicController.
Objects and helper methods to generate musical phrases from the song and form the final backing track (see SongSequenceBuilder).
-
Uses of UserErrorGenerationException in org.jjazz.musiccontrol.api.playbacksession
Modifier and TypeMethodDescriptionvoid
UpdateProviderSongSession.setUserErrorExceptionHandler
(Consumer<UserErrorGenerationException> handler) The handler for exception during music generation due to user error. -
Uses of UserErrorGenerationException in org.jjazz.rhythmmusicgeneration.api
ModifierConstructorDescriptionSongChordSequence
(Song song, IntRange barRange) Build a ChordSequence for the specified song, or part of the song.