Uses of Class
org.jjazz.midimix.api.UserRhythmVoice
Packages that use UserRhythmVoice
Package
Description
The model for the mix of a song (instruments used per channel and their settings, volume, effect, etc.).
Objects and helper methods to generate musical phrases from the song and form the final backing track (see SongSequenceBuilder).
Manage the creation/destruction of editors for a new/closed song, plus related actions (eg duplicate song).
-
Uses of UserRhythmVoice in org.jjazz.midimix.api
Methods in org.jjazz.midimix.api that return UserRhythmVoiceModifier and TypeMethodDescriptionMidiMix.getUserRhythmVoice(String name) Get the user phrase RhythmVoice key for the specified name.Methods in org.jjazz.midimix.api that return types with arguments of type UserRhythmVoiceModifier and TypeMethodDescriptionMidiMix.getUserRhythmVoices()Return the subset of RhythmVoices which are UserRhythmVoices. -
Uses of UserRhythmVoice in org.jjazz.rhythmmusicgeneration.api
Fields in org.jjazz.rhythmmusicgeneration.api declared as UserRhythmVoiceModifier and TypeFieldDescriptionstatic UserRhythmVoiceRP_SYS_Mute.RV_MUTE_USER_TRACK_1Special UserRhythmVoice instance to indicate that the "1st" user track of the MidiMix should be muted.static UserRhythmVoiceRP_SYS_Mute.RV_MUTE_USER_TRACK_2Special UserRhythmVoice instance to indicate that the "2nd" user track of the MidiMix should be muted.static UserRhythmVoiceRP_SYS_Mute.RV_MUTE_USER_TRACK_3Special UserRhythmVoice instance to indicate that the "3rd" user track of the MidiMix should be muted. -
Uses of UserRhythmVoice in org.jjazz.songeditormanager.spi
Methods in org.jjazz.songeditormanager.spi with parameters of type UserRhythmVoiceModifier and TypeMethodDescriptionSongEditorManager.showPianoRollEditorForUserTrack(Song song, MidiMix midiMix, UserRhythmVoice userRhythmVoice) Open (or show) the song's PianoRollEditor and set it up to edit a user track associated to userRhythmVoice.