Home
last modified time | relevance | path

Searched refs:ioct (Results 1 – 25 of 109) sorted by relevance

12345

/dports/audio/csound/csound-6.15.0/tests/commandline/
H A Dtest15.csd14 ioct = octpch(p4)
18 ;kval1 = cpsoct(ioct+kvib)
19 ival2 = cpspch(ioct+ishift)
20 ival3 = cpsoct(ioct-ishift)
/dports/net/jose/jose-11/tests/
H A Djose-jwk-pub3 ioct='{"kty":"oct","k":"","a":"foo","key_ops":["encrypt","decrypt"]}'
6 ijwkset="{\"keys\":[$ioct,$irsa,$iec]}"
11 test "`echo $ioct | jose jwk pub -i-`" = "$ooct"
/dports/audio/csound/csound-6.15.0/Android/CSDPlayer/assets/Csound6AndroidExamples/Kung/
H A Dxanadu.csd19 ioct = octpch(p5) ;convert parameter 5 to oct.
21 ag pluck 2000, cpsoct(ioct+kvib), 1000, 1, 1
22 agleft pluck 2000, cpsoct(ioct+ishift), 1000, 1, 1
23 agright pluck 2000, cpsoct(ioct-ishift), 1000, 1, 1
42 ioct = octpch(p5) ;convert parameter 5 to oct.
44 ag pluck 1000, cpsoct(ioct+kvib), 1000, 1, 1
45 agleft pluck 1000, cpsoct(ioct+ishift), 1000, 1, 1
46 agright pluck 1000, cpsoct(ioct-ishift), 1000, 1, 1
60 ioct = octpch(p5) ;convert parameter 5 to oct.
71 aoutl oscil 1000*kadsr*a4, ao2+cpsoct(ioct+ishift), 1 ;fnl outleft
[all …]
/dports/audio/csound/csound-6.15.0/examples/
H A Dxanadu.csd18 ioct = octpch(p5) ;convert parameter 5 to oct.
20 ag pluck 2000, cpsoct(ioct+kvib), 1000, 1, 1
21 agleft pluck 2000, cpsoct(ioct+ishift), 1000, 1, 1
22 agright pluck 2000, cpsoct(ioct-ishift), 1000, 1, 1
41 ioct = octpch(p5) ;convert parameter 5 to oct.
43 ag pluck 1000, cpsoct(ioct+kvib), 1000, 1, 1
44 agleft pluck 1000, cpsoct(ioct+ishift), 1000, 1, 1
45 agright pluck 1000, cpsoct(ioct-ishift), 1000, 1, 1
59 ioct = octpch(p5) ;convert parameter 5 to oct.
70 aoutl oscili 1000*aadsr*a4, ao2+cpsoct(ioct+ishift), 1 ;fnl outleft
[all …]
/dports/audio/csoundqt/CsoundQt-0.9.8.1/src/Examples/FLOSS Manual Examples/12 Csound and other Languages/
H A D12B08_markov.csd49 ioct init p5
53 schedkwhen ktrig, 0, 10, 2, 0, 0.2, knewnote, ioct ;launch note on instrument 2
60 ioct init p5
62 ipclass = ioct + (ipclass / 100) ; Pitch class of the note
/dports/audio/csoundqt/CsoundQt-0.9.8.1/examples/Music/
H A DKung-Xanadu.csd18 ioct = octpch(p5) ;convert parameter 5 to oct.
20 ag pluck 2000, cpsoct(ioct+kvib), 1000, 1, 1
21 agleft pluck 2000, cpsoct(ioct+ishift), 1000, 1, 1
22 agright pluck 2000, cpsoct(ioct-ishift), 1000, 1, 1
41 ioct = octpch(p5) ;convert parameter 5 to oct.
43 ag pluck 1000, cpsoct(ioct+kvib), 1000, 1, 1
44 agleft pluck 1000, cpsoct(ioct+ishift), 1000, 1, 1
45 agright pluck 1000, cpsoct(ioct-ishift), 1000, 1, 1
59 ioct = octpch(p5) ;convert parameter 5 to oct.
70 aoutl oscil 1000*kadsr*a4, ao2+cpsoct(ioct+ishift), 1 ;fnl outleft
[all …]
/dports/audio/csoundqt/CsoundQt-0.9.8.1/src/Examples/FLOSS Manual Examples/03 Csound Language/
H A D03F06_Commandline_rt_events.csd17 ioct random 8, 11; random values between 8th and 11th octave
19 aSig oscils ampdb(idb), cpsoct(ioct), 0
H A D03F05_FLTK_triggered_events.csd24 ioct random 8, 11; random values between 8th and 11th octave
26 aSig poscil ampdb(idb), cpsoct(ioct)
/dports/audio/csound/csound-6.15.0/tests/soak/
H A Doctcps.csd22 ioct = octcps(icps)
24 print ioct
H A Dpchoct.csd21 ioct = 8.75
22 ipch = pchoct(ioct)
H A Doctpch.csd22 ioct = octpch(ipch)
24 print ioct
H A Dcpsoct.csd18 ioct = p4
19 icps = cpsoct(ioct)
H A Dcpsmidinn.csd19 ioct = octmidinn(imidiNN)
22 print imidiNN, icps, ioct, ipch
H A Dexp.csd31 ioct rnd31 1, 0, 1234 ;random deviation maximum one octave plus/minus
33 asin poscil aenv, cpsoct(p5+ioct), gisine ;sine for p5 octave register plus random deviation
H A Dloopseg.csd29 ioct = int((rnd(0.999)*4)-2) ; random value either -1, 0 or 1
30 asig vco2 0.2*kenv,cpsmidinn(knote)*octave(ioct),0 ; sawtooth
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/surfpack/src/surfaces/nkm/
H A DNKM_SurfPack.cpp681 int ioct=(Axis(0,k)>=0.0); in main() local
683 ioct+=(Axis(jxr,k)>=0)*(static_cast<int>(std::pow(2.0,jxr))); in main()
684 InOct(ioct,0)++; in main()
688 for(int ioct=0; ioct<noct; ioct++) in main() local
689 printf(" InOct(%d/%d)=%g\n",ioct,noct,InOct(ioct,0)/(2.0*(nguess*rotnvarsr/noct))); in main()
/dports/cad/opencascade/opencascade-7.6.0/src/AdvApp2Var/
H A DAdvApp2Var_SysBase.cxx1625 integer ioct, indic, nrest, icompt; in maoverf_() local
1787 ioct = 504; in maoverf_()
1788 AdvApp2Var_SysBase::mcrfill_(&ioct, buff, &dtable[1]); in maoverf_()
1798 AdvApp2Var_SysBase::mcrfill_(&ioct, &dtable[1], &dtable[indic + 1]); in maoverf_()
1799 ioct += ioct; in maoverf_()
/dports/audio/zplugins-lv2/ZPlugins-0.2.4/ext/Soundpipe/modules/
H A Dfog.c51 int32_t ioct = (int32_t)oct, bitpat = ~(-1L << ioct); in newpulse() local
53 if ((bitpat += 1) & p->fofcount) octamp *= (1.0) + ioct - oct; in newpulse()
H A Dfof.c56 int32_t ioct = (int32_t)oct, bitpat = ~(-1L << ioct); in newpulse() local
58 if ((bitpat += 1) & p->fofcount) octamp *= (1.0 + ioct - oct); in newpulse()
/dports/audio/csound/csound-6.15.0/Android/CSDPlayer/assets/Csound6AndroidExamples/McCurdy/
H A Dv.csd76 ioct random 7.3, 10.5
77 icps init cpsoct(ioct)
/dports/audio/csound/csound-6.15.0/Opcodes/
H A Dugensa.c180 int32 ioct = (int32)oct, bitpat = ~(cnst << ioct); in newpulse() local
184 octamp *= (FL(1.0) + ioct - oct); in newpulse()
/dports/audio/csoundqt/CsoundQt-0.9.8.1/src/Examples/McCurdy Collection/Miscellaneous/
H A DPitchFormats.csd43 ioct octmidi ;READ IN MIDI AS OCT FORMAT
48 outvalue "i_oct", ioct ;SEND OCT VALUE TO CPS TEXT BOX
63 ioct init octcps(i(gkcps)) ;DERIVE OCT FORMAT VALUE FROM CPS
65 outvalue "i_oct", ioct ;SEND OCT VALUE TO OCT BOX
66 outvalue "i_pch", pchoct(ioct) ;CONVERT OCT TO PCH AND SEND TO PCH BOX
67 …outvalue "i_MIDI", (ioct-3)*12 ;DERIVE MIDI NOTE NUMBER FROM OCT VALUE AND SEND TO MIDI NOTE NUM…
80 ioct = octpch(ipch) ;CONVERT PCH VALUE TO OCT FORMAT VALUE
82 outvalue "i_oct", ioct ;SEND OCT VALUE TO OCT BOX
83 …outvalue "i_MIDI", (ioct-3)*12 ;DERIVE MIDI NOTE NUMBER FROM OCT VALUE AND SEND TO MIDI BOTE NUM…
/dports/audio/csound/csound-6.15.0/OOps/
H A Dmidiops.c174 double fract, oct, ioct; in pchmidi() local
176 fract = modf(oct, &ioct); in pchmidi()
178 *p->r = (MYFLT)(ioct + fract); in pchmidi()
185 double fract, oct, ioct; in pchmidib() local
189 fract = modf(oct, &ioct); in pchmidib()
191 *p->r = (MYFLT)(ioct + fract); in pchmidib()
/dports/audio/csoundqt/CsoundQt-0.9.8.1/src/Examples/McCurdy Collection/MIDI/
H A DMIDIPitchBend.csd23 ioct octmidi
36 asig oscili iamp*aenv, cpsoct(ioct+kbend), 1
/dports/math/py-yt/yt-4.0.1/yt/utilities/lib/
H A Dfortran_reader.pyx309 cdef int i,ioct,x,y,z
313 ioct = file_locations[i,1] #from fortran to python indexing?
320 child_mask[lex+x,ley+y,lez+z] = art_child_masks[ioct,x,y,z]

12345