Home
last modified time | relevance | path

Searched refs:DEMO_SAMPLE_BUTTON (Results 1 – 5 of 5) sorted by relevance

/dports/devel/allegro5/allegro5-5.2.7.0/demos/skater/src/
H A Dmenu.c95 play_sound_id(DEMO_SAMPLE_BUTTON, 255, 128, -freq_variation, 0); in update_demo_menu()
120 play_sound_id(DEMO_SAMPLE_BUTTON, 255, 128, -freq_variation, in update_demo_menu()
144 play_sound_id(DEMO_SAMPLE_BUTTON, 255, 128, -freq_variation, in update_demo_menu()
329 play_sound_id(DEMO_SAMPLE_BUTTON, 255, 128, -freq_variation, 0); in demo_button_proc()
404 play_sound_id(DEMO_SAMPLE_BUTTON, 255, 128, -freq_variation, 0); in demo_choice_proc()
415 play_sound_id(DEMO_SAMPLE_BUTTON, 255, 128, -freq_variation, 0); in demo_choice_proc()
426 play_sound_id(DEMO_SAMPLE_BUTTON, 255, 128, -freq_variation, 0); in demo_choice_proc()
481 play_sound_id(DEMO_SAMPLE_BUTTON, 255, 128, -freq_variation, 0); in demo_key_proc()
490 play_sound_id(DEMO_SAMPLE_BUTTON, 255, 128, -freq_variation, 0); in demo_key_proc()
615 play_sound_id(DEMO_SAMPLE_BUTTON, 255, 128, -freq_variation, 0); in demo_color_proc()
[all …]
H A Ddemodata.h12 DEMO_SAMPLE_BUTTON, enumerator
H A Dglobal.c258 load(d, DEMO_SAMPLE_BUTTON, "sample", path, "menu", "button", "ogg", 0); in load_data_entries()
/dports/devel/allegro/allegro-4.4.3.1/demos/skater/source/
H A Dmenu.c100 play_sound(DEMO_SAMPLE_BUTTON, 255, 128, -freq_variation, in update_demo_menu()
125 play_sound(DEMO_SAMPLE_BUTTON, 255, 128, -freq_variation, in update_demo_menu()
262 play_sound(DEMO_SAMPLE_BUTTON, 255, 128, -freq_variation, 0); in demo_edit_proc()
276 play_sound(DEMO_SAMPLE_BUTTON, 255, 128, -freq_variation, 0); in demo_edit_proc()
312 play_sound(DEMO_SAMPLE_BUTTON, 255, 128, -freq_variation, 0); in demo_button_proc()
386 play_sound(DEMO_SAMPLE_BUTTON, 255, 128, -freq_variation, 0); in demo_choice_proc()
397 play_sound(DEMO_SAMPLE_BUTTON, 255, 128, -freq_variation, 0); in demo_choice_proc()
455 play_sound(DEMO_SAMPLE_BUTTON, 255, 128, -freq_variation, 0); in demo_key_proc()
464 play_sound(DEMO_SAMPLE_BUTTON, 255, 128, -freq_variation, 0); in demo_key_proc()
587 play_sound(DEMO_SAMPLE_BUTTON, 255, 128, -freq_variation, 0); in demo_color_proc()
[all …]
/dports/devel/allegro/allegro-4.4.3.1/demos/skater/include/
H A Ddemodata.h15 #define DEMO_SAMPLE_BUTTON 9 /* SAMP */ macro