Uses of Enum Class
org.jjazz.rhythmmusicgeneration.api.AccentProcessor.HoldShotMode
Package
Description
Objects and helper methods to generate musical phrases from the song and form the final backing track (see SongSequenceBuilder).
-
Uses of AccentProcessor.HoldShotMode in org.jjazz.rhythmmusicgeneration.api
Modifier and TypeMethodDescriptionstatic AccentProcessor.HoldShotMode
Returns the enum constant of this class with the specified name.static AccentProcessor.HoldShotMode[]
AccentProcessor.HoldShotMode.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionvoid
AccentProcessor.processHoldShotChord
(Phrase p, AccentProcessor.HoldShotMode hsMode) Process the Hold/Shot of a chord-based phrase (polyphonic)void
AccentProcessor.processHoldShotDrums
(Phrase p, DrumKit kit, AccentProcessor.HoldShotMode hsMode) Process Hold/Shots for a drums phrase (not percussion).void
AccentProcessor.processHoldShotMono
(Phrase p, AccentProcessor.HoldShotMode hsMode) Process the Hold/Shot of a monophonic phrase (bass or others).