Uses of Record Class
org.jjazz.rhythmmusicgeneration.api.RP_SYS_OverrideTracksValue.Override
Packages that use RP_SYS_OverrideTracksValue.Override
Package
Description
Objects and helper methods to generate musical phrases from the song and form the final backing track (see SongSequenceBuilder).
-
Uses of RP_SYS_OverrideTracksValue.Override in org.jjazz.rhythmmusicgeneration.api
Methods in org.jjazz.rhythmmusicgeneration.api that return RP_SYS_OverrideTracksValue.OverrideModifier and TypeMethodDescriptionRP_SYS_OverrideTracksValue.getOverride(RhythmVoice rvSrc) The destination RhythmVoice and variation for rvSrc.Return a new Override with variation set to newVariation.RP_SYS_OverrideTracksValue.Override.set(RhythmVoice newRvDest) Return a new Override with rvDest set to newRvDest.Methods in org.jjazz.rhythmmusicgeneration.api with parameters of type RP_SYS_OverrideTracksValue.OverrideModifier and TypeMethodDescriptionRP_SYS_OverrideTracksValue.set(RhythmVoice rvSrc, RP_SYS_OverrideTracksValue.Override override) Return a new RP_SYS_OverrideTracksValue cloned from this instance but with the rvSrc-Override mapping changed.static StringRP_SYS_OverrideTracksValue.toString(RhythmVoice rvSrc, RP_SYS_OverrideTracksValue.Override override) Constructor parameters in org.jjazz.rhythmmusicgeneration.api with type arguments of type RP_SYS_OverrideTracksValue.OverrideModifierConstructorDescriptionRP_SYS_OverrideTracksValue(Rhythm baseRhythm, Map<RhythmVoice, RP_SYS_OverrideTracksValue.Override> mappings) Create the value for baseRhythm with the specified mappings.