# ex1A01_2.py # Aliasing from moduleCsound import * tags(1) header(ksmps=32) add(""" instr 1 asig oscils .2, p4, 0 outs asig, asig endin """) tags(2) add(""" i 1 0 2 1000 ;1000 Hz tone i 1 3 2 43100 ;43100 Hz tone sounds like 1000 Hz because of aliasing """) tags(3) writeRun(__file__)
Monday, July 10, 2017
ex1A01_2. Aliasing
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