|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectrcx.rcxdirect.DirectSend
rcx.rcxdirect.Sound
public class Sound
RCX sound routines.
Method Summary | |
---|---|
static void |
beep()
Beeps once. |
static void |
beepSequence()
Downward tones. |
static void |
buzz()
Low buzz. |
static void |
systemSound(int aCode)
Play a system sound. |
static void |
twoBeeps()
Beeps twice. |
Methods inherited from class rcx.rcxdirect.DirectSend |
---|
getStream, getTimeout, getTimeoutStatic, init, lastResult, lastResultStatic, sendToRCX |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static void systemSound(int aCode)
aCode | Resulting Sound |
---|---|
0 | short beep |
1 | double beep |
2 | descending arpeggio |
3 | ascending arpeggio |
4 | long, low beep |
5 | quick ascending arpeggio |
public static void beep()
public static void twoBeeps()
public static void beepSequence()
public static void buzz()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |