Uses of Class
org.jjazz.midimix.api.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
Modifier and TypeMethodDescriptionMidiMix.getUserRhythmVoice
(String name) Get the user phrase RhythmVoice key for the specified name.Modifier and TypeMethodDescriptionMidiMix.getUserRhythmVoices()
Return the subset of RhythmVoices which are UserRhythmVoices. -
Uses of UserRhythmVoice in org.jjazz.songeditormanager.api
Modifier 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.