Module csoundCommandLine
[hide private]
[frames] | no frames]

Source Code for Module csoundCommandLine

 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