Changeset 3582:c62d68893589 in roaraudio for include


Ignore:
Timestamp:
02/27/10 22:10:00 (14 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

more doc, clear defaults

File:
1 edited

Legend:

Unmodified
Added
Removed
  • include/libroar/beep.h

    r3580 r3582  
    3939#include "libroar.h" 
    4040 
    41 #define ROAR_BEEP_MAX_VOL 65535 
    42 #define ROAR_BEEP_MAX_POS 32767 
     41#define ROAR_BEEP_MAX_VOL  65535 
     42#define ROAR_BEEP_MAX_TIME 65535 /* ms */ 
     43#define ROAR_BEEP_MAX_FREQ 65535 /* Hz */ 
     44#define ROAR_BEEP_MAX_POS  32767 
    4345 
    44 #define ROAR_BEEP_DEFAULT_VOL (ROAR_BEEP_MAX_VOL/4) 
     46#define ROAR_BEEP_DEFAULT_VOL  (ROAR_BEEP_MAX_VOL/4) 
     47#define ROAR_BEEP_DEFAULT_TIME 256 /* ms */ 
     48#define ROAR_BEEP_DEFAULT_FREQ 440 /* Hz */ 
     49#define ROAR_BEEP_DEFAULT_TYPE ROAR_BEEP_TYPE_DEFAULT 
    4550 
    4651#define ROAR_BEEP_TYPE_DEFAULT            0 
Note: See TracChangeset for help on using the changeset viewer.