|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--quicktime.util.QTByteObject | +--quicktime.std.music.SynthesizerDescription
Fields inherited from interface quicktime.jdirect.PrimitivesLib |
JDirect_MacOSX, libraryInstance |
Method Summary | |
java.lang.Object |
clone()
Return a copy of the current class. |
boolean |
controllerAvailable(int controllerNum)
Returns true if controller number (1->128) is available. |
int |
getChannelMask()
(midi device only) which channels device always uses |
int |
getDrumChannelMask()
(midi device only) which channels device always uses |
int |
getDrumCount()
non gm, built in (rom) drumkits only |
int |
getDrumPartCount()
maximum multi-timbrality of drum parts |
int |
getFlags()
Information about how the synthesizer works. |
int |
getInstrumentCount()
non gm, built in (rom) instruments only |
int |
getLatency()
response time in µSec |
int |
getModifiableDrumCount()
plus n-more are user modifiable |
int |
getModifiableInstrumentCount()
plus n-more are user modifiable |
java.lang.String |
getName()
Return text name of synthesizer type |
int |
getOutputCount()
number of audio outputs (usually two) |
int |
getPartCount()
maximum multi-timbrality (and midi channels) |
int |
getSynthesizerType()
synthesizer type (must be same as component subtype) |
int |
getVoiceCount()
maximum polyphony |
boolean |
gmDrumAvailable(int gmDrumNum)
Return true if the general MIDI drum kit (1->128) is available. |
boolean |
gmInstrumentAvailable(int gmInstNum)
Return true if the general MIDI instrument (1->128) is available. |
java.lang.String |
toString()
String representation of class. |
Methods inherited from class quicktime.util.QTByteObject |
equals, fromArray, getBytes, getSize |
Methods inherited from class java.lang.Object |
getClass, hashCode, notify, notifyAll, wait, wait, wait |
Method Detail |
public int getSynthesizerType()
public java.lang.String getName() throws UtilException
public int getFlags()
public int getVoiceCount()
public int getPartCount()
public int getInstrumentCount()
public int getModifiableInstrumentCount()
public int getChannelMask()
public int getDrumPartCount()
public int getDrumCount()
public int getModifiableDrumCount()
public int getDrumChannelMask()
public int getOutputCount()
public int getLatency()
public boolean controllerAvailable(int controllerNum)
public boolean gmInstrumentAvailable(int gmInstNum)
public boolean gmDrumAvailable(int gmDrumNum)
public java.lang.String toString()
toString
in class QTByteObject
public java.lang.Object clone()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |