|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
MusicParts extend the capability of audio control objects as they provide an instrument that will play or render the control information (ie. notes, etc) of that particular part. The analogy is an instrument in an orchestra that plays a particular part in a score.
The NoteChannel is responsible for producing the sound.
In its completeness a MusicPart has a sense of it volume, its balance location in a left-right stereo field and an instrument that is the sound it produces.
NoteChannel| Method Summary | |
java.lang.String |
getInstrumentName()
Deprecated. since QTJava 6.1 |
NoteChannel |
getNoteChannel()
Deprecated. since QTJava 6.1 |
void |
selectInstrument(java.lang.String prompt)
Deprecated. since QTJava 6.1 |
| Methods inherited from interface quicktime.app.audio.ExtendedAudioSpec |
getBalance, setBalance |
| Methods inherited from interface quicktime.app.audio.AudioSpec |
getVolume, isMuted, setMuted, setVolume |
| Method Detail |
public java.lang.String getInstrumentName()
throws QTException
QTException
public void selectInstrument(java.lang.String prompt)
throws QTException
prompt - - any information that the program wants to display
to the user to aid in the selection process.
QTException
public NoteChannel getNoteChannel()
throws QTException
QTException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||