home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Sound Sensations!
/
sound_sensations.iso
/
soundb
/
sndhack
/
menu.h
< prev
next >
Wrap
Text File
|
1991-07-28
|
1KB
|
41 lines
/* file menu items */
#define IDM_NEW 0x100
#define IDM_OPEN 0x101
#define IDM_SAVE 0x102
#define IDM_SAVEAS 0x103
#define IDM_EXIT 0x104
/* edit menu items */
#define IDM_UNDO 0x120
#define IDM_CUT 0x121
#define IDM_COPY 0x122
#define IDM_PASTE 0x123
#define IDM_CLEAR 0x124
/* sound menu items */
#define IDM_CLOSESOUND 0x140
#define IDM_COUNTVOICENOTES 0x141
#define IDM_GETTHRESHOLDEVENT 0x142
#define IDM_GETTHRESHOLDSTATUS 0x143
#define IDM_OPENSOUND 0x144
#define IDM_SETSOUNDNOISE 0x145
#define IDM_SETVOICEACCENT 0x146
#define IDM_SETVOICEENVELOPE 0x147
#define IDM_SETVOICENOTE 0x148
#define IDM_SETVOICEQUEUESIZE 0x149
#define IDM_SETVOICESOUND 0x14A
#define IDM_SETVOICETHRESHOLD 0x14B
#define IDM_STARTSOUND 0x14C
#define IDM_STOPSOUND 0x14D
#define IDM_SYNCALLVOICES 0x14E
#define IDM_WAITSOUNDSTATE 0x14F
/* sound menu items */
#define IDM_PLAY 0x160
/* help menu items */
#define IDM_ABOUT 0x180
#define IDM_HELP_INDEX 0x181
#define IDM_HELP_FUNCTIONS 0x182
#define IDM_HELP_HELP 0x183