Home
last modified time | relevance | path

Searched refs:old_volume (Results 1 – 25 of 95) sorted by relevance

1234

/dports/multimedia/audacious-plugins/audacious-plugins-4.1/src/hotkey/
H A Dplugin.cc109 int current_volume, old_volume; in handle_keyevent() local
115 old_volume = current_volume; in handle_keyevent()
149 current_volume = old_volume; in handle_keyevent()
150 old_volume = 0; in handle_keyevent()
159 if (current_volume != old_volume) in handle_keyevent()
164 old_volume = current_volume; in handle_keyevent()
173 current_volume = old_volume; in handle_keyevent()
174 old_volume = 0; in handle_keyevent()
183 if (current_volume != old_volume) in handle_keyevent()
188 old_volume = current_volume; in handle_keyevent()
/dports/games/uhexen2/hexen2source-1.5.9/engine/h2shared/
H A Dbgmnull_none.c34 static float old_volume = -1.0f; variable
65 if (old_volume != bgmvolume.value) in BGM_Update()
71 old_volume = bgmvolume.value; in BGM_Update()
H A Dbgmnull_midi.c36 static float old_volume = -1.0f; variable
178 if (old_volume != bgmvolume.value) in BGM_Update()
184 old_volume = bgmvolume.value; in BGM_Update()
/dports/multimedia/audacious-plugins/audacious-plugins-4.1/src/qthotkey/
H A Dplugin.cc120 int current_volume, old_volume; in handle_keyevent() local
126 old_volume = current_volume; in handle_keyevent()
165 current_volume = old_volume; in handle_keyevent()
166 old_volume = 0; in handle_keyevent()
175 if (current_volume != old_volume) in handle_keyevent()
180 old_volume = current_volume; in handle_keyevent()
190 current_volume = old_volume; in handle_keyevent()
191 old_volume = 0; in handle_keyevent()
200 if (current_volume != old_volume) in handle_keyevent()
205 old_volume = current_volume; in handle_keyevent()
/dports/games/simutrans/simutrans-121.0/music/
H A Dw32_midi.cc228 DWORD old_volume; in dr_init_midi()
229 midiOutGetVolume( 0, &old_volume ); in dr_init_midi()
230 OldMIDIVol[0] = old_volume>>24; in dr_init_midi()
231 OldMIDIVol[1] = (old_volume&0x0000FF00)>>8; in dr_init_midi()
/dports/x11/wapanel/wapanel-1.1.0/src/applets/volume-control/backends/
H A Dpulseaudio.cc173 int old_volume = this->pa_def_sink_info.volume; in pa_context_sink_info_callback() local
182 if (old_volume != this->pa_def_sink_info.volume) { in pa_context_sink_info_callback()
198 int old_volume = this->pa_def_source_info.volume; in pa_context_source_info_callback() local
207 if (old_volume != this->pa_def_source_info.volume) { in pa_context_source_info_callback()
/dports/audio/denemo/denemo-2.0.6/actions/menus/MainMenu/FileMenu/OpenMenu/
H A DOpenAudio.scm7 (define old_volume (d-MasterVolume))
34 (d-MasterVolume old_volume)
/dports/games/frotz/frotz-73eec90ebb159ed687b74cbaf81e135c3e7e390b/src/curses/
H A Dux_audio_oss.c75 static int old_volume; variable
80 ioctl(mixer_fd, SOUND_MIXER_WRITE_VOLUME, &old_volume); in sigterm_handler()
130 ioctl(mixer_fd, SOUND_MIXER_READ_VOLUME, &old_volume); in play_sound()
167 ioctl(mixer_fd, SOUND_MIXER_WRITE_VOLUME, &old_volume); in play_sound()
/dports/games/d2x/d2x-0.2.5/arch/dos/
H A Dmidiallg.c21 int old_volume = midi_volume; in digi_set_midi_volume() local
31 if ( (old_volume < 1) && ( midi_volume > 1 ) ) { in digi_set_midi_volume()
/dports/games/d2x/d2x-0.2.5/main/
H A Dsongs.c145 int old_volume = Config_redbook_volume*REDBOOK_VOLUME_SCALE/8; in songs_stop_redbook() local
153 new_volume = fixmuldiv(old_volume,(FADE_TIME - (t-old_time)),FADE_TIME); in songs_stop_redbook()
165 RBASetVolume(old_volume); //restore volume in songs_stop_redbook()
/dports/audio/musicpd/mpd-0.23.6/src/command/
H A DOtherCommands.cxx355 const int old_volume = volume_level_get(outputs); in handle_volume() local
356 if (old_volume < 0) { in handle_volume()
361 int new_volume = old_volume + relative; in handle_volume()
367 if (new_volume != old_volume && in handle_volume()
/dports/deskutils/lumina-photo/lumina-1.6.0/src-qt5/core/libLumina/
H A DLuminaOS-kFreeBSD.cpp104 int old_volume = audioVolume(); in changeAudioVolume() local
105 int new_volume = old_volume + percentdiff; in changeAudioVolume()
H A DLuminaOS-Slackware.cpp117 int old_volume = audioVolume(); in changeAudioVolume() local
118 int new_volume = old_volume + percentdiff; in changeAudioVolume()
/dports/deskutils/lumina-screenshot/lumina-1.6.0/src-qt5/core/libLumina/
H A DLuminaOS-kFreeBSD.cpp104 int old_volume = audioVolume(); in changeAudioVolume() local
105 int new_volume = old_volume + percentdiff; in changeAudioVolume()
/dports/deskutils/lumina-mediaplayer/lumina-1.6.0/src-qt5/core/libLumina/
H A DLuminaOS-kFreeBSD.cpp104 int old_volume = audioVolume(); in changeAudioVolume() local
105 int new_volume = old_volume + percentdiff; in changeAudioVolume()
H A DLuminaOS-Linux.cpp117 int old_volume = audioVolume(); in changeAudioVolume() local
118 int new_volume = old_volume + percentdiff; in changeAudioVolume()
/dports/deskutils/lumina-fileinfo/lumina-1.6.0/src-qt5/core/libLumina/
H A DLuminaOS-kFreeBSD.cpp104 int old_volume = audioVolume(); in changeAudioVolume() local
105 int new_volume = old_volume + percentdiff; in changeAudioVolume()
/dports/deskutils/lumina-fm/lumina-1.6.0/src-qt5/core/libLumina/
H A DLuminaOS-kFreeBSD.cpp104 int old_volume = audioVolume(); in changeAudioVolume() local
105 int new_volume = old_volume + percentdiff; in changeAudioVolume()
/dports/deskutils/lumina-textedit/lumina-1.6.0/src-qt5/core/libLumina/
H A DLuminaOS-kFreeBSD.cpp104 int old_volume = audioVolume(); in changeAudioVolume() local
105 int new_volume = old_volume + percentdiff; in changeAudioVolume()
/dports/x11/lumina-coreutils/lumina-1.6.0/src-qt5/core/libLumina/
H A DLuminaOS-kFreeBSD.cpp104 int old_volume = audioVolume(); in changeAudioVolume() local
105 int new_volume = old_volume + percentdiff; in changeAudioVolume()
/dports/deskutils/lumina-archiver/lumina-1.6.0/src-qt5/core/libLumina/
H A DLuminaOS-kFreeBSD.cpp104 int old_volume = audioVolume(); in changeAudioVolume() local
105 int new_volume = old_volume + percentdiff; in changeAudioVolume()
/dports/x11/lumina-core/lumina-1.6.0/src-qt5/core/libLumina/
H A DLuminaOS-kFreeBSD.cpp104 int old_volume = audioVolume(); in changeAudioVolume() local
105 int new_volume = old_volume + percentdiff; in changeAudioVolume()
/dports/audio/denemo/denemo-2.0.6/actions/menus/ObjectMenu/StaffMenu/InsertStaff/MIDI/
H A DCreateClickStaffForMidi.scm44 (define old_volume (d-MasterVolume))
91 (d-MasterVolume old_volume)
/dports/games/libretro-tyrquake/tyrquake-e76477d/common/
H A Dbgmusic.c41 static float old_volume = -1.0f; variable
449 if (old_volume != bgmvolume.value) in BGM_Update()
455 old_volume = bgmvolume.value; in BGM_Update()
/dports/games/vkquake/vkQuake-1.12.2/Quake/
H A Dbgmusic.c35 static float old_volume = -1.0f; variable
467 if (old_volume != bgmvolume.value) in BGM_Update()
473 old_volume = bgmvolume.value; in BGM_Update()

1234