~ubuntu-branches/ubuntu/trusty/csound-manual/trusty-proposed

« back to all changes in this revision

Viewing changes to examples/STKBeeThree.csd

  • Committer: Bazaar Package Importer
  • Author(s): Felipe Sateler
  • Date: 2011-08-01 22:21:58 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20110801222158-90kslkp5ujci2f5d
Tags: 1:5.13~dfsg-1
* New upstream release
 - Add Menno Knevel to the copyright file
 - Refresh patch 2000-stripped-opcodes.diff
 - Update copyright hints file
* Update Vcs-* headers
* Bump Standards-Version

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<CsoundSynthesizer>
 
2
<CsOptions>
 
3
; Select audio/midi flags here according to platform
 
4
-odac     ;;;RT audio out
 
5
;-iadc    ;;;uncomment -iadc if RT audio input is needed too
 
6
; For Non-realtime ouput leave only the line below:
 
7
; -o STKBeeThree.wav -W ;;; for file output any platform
 
8
</CsOptions>
 
9
<CsInstruments>
 
10
 
 
11
sr = 44100
 
12
ksmps = 32
 
13
nchnls = 2
 
14
0dbfs = 1
 
15
 
 
16
instr 1
 
17
 
 
18
kfdb    =       p6
 
19
kop3    line    p4, p3, p5
 
20
kvol    line    0, p3, 100
 
21
ipch    =       p7
 
22
 
 
23
asig    STKBeeThree     cpspch(ipch), 1, 2, kfdb, 4, kop3, 11, 50, 1, 0, 128, kvol
 
24
        outs    asig, asig
 
25
endin
 
26
 
 
27
</CsInstruments>
 
28
<CsScore>
 
29
 
 
30
i 1 0 2 20 100 127 8.00
 
31
i 1 + 3 120 0 0 6.09
 
32
e
 
33
</CsScore>
 
34
</CsoundSynthesizer>