Device Methods |
Connector Methods |
Output Methods |
Stop MethodsThe following stop device methods are available:dampModeOn() dampModeOff() setAmount(<amount>) setDamping(<damping>) (<access point>) (<instr>, <x>) (<instr>, <x>, <y>) (<string>, <pitch>) To briefly recap, the Stop device provides a rudimentary
mechanism for stopping strings in order to obtain specific pitches
from them. The The unnamed Note that it is always the portion of the string to the right of the applied Stop device which has the correct pitch. This should be borne in mind if connecting the string to other components. If you build your instrument with the left hand sides of each string attached to some sort of resonator you will get all the wrong pitches when you start to play the instrument! Note also that as with the Bow and Hammer devices the preferred syntax to use in a script when applying the device to an instrument is as follows: string(0.1) -- stop; which is exactly equivalent to: stop(string(0.1)); The first format is more commonly used since it is more clearly
legible when quickly scanning a script to see what it does. Wherever
the
| ||
Device Methods |
Connector Methods |
Output Methods |
©1999,2000 Mark Pearson
m.pearson@ukonline.co.uk April 30, 2000 |