Home | Trees | Indices | Help |
|
---|
|
1 #!/usr/bin/python 2 # -*- coding: latin-1 -*- 3 """ 4 The csound command line is the only thing found in this file. 5 6 @author: Øyvind Brandtsegg 7 @contact: obrandts@gmail.com 8 @license: GPL 9 """ 10 11 csoundCommandline = "csound -b2000 -B4000 -d -odac3 -iadc3 -m0 -+rtaudio=pa --expression-opt temp.orc temp.sco" # internal sound card 12 """The Csound commandline, setting options for audio i/o and buffers.""" 13
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0alpha3 on Mon Feb 23 14:31:59 2009 | http://epydoc.sourceforge.net |