C Statement
        
        C Statement — 
      This statement switches automatic carrying of arguments on or off.
    
       
      
        
        Description
        
      This statement switches automatic carrying of missing arguments on or off.
    
       
      
      
        
        Performance
        
      p1 -- Specifies whether to switch off (value
      0) or on (non-zero).
    
       
      
        
        Examples
        
      Here is an example of the C statement. It uses the file C.csd.
      
        
          
          
            Example 1252. Example of the C statement.
          
          
            
              
              
<CsoundSynthesizer>
<CsInstruments>
0dbfs = 1
instr 1
ii pcount
print ii
  a1  oscil 0.5,A4
  outs a1,a1
  endin
</CsInstruments>
<CsScore>
i1   0    .5        100
i .  +
i .  .    .         !
i
s
i1   0    .5        100
i .  +    .
C    0
i .  .    .
i .  .
i .
e
</CsScore>
</CsoundSynthesizer>
             
           
         
        
    
       
      
        
        Credits
        
      
        
          
            | Author: John ffitch | 
          
            | Alta Sounds | 
          
            | Bath, UK | 
          
            | 2016 | 
        
        
    
        New in version 6.08