iPlug2 - C++ Audio Plug-in Framework
Loading...
Searching...
No Matches
Enumerations
voiceControlNames Namespace Reference

A generic synthesizer voice to be controlled by a voice allocator. More...

Enumerations

enum  eControlNames {
  kVoiceControlGate = 0 , kVoiceControlPitch , kVoiceControlPitchBend , kVoiceControlPressure ,
  kVoiceControlTimbre , kNumVoiceControlRamps
}
 This enum names the control ramps by which we connect a controller to a synth voice. More...
 

Detailed Description

A generic synthesizer voice to be controlled by a voice allocator.

Enumeration Type Documentation

◆ eControlNames

This enum names the control ramps by which we connect a controller to a synth voice.

Definition at line 37 of file SynthVoice.h.