zynaddsubfx

ZynAddSubFX open source synthesizer
Log | Files | Refs | Submodules | LICENSE

commit edc39187530f8c9bdd6a6df320ed314e70f542e4
parent ddd4e6167a2355852ee48daac2e099c6ebe36e04
Author: fundamental <[email protected]>
Date:   Mon,  6 Jul 2009 16:23:38 -0400

Added controller information

Diffstat:
Adoc/controller.txt | 55+++++++++++++++++++++++++++++++++++++++++++++++++++++++
Adoc/images/uicontroller.png | 0
Mdoc/zynaddsubfx.txt | 2++
3 files changed, 57 insertions(+), 0 deletions(-)

diff --git a/doc/controller.txt b/doc/controller.txt @@ -0,0 +1,55 @@ +Controller +========= +:Author: Paul Nasca + +image::./images/uicontroller.png[] + +General +------- + +* *ModWh*: Modullation Wheel depth +* *Exp MWh*: Exponental Modulation Wheel (changes modulation scale to + exponental) +* *BwDpth*: Bandwidth Depth +* *Exp BW*: Exponental Bandwidth (changes badwidth scale to exponental) +* *PanDpth*: Panning Depth +* *FltQ*: Filter Q (ressonance) depth +* *FltCut* Filter Cutoff frequency depth +* *Expr*: enable/disable expression +* *Vol*: enable/disable receiving volume controller +* *FMamp*: enable/disable receiving Modulation Amplitude controller (76) +* *Sustain*: enable/disable sustain pedal +* *PWheelB.Rng (cents)*: Pitch Wheel Bend Range (cents; 100 cents = 1 halftone) + +Portamento +---------- + +* *Rcv.*: If the part receives portamento On/Off (65) controller +* *time*: The duration of the portamento +* *thresh*: The threshold of the portamento. +It represents the minimum or the maximum number of halftones +(or hundried cents) required to start the portamento. +The difference is computed between the last note and current note. +* *th.type*: The threshold type. +Checked means that the portamento activates when the difference of frequencies +is above the threshold ("thresh"); not checked is for below the threshold. + +NOTE: The threshold refers to the frequencies and not to MIDI notes + (you should consider this if you use microtonal scales). + + +Proportinal Portamento +~~~~~~~~~~~~~~~~~~~~~~ +//// +TODO: add graphs to explain prp.rate and prp. depth +//// + +* *Propt.*: If the portamento is proportinal to ratio of frequencies +* *Prp. Rate*: Ratio needed to double the time of portamento +* *Prp. Dpth*: The divergence from + +Resonance +--------- + +* *CFdpth*: resonance center controller depth +* *BWdpth*: resonance bandwidth controller depth diff --git a/doc/images/uicontroller.png b/doc/images/uicontroller.png Binary files differ. diff --git a/doc/zynaddsubfx.txt b/doc/zynaddsubfx.txt @@ -13,4 +13,6 @@ include::./lfo.txt[] include::./envelope.txt[] +include::./controller.txt[] + include::./mididefaults.txt[]