Home
last modified time | relevance | path

Searched refs:kpitch (Results 1 – 25 of 47) sorted by relevance

12

/dports/audio/csound/csound-6.15.0/tests/soak/
H A Dexpon.csd18 kpitch = p6
20 if (kpitch == 0) then
21 kpitch expon p4, p3, p5
22 elseif (kpitch == 1) then
23 kpitch line p4, p3, p5
26 asig vco2 .6, kpitch
H A Dline.csd21 kpitch expon p4, p3, p5
23 kpitch line p4, p3, p5
26 asig vco2 .6, kpitch
H A Dgrain.csd22 kpitch line ibasfrq, p3, ibasfrq * .8
29 asigL grain kamp, kpitch, kdens, kaoff, kpoff, kgdur, insnd, 5, imaxgdur, 0.0
30 asigR grain kamp, kpitch, kdens, kaoff, kpoff, kgdur, insnd, 5, imaxgdur, 0.0
H A Dgenfarey-2.csd43 kpitch = cpspch(ifundam)
45 kpitch = kpitch * kmult
47 …event "i", 901, 0, .4, .10, kpitch, kpitch * .9, 0.4, 5, .75, .8, 1.0, .15, .0, .125, .12…
H A Dgen20.csd22 kpitch line ibasfrq, p3, ibasfrq * .8
29 asigL grain kamp, kpitch, kdens, kaoff, kpoff, kgdur, insnd, igfn, imaxgdur, 0.0
30 asigR grain kamp, kpitch, kdens, kaoff, kpoff, kgdur, insnd, igfn, imaxgdur, 0.0
H A Dclear.csd21 kpitch = p4
22 a1 diskin2 "fox.wav", kpitch
H A Dtrscale.csd18 kpitch = p4
22 fscl trscale fst, kpitch ; frequency scale
H A Dvincr.csd21 kpitch = p4
22 a1 diskin2 "fox.wav", kpitch
H A Dflooper.csd18 kpitch line 1, p3, .9 ;lower pitch a bit during the note
19 aout flooper .9, kpitch, 1, .53, 0.05, 1 ; loop starts at 1 sec, for .53 secs, 0.05 crossfade
H A Dpvstanal.csd28 kpitch randi 2, 2, 0.3 ;pitch between 2 octaves lower or higher
29 fsig pvstanal kspeed, 1, octave(kpitch), gifil
H A Dfprintks.csd23 kpitch linrand 8
26 fprintks "my.sco", "i1\\t%2.2f\\t%2.2f\\t%2.2f\\n", kstart, kdur, 4+kpitch
H A Dsndloop.csd21 kpitch line 1.2, p3, .5 ;vary pitch of recorded signal
22 aout,krec sndloop asig, kpitch, ktrig, .4, 0.05 ;rec starts at p4 sec, for .4 secs and 0.05 crossfa…
/dports/audio/csound/csound-6.15.0/iOS/Csound iOS Obj-C Examples/Csound iOS Examples/ViewControllers/PitchShifter/
H A Dpitchshifter.csd21 aL, aR, kpitch, kfine, kfeedback xin
27 kscal = octave((int(kpitch)/12)+kfine)
47 kpitch chnget "pitch"
48 kpitch scale kpitch, 12, -12
56 aOutL, aOutR PitchShifter a1, a2, kpitch, kfine, kfeedback
/dports/audio/csound/csound-6.15.0/iOS/Csound iOS Swift Examples/Csound iOS SwiftExamples/
H A Dpitchshifter.csd21 aL, aR, kpitch, kfine, kfeedback xin
27 kscal = octave((int(kpitch)/12)+kfine)
47 kpitch chnget "pitch"
48 kpitch scale kpitch, 12, -12
56 aOutL, aOutR PitchShifter a1, a2, kpitch, kfine, kfeedback
H A Daudiofiletest.csd25 kpitch chnget "pitch"
26 aL, aR diskin2 p4, kpitch
/dports/audio/csound/csound-6.15.0/iOS/Csound iOS Obj-C Examples/Csound iOS Examples/ViewControllers/AudioFileTest/
H A Daudiofiletest.csd25 kpitch chnget "pitch"
26 aL, aR diskin2 p4, kpitch
/dports/devel/py-bullet3/bullet3-3.21/examples/pybullet/gym/pybullet_envs/minitaur/envs/
H A Dminitaur_four_leg_stand_env_example.py12 kpitch = 3.0 variable
48 upitch = kpitch * observation[1]
/dports/audio/csoundqt/CsoundQt-0.9.8.1/src/Examples/FLOSS Manual Examples/05 Sound Modification/
H A D05I03_pvstanal.csd34 kpitch randi p4, 2, 2 ;pitch between 2 octaves lower or higher
35 fsig pvstanal kspeed, 1, octave(kpitch), gifil
/dports/audio/csoundqt/CsoundQt-0.9.8.1/examples/Synths/
H A DMono_Synth.csd53 kpitch tonek gkPitch, kpitchglide
57 asig1 oscil kamp, kpitch + idetune, giSaw
58 asig2 oscil kamp, kpitch, giSaw
59 asig3 oscil kamp, kpitch - idetune, giSaw
75 kfilt tonek (kfilt * (0.6 + kvel * 0.5)) + kpitch, kenvramp
/dports/audio/sfront/sfront-0.99/examples/rtime/network/nmp_audio/
H A Dnmp.saol196 ksig vval, kpitch;
201 kpitch = pitch;
202 if (tableread(abar_vel, int(kpitch)) == -1)
397 ksig vval, kpitch;
402 kpitch = pitch;
403 if (tableread(marimba_vel, int(kpitch)) == -1)
584 ksig vval, kpitch;
589 kpitch = pitch;
590 if (tableread(string_vel, int(kpitch)) == -1)
/dports/audio/sfront/sfront-0.99/lib/reson/
H A Dsreson.hs197 ksig vval, kpitch;
204 kpitch = pitch; function
205 if (tableread(RESON_SC(vel), int(kpitch)) == -1)
/dports/audio/csound/csound-6.15.0/iOS/Csound iOS Obj-C Examples/Csound iOS Examples/ViewControllers/ConsoleOutput/csdStorage/
H A DPiche - Incantation.csd161 kpitch = kdev*kif0*kpit+kvib
164 ar fof ampdb(kia1)*kenv*kam, kpitch, kif1, 0, 50, .0025, .025, .007, 50, 1, 2, p3
166 ar1 fof ampdb(kia2)*kenv*kam*kam, kpitch, kif2, 0, 100, .0025, .025, .007, 50, 1, 2, p3
168 ar2 fof ampdb(kia3)*kenv*kam*kam*kam, kpitch, kif3, 0, 150, .0025, .025, .007, 50, 1, 2, p3
170 ar3 fof ampdb(kia3)*kenv*kam*kam*kam*.7, kpitch, kif3+1000, 0,150, .0025, .025, .007, 50, 1…
/dports/audio/csound/csound-6.15.0/iOS/Csound iOS Swift Examples/Csound iOS SwiftExamples/csdStorage/
H A DPiche - Incantation.csd161 kpitch = kdev*kif0*kpit+kvib
164 ar fof ampdb(kia1)*kenv*kam, kpitch, kif1, 0, 50, .0025, .025, .007, 50, 1, 2, p3
166 ar1 fof ampdb(kia2)*kenv*kam*kam, kpitch, kif2, 0, 100, .0025, .025, .007, 50, 1, 2, p3
168 ar2 fof ampdb(kia3)*kenv*kam*kam*kam, kpitch, kif3, 0, 150, .0025, .025, .007, 50, 1, 2, p3
170 ar3 fof ampdb(kia3)*kenv*kam*kam*kam*.7, kpitch, kif3+1000, 0,150, .0025, .025, .007, 50, 1…
/dports/audio/csoundqt/CsoundQt-0.9.8.1/src/Examples/McCurdy Collection/FFT/
H A Dpvstanal.csd35 kpitch invalue "Pitch"
36 gkpitch tablei kpitch, giExp1, 1
82kpitch = kcps/cpsoct(8) ;MAP TO MIDI NOTE VALUE TO PITCH (CONVERT TO RATIO: MIDDLE C IS P…
84 kpitch portk gkpitch, kporttime ;USE THE GUI SLIDER VALUE
95 fsigL pvstanal gktimescal*gkfreeze,kamp,kpitch,giFileL
96 fsigR pvstanal gktimescal*gkfreeze,kamp,kpitch,giFileR
/dports/audio/sfront/sfront-0.99/examples/rtime/network/mirror/
H A Dmirror.saol92 ksig vval, kpitch;
98 kpitch = pitch;
99 if (tableread(marimba_vel, int(kpitch)) == -1)

12