[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[sc-users] Voicer class does not exist



Hi,

I recently downloaded some Quarks, like ddwMIDI, dewdrop_lib, or ddwCommon,
I've been through the readme files and some online examples.

I figured that, using ddwMIDI, If I want to trigger a SynthDef with my MIDI hardware, I should create a voicer, like:

v = Voicer(20, \synth);

And then, use VoicerMIDISocket to create a noteOn event. 

The problem is that "Voicer" is not understood by SuperCollider. The error says: Class not defined.

Where can I download this class?

Other functions, like VoicerGCDummy, VoicerGCProxy are defined, but not Voicer.