~vibhavp/ubuntu/saucy/csound/merge-from-debian

« back to all changes in this revision

Viewing changes to iOS/Csound iOS Examples/Csound iOS Examples/ViewControllers/AudioInTest/consoleoutput.csd

  • Committer: Package Import Robot
  • Author(s): Felipe Sateler
  • Date: 2012-04-19 09:26:46 UTC
  • mfrom: (1.1.9)
  • Revision ID: package-import@ubuntu.com-20120419092646-j2x9xuiaxx57bmg0
Tags: 1:5.17.6~dfsg-1
* New upstream release
 - Do not build the wiimote opcodes (we need wiiuse).
* Add new API function to symbols file
* Disable lua opcodes, they were broken. Requires OpenMP to be enabled.
* Backport fixes from upstream:
  - Link dssi4cs with dl. Backport
  - Fix building of CsoundAC

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<CsoundSynthesizer>
 
2
<CsOptions>
 
3
-o dac -+rtmidi=null -+rtaudio=null -d -+msg_color=0 -M0 -m0 -i adc
 
4
</CsOptions>
 
5
<CsInstruments>
 
6
 
 
7
sr              = 44100
 
8
ksmps   = 512
 
9
nchnls  = 2
 
10
0dbfs   = 1
 
11
 
 
12
gicount init 5
 
13
 
 
14
        instr 1
 
15
printf_i "countdown: %d\n", 1.0, gicount
 
16
gicount = gicount - 1
 
17
        endin
 
18
 
 
19
</CsInstruments>
 
20
<CsScore>
 
21
 
 
22
i1 0 1
 
23
i1 1 1
 
24
i1 2 1
 
25
i1 3 1
 
26
i1 4 1
 
27
i1 5 1
 
28
e
 
29
 
 
30
</CsScore>
 
31
</CsoundSynthesizer>