Uses of Class
org.jjazz.rhythm.api.MusicGenerationException
Package
Description
Music controller: control the overall playback of a song.
Models to represent a playback session played by the MusicController.
The model of a rhythm (or style, e.g "fast swing 4/4"), with its RhythmVoices and RhythmParameters.
Objects and helper methods to generate musical phrases from the song and form the final backing track (see SongSequenceBuilder).
Dummy rhythm stubs to make sure each time signature has at least one rhythm instance available.
-
Uses of MusicGenerationException in org.jjazz.musiccontrol.api
Modifier and TypeMethodDescriptionvoid
MusicController.play
(int fromBarIndex) Play the current playback session from the specified bar.void
MusicController.resume()
Resume playback from the pause state.void
MusicController.setPlaybackSession
(PlaybackSession session, boolean silent) Set the current playback session and try to generate the sequence if required. -
Uses of MusicGenerationException in org.jjazz.musiccontrol.api.playbacksession
Modifier and TypeMethodDescriptionvoid
BaseSongSession.generate
(boolean silent) Generate the sequence for the SongContext.void
PlaybackSession.generate
(boolean silent) Create the sequence and the related data.void
UpdatableSongSession.generate
(boolean silent) void
UpdateProviderSongSession.generate
(boolean silent) Generate the initial music then listen for song changes to be ready to generate updates. -
Uses of MusicGenerationException in org.jjazz.rhythm.api
Modifier and TypeClassDescriptionclass
A special kind of MusicGenerationException for errors that user can fix, such as 2 chord symbols at the same position, no chord symbol at section start, etc.Modifier and TypeMethodDescriptionvoid
Rhythm.loadResources()
Tell the rhythm it may load any memory-heavy resources. -
Uses of MusicGenerationException in org.jjazz.rhythmmusicgeneration.api
Modifier and TypeMethodDescriptionSongSequenceBuilder.buildAll
(boolean silent) Call buildMapRvPhrase() then buildSongSequence().SongSequenceBuilder.buildMapRvPhrase
(boolean silent) Build the RhythmVoice phrases for the defined context.DummyGenerator.generateMusic
(SongContext sgContext) -
Uses of MusicGenerationException in org.jjazz.rhythmmusicgeneration.spi
Modifier and TypeMethodDescriptionMusicGenerator.generateMusic
(SongContext context) Generate the note Phrases which correspond to a musical accompaniment for a given rhythm. -
Uses of MusicGenerationException in org.jjazz.rhythmstubs.api
-
Uses of MusicGenerationException in org.jjazz.ss_editor.spi
Modifier and TypeMethodDescriptionvoid
RhythmSelectionDialog.RhythmPreviewProvider.previewRhythm
(Rhythm r, Map<RhythmParameter<?>, Object> rpValues, boolean useRhythmTempo, boolean loop, ActionListener endActionListener) Hear a "preview" of the specified rhythm. -
Uses of MusicGenerationException in org.jjazz.testplayerservice.spi
Modifier and TypeMethodDescriptionvoid
TestPlayer.playTestNotes
(int channel, int fixPitch, int transpose, Runnable endAction) Send a short sequence of Midi notes on specified channel.void
TestPlayer.playTestNotes
(Phrase phrase, Runnable endAction) Play the test notes from specified phrase.