|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ToneDescription | |
quicktime.std.music | |
quicktime.std.sg |
Uses of ToneDescription in quicktime.std.music |
Methods in quicktime.std.music that return ToneDescription | |
ToneDescription |
NoteRequest.getToneDescription()
Returns a copy of the current contained ToneDescription |
Methods in quicktime.std.music with parameters of type ToneDescription | |
int |
NoteChannel.findTone(ToneDescription td)
Locate the best fitting instrument number for the given ToneDescription. |
void |
NoteRequest.setToneDescription(ToneDescription desc)
Sets the ToneDescription. |
Constructors in quicktime.std.music with parameters of type ToneDescription | |
NoteRequest(ToneDescription td)
Create a NoteRequest from the given ToneDescription value. |
|
NoteRequest(ToneDescription td,
int poly)
Create a NoteRequest from the given ToneDescription and polyphony values. |
Uses of ToneDescription in quicktime.std.sg |
Methods in quicktime.std.sg that return ToneDescription | |
ToneDescription |
SGMusicChannel.getInstrument()
Gets the Instrument associates with a particular channel. |
Methods in quicktime.std.sg with parameters of type ToneDescription | |
void |
SGMusicChannel.setInstrument(ToneDescription td)
Sets the Instrument associates with a particular channel. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |