# ex3A02.py # Performance pass increment from moduleCsound import * tags(1) # Each k-time is 0.1 sec header(ksmps=4410) add(""" instr 1 kCount init 0; set kcount to 0 first kCount = kCount + 1; increase at each k-pass printk 0, kCount; print the value endin """) tags(2) # There are 10 k-passes in 1 sec add("i 1 0 1") tags(3) writeRun(__file__)
Friday, July 21, 2017
ex3A02. Performance pass increment
Subscribe to:
Post Comments (Atom)
-
Amplitudes should follow the dB scale and change via the log function. # ex1C01.py # dB vs linear from moduleCsound import * tag...
-
# ex1D09.py # Random Walk from moduleCsound import * tags( 1 ) header(ksmps =32 ) # --- globals add( r""" seed 1...
-
# ex2C03.py # Midi All In from moduleCsound import * add(startSyn) add(startOpt) add( "-+rtmidi=virtual -Ma -odac" ) add(...
No comments:
Post a Comment