| /RvlSDK-3.2/build/demos/spdemo/src/ |
| D | spdemo.c | 142 { " Noisy Drum", DEMOWIN_ITM_NONE, MNU_play_sfx, NULL }, 143 { " Gunshot", DEMOWIN_ITM_NONE, MNU_play_sfx, NULL }, 144 { " Voice-Man", DEMOWIN_ITM_NONE, MNU_play_sfx, NULL }, 145 { " Voice-Woman", DEMOWIN_ITM_NONE, MNU_play_sfx, NULL }, 146 { " Looping Strings", DEMOWIN_ITM_NONE, MNU_play_sfx, NULL }, 149 { " Stop All", DEMOWIN_ITM_NONE, MNU_stop_sfx, NULL }, 150 { " Stop All Looping", DEMOWIN_ITM_NONE, MNU_stop_looping, NULL },
|
| /RvlSDK-3.2/build/demos/axdemo/src/ |
| D | compressor.c | 188 { " Ping test", DEMOWIN_ITM_NONE, MNU_start_ping_test, NULL }, 189 { " Voice test", DEMOWIN_ITM_NONE, MNU_start_voice_test, NULL }, 192 { " Toggle Compressor", DEMOWIN_ITM_NONE, MNU_toggle_comp, NULL }, 193 { " Play Looping Hum", DEMOWIN_ITM_NONE, MNU_play_hum, NULL }, 194 { " Play Ping", DEMOWIN_ITM_NONE, MNU_play_ping, NULL }, 195 { " Play Voice", DEMOWIN_ITM_NONE, MNU_play_voice, NULL }, 196 { " Stop All Voices", DEMOWIN_ITM_NONE, MNU_stop_sfx, NULL },
|
| D | seqdemo.c | 868 { " Select MIDI File", DEMOWIN_ITM_NONE, MNU_select, NULL }, 870 { " Play", DEMOWIN_ITM_NONE, MNU_play, NULL }, 871 { " Play Looped", DEMOWIN_ITM_NONE, MNU_playloop, NULL }, 872 { " Pause", DEMOWIN_ITM_NONE, MNU_pause, NULL }, 873 { " Stop", DEMOWIN_ITM_NONE, MNU_stop, NULL }, 875 { " AUX A None", DEMOWIN_ITM_NONE, MNU_auxa, NULL }, 876 { " AUX B None", DEMOWIN_ITM_NONE, MNU_auxb, NULL }, 878 { " PCM Samples", DEMOWIN_ITM_NONE, MNU_sample, NULL }, 880 { " Clear Max Profile", DEMOWIN_ITM_NONE, MNU_clearmax, NULL },
|
| D | fxbussend.c | 160 { "Sound : (none)", DEMOWIN_ITM_NONE, MNU_sound, NULL }, 161 { "AuxA : (none)", DEMOWIN_ITM_NONE, MNU_auxa, NULL }, 162 { "AuxB : (none)", DEMOWIN_ITM_NONE, MNU_auxb, NULL }, 163 { "AuxC : (none)", DEMOWIN_ITM_NONE, MNU_auxc, NULL }, 165 { "Position: C Stick", DEMOWIN_ITM_NONE, MNU_position, NULL }, 167 { "Compress: No", DEMOWIN_ITM_NONE, MNU_compressor, NULL }, 169 { "Kill All Voices", DEMOWIN_ITM_NONE, MNU_kill_all, NULL },
|
| D | axfilter.c | 247 { "Sound : Guitarscape", DEMOWIN_ITM_NONE, MNU_sound, NULL }, 249 { "Play ", DEMOWIN_ITM_NONE, MNU_play, NULL }, 250 { "Play Looped", DEMOWIN_ITM_NONE, MNU_play_looped, NULL }, 251 { "Stop", DEMOWIN_ITM_NONE, MNU_stop, NULL }, 253 { "Filter : ON ", DEMOWIN_ITM_NONE, MNU_filter, NULL }, 254 { "Compressor: OFF", DEMOWIN_ITM_NONE, MNU_compressor, NULL }, 255 { "AuxA : (none)", DEMOWIN_ITM_NONE, MNU_auxa, NULL },
|
| D | expdelay.c | 129 { "Sound : (none)", DEMOWIN_ITM_NONE, MNU_sound, NULL }, 130 { "AuxA : (none)", DEMOWIN_ITM_NONE, MNU_auxa, NULL }, 132 { "Position: C Stick", DEMOWIN_ITM_NONE, MNU_position, NULL }, 134 { "Compress: No", DEMOWIN_ITM_NONE, MNU_compressor, NULL }, 136 { "Kill All Voices", DEMOWIN_ITM_NONE, MNU_kill_all, NULL },
|
| D | expdelayDpl2.c | 132 { "Sound : (none)", DEMOWIN_ITM_NONE, MNU_sound, NULL }, 133 { "AuxA : (none)", DEMOWIN_ITM_NONE, MNU_auxa, NULL }, 135 { "Position: C Stick", DEMOWIN_ITM_NONE, MNU_position, NULL }, 137 { "Compress: No", DEMOWIN_ITM_NONE, MNU_compressor, NULL }, 139 { "Kill All Voices", DEMOWIN_ITM_NONE, MNU_kill_all, NULL },
|
| D | fxbussendDpl2.c | 152 { "Sound : (none)", DEMOWIN_ITM_NONE, MNU_sound, NULL }, 153 { "AuxA : (none)", DEMOWIN_ITM_NONE, MNU_auxa, NULL }, 154 { "AuxB : (none)", DEMOWIN_ITM_NONE, MNU_auxb, NULL }, 156 { "Position: C Stick", DEMOWIN_ITM_NONE, MNU_position, NULL }, 158 { "Compress: No", DEMOWIN_ITM_NONE, MNU_compressor, NULL }, 160 { "Kill All Voices", DEMOWIN_ITM_NONE, MNU_kill_all, NULL },
|
| D | expreverbHi.c | 129 { "Sound : (none)", DEMOWIN_ITM_NONE, MNU_sound, NULL }, 130 { "AuxA : (none)", DEMOWIN_ITM_NONE, MNU_auxa, NULL }, 132 { "Position: C Stick", DEMOWIN_ITM_NONE, MNU_position, NULL }, 134 { "Compress: No", DEMOWIN_ITM_NONE, MNU_compressor, NULL }, 136 { "Kill All Voices", DEMOWIN_ITM_NONE, MNU_kill_all, NULL },
|
| D | expchorus.c | 130 { "Sound : (none)", DEMOWIN_ITM_NONE, MNU_sound, NULL }, 131 { "AuxA : (none)", DEMOWIN_ITM_NONE, MNU_auxa, NULL }, 133 { "Position: C Stick", DEMOWIN_ITM_NONE, MNU_position, NULL }, 135 { "Compress: No", DEMOWIN_ITM_NONE, MNU_compressor, NULL }, 137 { "Kill All Voices", DEMOWIN_ITM_NONE, MNU_kill_all, NULL },
|
| D | expreverbStdDpl2.c | 132 { "Sound : (none)", DEMOWIN_ITM_NONE, MNU_sound, NULL }, 133 { "AuxA : (none)", DEMOWIN_ITM_NONE, MNU_auxa, NULL }, 135 { "Position: C Stick", DEMOWIN_ITM_NONE, MNU_position, NULL }, 137 { "Compress: No", DEMOWIN_ITM_NONE, MNU_compressor, NULL }, 139 { "Kill All Voices", DEMOWIN_ITM_NONE, MNU_kill_all, NULL },
|
| D | expreverbStd.c | 129 { "Sound : (none)", DEMOWIN_ITM_NONE, MNU_sound, NULL }, 130 { "AuxA : (none)", DEMOWIN_ITM_NONE, MNU_auxa, NULL }, 132 { "Position: C Stick", DEMOWIN_ITM_NONE, MNU_position, NULL }, 134 { "Compress: No", DEMOWIN_ITM_NONE, MNU_compressor, NULL }, 136 { "Kill All Voices", DEMOWIN_ITM_NONE, MNU_kill_all, NULL },
|
| D | dpl2reverb.c | 173 { "Sound : (none)", DEMOWIN_ITM_NONE, MNU_sound, NULL }, 174 { "AuxA : (none)", DEMOWIN_ITM_NONE, MNU_auxa, NULL }, 176 { "Position: C Stick", DEMOWIN_ITM_NONE, MNU_position, NULL }, 178 { "Compress: No", DEMOWIN_ITM_NONE, MNU_compressor, NULL }, 180 { "Kill All Voices", DEMOWIN_ITM_NONE, MNU_kill_all, NULL },
|
| D | expreverbHiDpl2.c | 135 { "Sound : (none)", DEMOWIN_ITM_NONE, MNU_sound, NULL }, 136 { "AuxA : (none)", DEMOWIN_ITM_NONE, MNU_auxa, NULL }, 138 { "Position: C Stick", DEMOWIN_ITM_NONE, MNU_position, NULL }, 140 { "Compress: No", DEMOWIN_ITM_NONE, MNU_compressor, NULL }, 142 { "Kill All Voices", DEMOWIN_ITM_NONE, MNU_kill_all, NULL },
|
| D | expchorusDpl2.c | 129 { "Sound : (none)", DEMOWIN_ITM_NONE, MNU_sound, NULL }, 130 { "AuxA : (none)", DEMOWIN_ITM_NONE, MNU_auxa, NULL }, 132 { "Position: C Stick", DEMOWIN_ITM_NONE, MNU_position, NULL }, 134 { "Compress: No", DEMOWIN_ITM_NONE, MNU_compressor, NULL }, 136 { "Kill All Voices", DEMOWIN_ITM_NONE, MNU_kill_all, NULL },
|
| D | dpl2demo.c | 121 { "Sound: None", DEMOWIN_ITM_NONE, MNU_sound, NULL }, 122 { "Position: C Stick", DEMOWIN_ITM_NONE, MNU_position, NULL },
|
| /RvlSDK-3.2/build/demos/dvddemo/src/ |
| D | errorhandling.c | 156 { " DVDRead", DEMOWIN_ITM_NONE, MNU_read, NULL }, 157 { " DVDSeek", DEMOWIN_ITM_NONE, MNU_seek, NULL }, 158 { " DVDCancel", DEMOWIN_ITM_NONE, MNU_cancel, NULL }, 159 { " DVDChangeDisk", DEMOWIN_ITM_NONE, MNU_change_disk, NULL }, 160 { " DVDGetCurrentDiskID", DEMOWIN_ITM_NONE, MNU_get_disk_id, NULL },
|
| /RvlSDK-3.2/include/demo/ |
| D | DEMOWin.h | 155 #define DEMOWIN_ITM_NONE 0x00000000 // macro
|