public class InstrumentParameter extends Object
| Modifier and Type | Field and Description |
|---|---|
static int |
BITS_PER_LONG |
static int |
DEFAULT_POLYPHONY |
static int |
FLAGS_CUSTOM |
static int |
FLAGS_LONG_CHORD |
static int |
FLAGS_NO_CHORDS |
static int |
FLAGS_NO_MELODY |
static int |
INSTRUMENT_COUNT |
| Modifier and Type | Method and Description |
|---|---|
static InstrumentParameter[] |
getAllInstrumentParameters() |
short |
getChordVelocity() |
static InstrumentParameter |
getInstrument(int instrument) |
short |
getMelodyVelocity() |
int |
getMidiInstrument() |
boolean |
isLongChordsSupported() |
String |
toString() |
public static final int INSTRUMENT_COUNT
public static final int FLAGS_NO_CHORDS
public static final int FLAGS_NO_MELODY
public static final int FLAGS_LONG_CHORD
public static final int FLAGS_CUSTOM
public static final int DEFAULT_POLYPHONY
public static final int BITS_PER_LONG
public static InstrumentParameter getInstrument(int instrument)
public static InstrumentParameter[] getAllInstrumentParameters()
public boolean isLongChordsSupported()
public int getMidiInstrument()
public short getChordVelocity()
public short getMelodyVelocity()
Copyright © 2021 Markus Heberling. All rights reserved.