rcx.rcxdirect
Class Sound

java.lang.Object
  extended by rcx.rcxdirect.DirectSend
      extended by rcx.rcxdirect.Sound

public class Sound
extends DirectSend

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

systemSound

public static void systemSound(int aCode)
Play a system sound.
aCodeResulting Sound
0short beep
1double beep
2descending arpeggio
3ascending arpeggio
4long, low beep
5quick ascending arpeggio


beep

public static void beep()
Beeps once.


twoBeeps

public static void twoBeeps()
Beeps twice.


beepSequence

public static void beepSequence()
Downward tones.


buzz

public static void buzz()
Low buzz.