wgbow
Creates a tone similar to a bowed string.
It uses a physical model developed from Perry Cook, but re-coded for Csound.
Syntax
Initialization
ifn -- optional table of shape of vibrato, defaults to a sine table.
iminfreq (optional) -- lowest frequency at which the instrument will play. If it is omitted it is taken to be the same as the initial kfreq. If iminfreq is negative, initialization will be skipped.
Performance
A note is played on a string-like instrument, with the arguments as below.
kamp -- amplitude of note.
kfreq -- frequency of note played.
kpres -- a parameter controlling the pressure of the bow on the string. Values should be about 3. The useful range is approximately 1 to 5.
krat -- the position of the bow along the string. Usual playing is about 0.127236. The suggested range is 0.025 to 0.23.
kvibf -- frequency of vibrato in Hertz. Suggested range is 0 to 12
kvamp -- amplitude of the vibrato
Examples
Here is an example of the wgbow opcode. It uses the file wgbow.csd.
See also
Credits
Author: John ffitch (after Perry Cook)
University of Bath, Codemist Ltd.
Bath, UK
New in Csound version 3.47
ifn optional in version 6.06