Skip to content

C Statement

This statement switches automatic carrying of arguments on or off.

Syntax

C p1

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 of the C statement.
<CsoundSynthesizer>
<CsOptions>
  -o dac
</CsOptions>
<CsInstruments>
0dbfs = 1

instr 1
ii pcount
print ii
  a1  oscil 0.5,A4
  out 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>

See Also

Score Statements

Credits

Author: John ffitch
Alta Sounds
Bath, UK
2016

New in version 6.08