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.).
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.songeditormanager.api
Methods in org.jjazz.songeditormanager.api 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.