wgbrass
Creates a tone related to a brass instrument.
It uses a physical model developed from Perry Cook, but re-coded for Csound.
Syntax
Initialization
iatt -- time taken to reach full pressure
ifn -- optional table of shape of vibrato, defaults to a sine table.
iminfreq -- 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 brass-like instrument, with the arguments as below.
kamp -- Amplitude of note.
kfreq -- Frequency of note played.
ktens -- lip tension of the player. Suggested value is about 0.4
kvibf -- frequency of vibrato in Hertz. Suggested range is 0 to 12
kvamp -- amplitude of the vibrato
NOTE
This is rather poor, and at present uncontrolled. Needs revision, and possibly more parameters.
Examples
Here is an example of the wgbrass opcode. It uses the file wgbrass.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 6.06