TOOT 1: Difference between revisions

From OLPC
Jump to navigation Jump to search
(New page: The first orchestra file, called Toot01.orc contains a single instrument which uses an oscil unit to play a 440Hz sine wave (defined by f1 in the score) at an amplitude of 10000 == orches...)
 
Line 4: Line 4:




{{ Box File toot1.orc | 2=<pre>
{{ Box File | toot1.orc | 2=<pre>
instr 1
instr 1



Revision as of 22:10, 23 March 2008

The first orchestra file, called Toot01.orc contains a single instrument which uses an oscil unit to play a 440Hz sine wave (defined by f1 in the score) at an amplitude of 10000

orchestra

 File: toot1.orc
 instr 1

	a1	oscil	10000, 440, 1

		out	a1

 endin

score

Template:Box File toot1.soc