Uses of Interface
org.jjazz.rhythmmusicgeneration.spi.MusicGenerator
Packages that use MusicGenerator
Package
Description
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 MusicGenerator in org.jjazz.jjswing.api
Methods in org.jjazz.jjswing.api that return MusicGeneratorMethods in org.jjazz.jjswing.api with parameters of type MusicGenerator -
Uses of MusicGenerator in org.jjazz.rhythmmusicgeneration.api
Classes in org.jjazz.rhythmmusicgeneration.api that implement MusicGeneratorModifier and TypeClassDescriptionclassA MusicGenerator which delegates to other destination MusicGenerators.classA dummy generator that generate simple tracks for test purposes.Methods in org.jjazz.rhythmmusicgeneration.api that return MusicGeneratorModifier and TypeMethodDescriptionCompositeMusicGenerator.DelegateUnit.mg()Returns the value of themgrecord component.Constructors in org.jjazz.rhythmmusicgeneration.api with parameters of type MusicGeneratorModifierConstructorDescriptionDelegateUnit(SongPart songPart, RhythmVoice rvBase, MusicGenerator mg, String rpVariationValue) Constructor to use when rvBase has no delegate (delegates to itself).DelegateUnit(SongPart songPart, RhythmVoice rvBase, MusicGenerator mg, RhythmVoice rv, String rpVariationValue, Consumer<Phrase> postProcessor) Creates an instance of aDelegateUnitrecord class. -
Uses of MusicGenerator in org.jjazz.rhythmmusicgeneration.spi
Methods in org.jjazz.rhythmmusicgeneration.spi that return MusicGeneratorMethods in org.jjazz.rhythmmusicgeneration.spi with parameters of type MusicGeneratorModifier and TypeMethodDescriptionvoidConfigurableMusicGeneratorProvider.setMusicGenerator(MusicGenerator mg) -
Uses of MusicGenerator in org.jjazz.rhythmstubs.api
Methods in org.jjazz.rhythmstubs.api that return MusicGenerator -
Uses of MusicGenerator in org.jjazz.yamjjazz.rhythm.api
Classes in org.jjazz.yamjjazz.rhythm.api that implement MusicGeneratorModifier and TypeClassDescriptionclassUse YamJJazz style tracks to render music.Methods in org.jjazz.yamjjazz.rhythm.api that return MusicGeneratorMethods in org.jjazz.yamjjazz.rhythm.api with parameters of type MusicGenerator