# ex1C03.py # Fletcher Munson from moduleCsound import * tags(1) header(ksmps=32) add("giSine ftgen 0, 0, 2^10, 10, 1 ;table with a sine wave") add(""" instr 1 kfreq expseg p4, p3, p5 printk 1, kfreq ;prints the frequencies once a second asin poscil .2, kfreq, giSine aout linen asin, .01, p3, .01 outs aout, aout endin """) tags(2) add(""" i 1 0 5 1000 1000 i 1 6 20 20 20000 """) tags(3) writeRun(__file__)
Tuesday, July 11, 2017
ex1C03. Fletcher Munson
Subscribe to:
Post Comments (Atom)
-
# ex1D13.py # Simple Algorithmic Note Generator from moduleCsound import * tags( 1 ) header(ksmps =32 , nch =1 ) # --- global # G...
-
# ex2C03.py # Midi All In from moduleCsound import * add(startSyn) add(startOpt) add( "-+rtmidi=virtual -Ma -odac" ) add(...
-
# ex2A01.py # Hello World from moduleCsound import * tags( 1 ) header(ksmps =32 , nch =1 ) # --- instrument add( ""...

No comments:
Post a Comment