# ex3A05.py # Audio vector from moduleCsound import * tags(1) header(ksmps=5) add(r""" instr 1 aSine oscils 1, 2205, 0 kVec1 vaget 0, aSine kVec2 vaget 1, aSine kVec3 vaget 2, aSine kVec4 vaget 3, aSine kVec5 vaget 4, aSine printks "kVec1 = %f, kVec2 = %f, kVec3 = %f, kVec4 = %f, kVec5 = %f\n",\ 0, kVec1, kVec2, kVec3, kVec4, kVec5 endin """) tags(2) add("i 1 0 [1/2205]") tags(3) writeRun(__file__)
Friday, July 21, 2017
ex3A05. Audio Vector
Subscribe to:
Post Comments (Atom)
-
This example requires the csound frontend called Cabbage be installed. # ex2A02.py # Hello Cabbage from moduleCsound import * add...
-
# ex1D09.py # Random Walk from moduleCsound import * tags( 1 ) header(ksmps =32 ) # --- globals add( r""" seed 1...
-
Amplitudes should follow the dB scale and change via the log function. # ex1C01.py # dB vs linear from moduleCsound import * tag...
No comments:
Post a Comment