Uses of Class
org.jjazz.midi.api.InstrumentSettings
Packages that use 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
Methods in org.jjazz.midi.api that return InstrumentSettingsMethods in org.jjazz.midi.api with parameters of type InstrumentSettingsConstructors in org.jjazz.midi.api with parameters of type InstrumentSettings -
Uses of InstrumentSettings in org.jjazz.rhythm.api
Methods in org.jjazz.rhythm.api that return InstrumentSettingsModifier and TypeMethodDescriptionRhythmVoice.getPreferredInstrumentSettings()
Recommended instrument settings to be used for this voice.Constructors in org.jjazz.rhythm.api with parameters of type InstrumentSettingsModifierConstructorDescriptionRhythmVoice
(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.