Wherein we celebrate the notion of building custom instruments.
Right-click to copy examples to your workspace.
Fiddle comes equipped with scores of Instruments that work out-of-the-box. Sometimes your creative urges require more to attain satisfaction, and push you toward novel instrument sounds. You can easily construct your own instrument from lower-level components also present in Fiddle + ChucK. This aspect of instruments is discussed here so we'll assume that you've already integrated that material into your psyche.
Let jump straight to an overwrought example. Here are the primary contituents:
Instances
set to 4. In this case we break out
the voices to provide an easy means to hear the different envelope settings.Pan
parameter.
Within each node there is a simple effects chain composed of a single
NRev Node.Player
. These
notes activate the downstream CCGenerator
to produce a variation of the NRev
s node's Mix
parameter causing the
automation of its reverb effect, but only when the MidiDevice keys are pressed.TargetNode
parameter is set to NRev
the receiving Channel nodes are able to target the CC event to a
single internal node.