Home
last modified time | relevance | path

Searched refs:kdur (Results 1 – 25 of 46) sorted by relevance

12

/dports/audio/csound/csound-6.15.0/tests/soak/
H A Dfof.csd23 kdur init 0.02
56 kdur, kdec, iolaps, ifna, ifnb, itotdur
58 kdur, kdec, iolaps, ifna, ifnb, itotdur
60 kdur, kdec, iolaps, ifna, ifnb, itotdur
62 kdur, kdec, iolaps, ifna, ifnb, itotdur
64 kdur, kdec, iolaps, ifna, ifnb, itotdur
H A Dtrigseq.csd29 kdur init p9
47 schedkwhen ktrig, -1, -1, 3, 0, kdur, kampratio*iamp, kfreqratio*icps
60 kdur init p9
78 ; schedkwhen ktrig, -1, -1, 2, 0, kdur, kampratio*iamp, kfreqratio*icps
94 ; icps unused unused kloop2 initndx2 kdur iminTime imaxTime
H A Dfof2-2.csd31 kdur init .02
98 a1 fof2 kamp1, kfund, kform1, koct, kband1, kris, kdur, kdec, iolaps, ifna, ifnb, itotdur, kp…
99 a2 fof2 kamp2, kfund, kform2, koct, kband2, kris, kdur, kdec, iolaps, ifna, ifnb, itotdur, kp…
100 a3 fof2 kamp3, kfund, kform3, koct, kband3, kris, kdur, kdec, iolaps, ifna, ifnb, itotdur, kp…
101 a4 fof2 kamp4, kfund, kform4, koct, kband4, kris, kdur, kdec, iolaps, ifna, ifnb, itotdur, kp…
102 a5 fof2 kamp5, kfund, kform5, koct, kband5, kris, kdur, kdec, iolaps, ifna, ifnb, itotdur, kp…
H A Dfof2.csd20 kdur init p13
42 aout fof2 kenv, kfund, kform, koct, kband, kris, kdur, kdec, iolaps, \
54 ; kfund1 kfund2 kform1 kform2 koct1 koct2 kband1 kband2 kris kdur kdec iolaps…
H A Dfprintks.csd22 kdur linrand 10
26 fprintks "my.sco", "i1\\t%2.2f\\t%2.2f\\t%2.2f\\n", kstart, kdur, 4+kpitch
H A Dschedkwhen.csd25 kdur = 0.5
28 schedkwhen ktrigger, kmintim, kmaxnum, kinsnum, kwhen, kdur
H A Devent_named.csd28 ; kdur=0.5, play for a half-second.
H A Devent.csd28 ; kdur=0.5, play for a half-second.
/dports/audio/csound/csound-6.15.0/iOS/Csound iOS Obj-C Examples/Csound iOS Examples/ViewControllers/ConsoleOutput/csdStorage/
H A DYi - Cyclic Bells.csd107 kdur init 4 * kr
112 if (kcount < kdur) kgoto counterup
126 kdur = (kHit * 3) + 3
127 kdur = kdur * kr
/dports/audio/csound/csound-6.15.0/iOS/Csound iOS Swift Examples/Csound iOS SwiftExamples/csdStorage/
H A DYi - Cyclic Bells.csd107 kdur init 4 * kr
112 if (kcount < kdur) kgoto counterup
126 kdur = (kHit * 3) + 3
127 kdur = kdur * kr
/dports/audio/csoundqt/CsoundQt-0.9.8.1/src/Scripts/Koenig-Essay/csds/
H A DH02_TRSM02.csd37 kdur = idur + kdurR
38 kenv = kdur * .5
42 a1 fog .55, adens, 1, aph, 0, 0, kenv, kdur, kenv, 5000, isamp, iwf, p3
H A DH02_TRSM03.csd37 kdur = idur + kdurR
38 kenv = kdur * .5
42 a1 fog .6, adens, 1, aph, 0, 0, kenv, kdur, kenv, 5000, isamp, iwf, p3
H A DH02_TRSM05.csd37 kdur = idur + kdurR
/dports/audio/csoundqt/CsoundQt-0.9.8.1/src/Examples/FLOSS Manual Examples/05 Sound Modification/
H A D05G04_grain_delay.csd60 kdur = 2.5 / kfund ; duration relative to grain rate
61 kris = 0.5*kdur
62 kdec = 0.5*kdur
65 a1 fof2 1, kfund, kform, koct, kband, kris, kdur, kdec, 100, \
/dports/audio/csoundqt/CsoundQt-0.9.8.1/src/Examples/FLOSS Manual Examples/07 MIDI/
H A D07E06_moscil.csd20 kdur random 0.2, 1 ; note durations chosen randomly from 0.2 to 1
22 moscil kchn, knum, kvel, kdur, kpause ; send a stream of midi notes
/dports/audio/csoundqt/CsoundQt-0.9.8.1/src/Examples/FLOSS Manual Examples/03 Csound Language/
H A D03C22_Metro_trigger_events.csd19 kdur random 1, 5; random duration for instr 2
20 event "i", 2, 0, kdur; call instr 2
H A D03F11_Events_time_loop.csd28 kdur random 1, 5; random duration for instr 10
29 event "i", 10, 0, kdur; call instr 10
H A D03G13_UDO_Recursive_AddSynth.csd53 kdur random 1, 5; random duration for instr 10
59 event "i", 11, 0, kdur, kbasfreq, knumparts, kpan; call instr 11
/dports/audio/csound/csound-6.15.0/Opcodes/
H A Dugensa.h39 MYFLT *ar, *xamp, *xdens, *xtrans, *xspd, *koct, *kband, *kris, *kdur, *kdec; member
/dports/audio/csoundqt/CsoundQt-0.9.8.1/examples/Useful/
H A DMIDI_Recorder.csd61 kdur timeinsts
65 event "i", $Capture_Events, 0, 1, ktime - gkoffset, kdur, inote_play, ivelocity * 127
/dports/audio/csoundqt/CsoundQt-0.9.8.1/src/Examples/FLOSS Manual Examples/04 Sound Synthesis/
H A D04B02_Subtractive_timbres.csd19 kdur random 15,30 ;duration of note
20 schedkwhen ktrig,0,0,2,0,kdur,cpsoct(koct) ;trigger a note in instrument 2
/dports/audio/csound/csound-6.15.0/H/
H A Dugens7.h39 MYFLT *ar, *xamp, *xfund, *xform, *koct, *kband, *kris, *kdur, *kdec; member
H A Dmidiout.h73 MYFLT *kchn,*knum,*kvel,*kdur,*kpause; member
/dports/audio/snd/snd-21.2/
H A Dsnd-region.c953 mus_long_t kdur, n; in deferred_region_to_temp_file() local
955 kdur = len - k; in deferred_region_to_temp_file()
956 if (kdur > alloc_len) kdur = alloc_len; in deferred_region_to_temp_file()
957 for (n = 0; n < kdur; n++) in deferred_region_to_temp_file()
959 err = mus_file_write(ofd, 0, kdur - 1, 1, data); in deferred_region_to_temp_file()
980 mus_long_t kdur; in deferred_region_to_temp_file() local
982 kdur = len - k; in deferred_region_to_temp_file()
983 if (kdur > alloc_len) kdur = alloc_len; in deferred_region_to_temp_file()
991 for (n = 0; n < kdur; n++) in deferred_region_to_temp_file()
994 err = mus_file_write(ofd, 0, kdur - 1, r->chans, data); in deferred_region_to_temp_file()
/dports/audio/csound/csound-6.15.0/Opcodes/dssi4cs/src/
H A Ddssi4cs.h118 MYFLT *kdur; member

12