Uses of Class
org.jjazz.midi.api.InstrumentSettings
Package
Description
All Midi stuff: JJazzMidiSystem, Midi synths, Midi instruments, Midi banks, Midi drumkits, drumkit keymaps, Midi file parsers, etc.
The model of a rhythm (or style, e.g "fast swing 4/4"), with its RhythmVoices and RhythmParameters.
-
Uses of InstrumentSettings in org.jjazz.midi.api
-
Uses of InstrumentSettings in org.jjazz.rhythm.api
Modifier and TypeMethodDescriptionRhythmVoice.getPreferredInstrumentSettings()
Recommended instrument settings to be used for this voice.ModifierConstructorDescriptionRhythmVoice
(DrumKit drumKit, Rhythm container, RhythmVoice.Type type, String name, Instrument ins, InstrumentSettings is, int preferredChannel) Create a RhythmVoice for Drums/Percussion instruments.RhythmVoice
(Rhythm container, RhythmVoice.Type type, String name, Instrument ins, InstrumentSettings is, int preferredChannel) Create a RhythmVoice for a non-drums voice.