Uses of Class
org.jjazz.midi.api.InstrumentMix
Packages that use 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
Methods in org.jjazz.midi.api that return InstrumentMixMethods in org.jjazz.midi.api with parameters of type InstrumentMixConstructors in org.jjazz.midi.api with parameters of type InstrumentMixModifierConstructorDescriptionCreate a copy of specified InstrumentMix. -
Uses of InstrumentMix in org.jjazz.midimix.api
Methods in org.jjazz.midimix.api that return InstrumentMixModifier 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.Methods in org.jjazz.midimix.api that return types with arguments of type InstrumentMixModifier and TypeMethodDescriptionMidiMix.getInstrumentMixes()
The non-null instrument mixes ordered by channel.MidiMix.getInstrumentMixesPerChannel()
All InstrumentMixes ordered by channel.Methods in org.jjazz.midimix.api with parameters of type InstrumentMixModifier 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.