Home
last modified time | relevance | path

Searched refs:amix (Results 1 – 25 of 379) sorted by relevance

12345678910>>...16

/dports/emulators/xsystem35/xsystem35-1.7.3-pre5/src/
H A Dmixer_alsa.c45 mixer_alsa05_t *amix = (mixer_alsa05_t *)dev->data_mix; in mixer_set_level() local
51 amix->elem.eid.name,amix->elem.eid.index,amix->elem.eid.type, in mixer_set_level()
55 if (0 > snd_mixer_open(&mixer_handle, amix->card, amix->mix_dev)) { in mixer_set_level()
57 amix->mix_dev); in mixer_set_level()
61 for (i = 0; i < amix->e[ch].data.volume1.voices; i++) { in mixer_set_level()
64 amix->e[ch].data.volume1.pvoices[i] = lv; in mixer_set_level()
78 if (snd_mixer_open(&mixer_handle, amix->card, amix->mix_dev) < 0) { in mixer_get_level()
80 amix->card, amix->mix_dev); in mixer_get_level()
90 return amix->Epvol1(elem.)[0]; in mixer_get_level()
100 if (0 > snd_mixer_open(&mixer_handle, amix->card, amix->mix_dev)) { in mixer_exit()
[all …]
H A Dmixer_alsa09.c41 mixer_alsa09_t *amix = (mixer_alsa09_t *)dev->data_mix; in mixer_set_level() local
45 mixer_alsa09_t *amix = (mixer_alsa09_t *)dev->data_mix; in mixer_get_level() local
/dports/audio/csoundqt/CsoundQt-0.9.8.1/src/Examples/FLOSS Manual Examples/05 Sound Modification/
H A D05L04_Drum_Replacement.csd63 amix = a1+a2
66 alpf butlp amix,kcf
67 abpf reson amix, 845, 25
68 amix dcblock2 (abpf*0.06*kenv1)+(alpf*0.5)+(amix*0.9)
69 amix buthp amix,700
70 amix = amix*0.5*kenv
71 out amix
/dports/science/py-PyFR/pyfr-1.12.3/pyfr/
H A Dnputil.py36 amix = np.argsort(amfl)
38 i, ix = 0, amix[0]
39 for j, jx in enumerate(amix[1:], start=1):
42 amfl[amix[i:j]] = np.median(amfl[amix[i:j]])
46 amfl[amix[i:]] = np.median(amfl[amix[i:]])
/dports/audio/csoundqt/CsoundQt-0.9.8.1/src/Examples/FLOSS Manual Examples/12 Csound and other Languages/
H A D12C06_color_controller.csd121 amix = a1 + a2
125 amix = amix*klevel
126 outs amix * kpan, amix * (1 - kpan)
127 garvb = garvb + (amix * p7)
/dports/multimedia/phonon/phonon-4.11.1/doc/DESIGN/
H A DPhonon-Graph.cpp209 AudioMixer *amix = new AudioMixer; variable
210 Path *audioPath2 = new Path(media2, /*"audio",*/ amix);
212 Path *audioPath3 = new Path(amix, audioOut); // this unplugs audioPath from audioOut, otherwise thi…
213 audioPath->changeOutput(amix); // and here we plug the audioPath back in, but into amix
/dports/multimedia/phonon-designerplugin/phonon-4.11.1/doc/DESIGN/
H A DPhonon-Graph.cpp209 AudioMixer *amix = new AudioMixer; variable
210 Path *audioPath2 = new Path(media2, /*"audio",*/ amix);
212 Path *audioPath3 = new Path(amix, audioOut); // this unplugs audioPath from audioOut, otherwise thi…
213 audioPath->changeOutput(amix); // and here we plug the audioPath back in, but into amix
/dports/devel/py-hash_ring/hash_ring-1.3.1/
H A DPKG-INFO5 Home-page: http://www.amix.dk/
7 Author-email: amix@amix.dk
22 * Consistent hashing implemented simply in python <http://amix.dk/blog/viewEntry/19367>
/dports/devel/py-hash_ring/hash_ring-1.3.1/hash_ring.egg-info/
H A DPKG-INFO5 Home-page: http://www.amix.dk/
7 Author-email: amix@amix.dk
22 * Consistent hashing implemented simply in python <http://amix.dk/blog/viewEntry/19367>
/dports/audio/csoundqt/CsoundQt-0.9.8.1/src/Examples/FLOSS Manual Examples/03 Csound Language/
H A D03B11_Chn_demo.csd60 amix chnget "mix"
61 aL, aR freeverb amix, amix, .8, .5
/dports/audio/csound/csound-6.15.0/tests/soak/
H A Dtableikt.csd33 amix ntrpol asig, asig2, kinterp ;interpolate between tables and output
34 outs amix*.5, amix*.5
H A Dchnclear.csd64 amix chnget "mix"
65 aL, aR freeverb amix, amix, .8, .5
H A Dchnmix.csd64 amix chnget "mix"
65 aL, aR freeverb amix, amix, .8, .5
H A Dchnset.csd64 amix chnget "mix"
65 aL, aR freeverb amix, amix, .8, .5
H A Dchnget.csd64 amix chnget "mix"
65 aL, aR freeverb amix, amix, .8, .5
/dports/audio/csound/csound-6.15.0/iOS/Csound iOS Swift Examples/Csound iOS SwiftExamples/csdStorage/
H A DBoulanger - Traped in Convert.csd189 amix = a1 + a2 + a3
193 garvb = garvb + (amix * p7)
263 amix = a1 + a2
267 outs amix * kpan, amix * (1 - kpan)
269 garvb = garvb + (amix * p7)
440 amix = a1 + a2 + a3 + a4
445 garvb = garvb + (amix * p7)
447 gadel = gadel + (amix * p4)
484 amix = a1 + a2 + a3 + a4
489 garvb = garvb + (amix * p7)
[all …]
/dports/audio/csound/csound-6.15.0/iOS/Csound iOS Obj-C Examples/Csound iOS Examples/ViewControllers/ConsoleOutput/csdStorage/
H A DBoulanger - Traped in Convert.csd189 amix = a1 + a2 + a3
193 garvb = garvb + (amix * p7)
263 amix = a1 + a2
267 outs amix * kpan, amix * (1 - kpan)
269 garvb = garvb + (amix * p7)
440 amix = a1 + a2 + a3 + a4
445 garvb = garvb + (amix * p7)
447 gadel = gadel + (amix * p4)
484 amix = a1 + a2 + a3 + a4
489 garvb = garvb + (amix * p7)
[all …]
/dports/audio/csound/csound-6.15.0/iOS/Csound iOS Obj-C Examples/Csound iOS Examples/ViewControllers/TrappedGenerator/
H A Dtrapped.csd122 amix = a1 + a2 + a3
124 garvb = garvb + (amix * p7)
161 amix = a1 + a2
163 outs amix * kpan, amix * (1 - kpan)
164 garvb = garvb + (amix * p7)
255 amix = a1 + a2 + a3 + a4
258 garvb = garvb + (amix * p7)
259 gadel = gadel + (amix * p4)
279 amix = a1 + a2 + a3 + a4
282 garvb = garvb + (amix * p7)
[all …]
/dports/audio/csound/csound-6.15.0/iOS/Csound iOS Swift Examples/Csound iOS SwiftExamples/
H A Dtrapped.csd122 amix = a1 + a2 + a3
124 garvb = garvb + (amix * p7)
161 amix = a1 + a2
163 outs amix * kpan, amix * (1 - kpan)
164 garvb = garvb + (amix * p7)
255 amix = a1 + a2 + a3 + a4
258 garvb = garvb + (amix * p7)
259 gadel = gadel + (amix * p4)
279 amix = a1 + a2 + a3 + a4
282 garvb = garvb + (amix * p7)
[all …]
/dports/audio/csound/csound-6.15.0/Android/CsoundForAndroid/CsoundAndroidExamples/src/main/res/raw/
H A Dtrapped.csd124 amix = a1 + a2 + a3
126 garvb = garvb + (amix * p7)
163 amix = a1 + a2
165 outs amix * kpan, amix * (1 - kpan)
166 garvb = garvb + (amix * p7)
257 amix = a1 + a2 + a3 + a4
260 garvb = garvb + (amix * p7)
261 gadel = gadel + (amix * p4)
281 amix = a1 + a2 + a3 + a4
284 garvb = garvb + (amix * p7)
[all …]
/dports/audio/csound/csound-6.15.0/Android/CSDPlayer/assets/Csound6AndroidExamples/Boulanger/
H A Dtrapped.csd127 amix = a1 + a2 + a3
129 garvb = garvb + (amix * p7)
166 amix = a1 + a2
168 outs amix * kpan, amix * (1 - kpan)
169 garvb = garvb + (amix * p7)
260 amix = a1 + a2 + a3 + a4
263 garvb = garvb + (amix * p7)
264 gadel = gadel + (amix * p4)
284 amix = a1 + a2 + a3 + a4
287 garvb = garvb + (amix * p7)
[all …]
/dports/audio/csound/csound-6.15.0/examples/
H A Dtrapped.csd123 amix = a1 + a2 + a3
125 garvb += (amix * p7)
162 amix = a1 + a2
164 outs amix * kpan, amix * (1 - kpan)
165 garvb += (amix * p7)
256 amix = a1 + a2 + a3 + a4
259 garvb += (amix * p7)
260 gadel += (amix * p4)
283 garvb += (amix * p7)
317 garvb += (amix * p7)
[all …]
/dports/audio/csoundqt/CsoundQt-0.9.8.1/src/Scripts/Color Organ/
H A Drgb-widgets.csd132 amix = a1 + a2
136 amix = amix*klevel
137 outs amix * kpan, amix * (1 - kpan)
138 garvb = garvb + (amix * p7)
/dports/multimedia/v4l_compat/linux-5.13-rc2/sound/pci/ctxfi/
H A Dctmixer.c1080 enum CT_AMIXER_CTL amix = port_to_amixer(type); in mixer_get_output_ports() local
1087 &((struct amixer *)mixer->amixers[amix*CHN_NUM+1])->rsc; in mixer_get_output_ports()
1095 enum CT_AMIXER_CTL amix = port_to_amixer(type); in mixer_set_input_left() local
1097 mixer_set_input_port(mixer->amixers[amix*CHN_NUM], rsc); in mixer_set_input_left()
1098 amix = get_recording_amixer(amix); in mixer_set_input_left()
1099 if (amix < NUM_CT_AMIXERS) in mixer_set_input_left()
1100 mixer_set_input_port(mixer->amixers[amix*CHN_NUM], rsc); in mixer_set_input_left()
1109 enum CT_AMIXER_CTL amix = port_to_amixer(type); in mixer_set_input_right() local
1111 mixer_set_input_port(mixer->amixers[amix*CHN_NUM+1], rsc); in mixer_set_input_right()
1112 amix = get_recording_amixer(amix); in mixer_set_input_right()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/sound/pci/ctxfi/
H A Dctmixer.c1080 enum CT_AMIXER_CTL amix = port_to_amixer(type); in mixer_get_output_ports() local
1087 &((struct amixer *)mixer->amixers[amix*CHN_NUM+1])->rsc; in mixer_get_output_ports()
1095 enum CT_AMIXER_CTL amix = port_to_amixer(type); in mixer_set_input_left() local
1097 mixer_set_input_port(mixer->amixers[amix*CHN_NUM], rsc); in mixer_set_input_left()
1098 amix = get_recording_amixer(amix); in mixer_set_input_left()
1099 if (amix < NUM_CT_AMIXERS) in mixer_set_input_left()
1100 mixer_set_input_port(mixer->amixers[amix*CHN_NUM], rsc); in mixer_set_input_left()
1109 enum CT_AMIXER_CTL amix = port_to_amixer(type); in mixer_set_input_right() local
1111 mixer_set_input_port(mixer->amixers[amix*CHN_NUM+1], rsc); in mixer_set_input_right()
1112 amix = get_recording_amixer(amix); in mixer_set_input_right()
[all …]

12345678910>>...16