Uses of Class
org.jjazz.midi.api.InstrumentMix
Package
Description
All Midi stuff: JJazzMidiSystem, Midi synths, Midi instruments, Midi banks, Midi drumkits, drumkit keymaps, Midi file parsers, etc.
The model for the mix of a song (instruments used per channel and their settings, volume, effect, etc.).
-
Uses of InstrumentMix in org.jjazz.midi.api
ModifierConstructorDescriptionCreate a copy of specified InstrumentMix. -
Uses of InstrumentMix in org.jjazz.midimix.api
Modifier and TypeMethodDescriptionMidiMix.getInstrumentMix
(int channel) Get the instrumet mix for the specified channel.MidiMix.getInstrumentMix
(RhythmVoice rv) Get the instrumet mix for the specified RhythmVoice.Modifier and TypeMethodDescriptionMidiMix.getInstrumentMixes()
The non-null instrument mixes ordered by channel.MidiMix.getInstrumentMixesPerChannel()
All InstrumentMixes ordered by channel.Modifier and TypeMethodDescriptionMidiMix.geRhythmVoice
(InstrumentMix im) int
MidiMix.getChannel
(InstrumentMix im) Find the channel corresponding to the specified InstrumentMix.void
MidiMix.setInstrumentMix
(int channel, RhythmVoice rvKey, InstrumentMix insMix) Assign an InstrumentMix to a midi channel and to a key.