1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<HTML>
<!-- HTML file produced from file: UserManual.tex --
-- using Hyperlatex v 2.3.1 (c) Otfried Cheong--
-- on Emacs 21.1 (patch 4) "Arches" XEmacs Lucid, Sun Apr 30 20:50:05 2000 -->
<HEAD>
<TITLE>Tao User Manual -- Tutorial</TITLE>
<link rel=stylesheet href="../../taomanual.css" type="text/css">
</HEAD><BODY BACKGROUND="bg.gif">
<table width="500" border="0" align="left" cellspacing="2" cellpadding="2"><tr><td class="nav" valign="top"><!-- top panel --><A HREF="UserManual.html"><IMG ALT="Up" ALIGN=BOTTOM BORDER=0 SRC="up.gif"></A>
<BR><A HREF="UserManual.html">Top</A><BR><IMG width="167" height="1" SRC="trans1x1.gif">
</td><td class="nav" valign="top"><A HREF="UserManual_101.html"><IMG ALT="Back" ALIGN=BOTTOM BORDER=0 SRC="back.gif"></A>
<BR><A HREF="UserManual_101.html">Pitch Methods</A><BR><IMG width="167" height="1" SRC="trans1x1.gif">
</td><td class="nav" valign="top"><A HREF="UserManual_103.html"><IMG ALT="Forward" ALIGN=BOTTOM BORDER=0 SRC="forward.gif"></A>
<BR><A HREF="UserManual_103.html">Learning the Basics</A><BR><IMG width="167" height="1" SRC="trans1x1.gif">
</td></tr><!-- end top panel --><tr><td colspan="3" class="main"><!-- main text --><br><br>
<H1>Tutorial</H1>
This section introduces the main concepts involved in creating
interesting virtual instruments using <B>Tao</B>. It does so in a
`hands on' manner with the aid of practical script examples.
All of the examples presented in this section are available in the
<CODE>examples</CODE> directory of the distribution. The examples start off with
the most basic instrument possible - a single string - and work up to more
and more complex instruments.
<P>The examples presented here are divided into two categories. The first set
are designed to illustrate one by one the main techniques involved in
contructing <B>Tao</B> instruments. Each script covers one major technique. The
second set are concerned with designing synthesis scenarios which produce
interesting sounds. So don't be too surprised if the first
set of scripts produce either no sound at all or rather uninteresting
sounds!
<P>By the end of this tutorial you should have at your disposal a useful
armoury of techniques which will hopefully whet your appetite
for creating your own instruments.
<P><MENU>
<LI><A HREF="UserManual_103.html">Learning the Basics</A>
<LI><A HREF="UserManual_118.html">Combining the techniques to make interesting sounds</A>
<LI><A HREF="UserManual_123.html">Using access points</A>
<LI><A HREF="UserManual_126.html">An instrument with a single string</A>
<LI><A HREF="UserManual_127.html">Using the Bow device - bow.tao</A>
<LI><A HREF="UserManual_128.html">Creating a circular sheet</A>
<LI><A HREF="UserManual_131.html">Using the Connector device - connector.tao</A>
<LI><A HREF="UserManual_132.html">Damping parts of an instrument - damp.tao</A>
<LI><A HREF="UserManual_133.html">Emergent behaviour (diffraction) - diffraction.tao</A>
<LI><A HREF="UserManual_134.html">Creating an elliptical sheet</A>
<LI><A HREF="UserManual_137.html">Using the Hammer device - hammer.tao</A>
<LI><A HREF="UserManual_138.html">Locking parts of an instrument - lock.tao</A>
<LI><A HREF="UserManual_139.html">Arrays of Output devices - outputarray.tao</A>
<LI><A HREF="UserManual_140.html">Using the Output device - outputs.tao</A>
<LI><A HREF="UserManual_141.html">Using pitches - pitches.tao</A>
<LI><A HREF="UserManual_142.html">Creating a rectangular sheet</A>
<LI><A HREF="UserManual_145.html">Using the Stop device - stop.tao</A>
<LI><A HREF="UserManual_146.html">Creating an array of strings - stringarray.tao</A>
</MENU>
<BR></td></tr><!-- end main text --><tr><td class="nav" align="left" valign="top"><!-- bottom matter --><A HREF="UserManual.html"><IMG ALT="Up" ALIGN=BOTTOM BORDER=0 SRC="up.gif"></A>
<BR><A HREF="UserManual.html">Top</A><BR><IMG width="167" height="1" SRC="trans1x1.gif">
</td><td class="nav" align="left" valign="top"><A HREF="UserManual_101.html"><IMG ALT="Back" ALIGN=BOTTOM BORDER=0 SRC="back.gif"></A>
<BR><A HREF="UserManual_101.html">Pitch Methods</A><BR><IMG width="167" height="1" SRC="trans1x1.gif">
</td><td class="nav" align="left" valign="top"><!-- bottom matter --><A HREF="UserManual_103.html"><IMG ALT="Forward" ALIGN=BOTTOM BORDER=0 SRC="forward.gif"></A>
<BR><A HREF="UserManual_103.html">Learning the Basics</A>
<IMG width="167" height="1" SRC="trans1x1.gif">
</td></tr><!-- end bottom matter -->
<tr><td colspan="3" class="addr"><!-- bottom panel --><ADDRESS><FONT SIZE=-1>©1999,2000 Mark Pearson
<A HREF="mailto:m.pearson@ukonline.co.uk">m.pearson@ukonline.co.uk</A> April 30, 2000</ADDRESS><BR></td></tr><!-- end bottom panel --></table></BODY></HTML>
|