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

« back to all changes in this revision

Viewing changes to examples-xml/streson.csd.xml

  • 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:
18
18
<emphasis role="comment">; Instrument #1.</emphasis>
19
19
<emphasis role="oblock">instr</emphasis> 1
20
20
  <emphasis role="comment">; Generate a normal sine wave.</emphasis>
21
 
  asig <emphasis role="opc">oscils</emphasis> 8000, 440, 1
 
21
  asig <emphasis role="opc">oscils</emphasis> 1500, 440, 1
22
22
 
23
23
  <emphasis role="comment">; Vary the fundamental frequency of the string </emphasis>
24
24
  <emphasis role="comment">; resonator linearly from 220 to 880 Hertz. </emphasis>