zynaddsubfx

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

commit ddd4e6167a2355852ee48daac2e099c6ebe36e04
parent 654cab44319dfd929eab4328bcbb5dd269bbf3e4
Author: fundamental <[email protected]>
Date:   Mon,  6 Jul 2009 09:59:17 -0400

Added Appendix on default MIDI controls

Diffstat:
Adoc/mididefaults.txt | 26++++++++++++++++++++++++++
Mdoc/zynaddsubfx.txt | 1+
2 files changed, 27 insertions(+), 0 deletions(-)

diff --git a/doc/mididefaults.txt b/doc/mididefaults.txt @@ -0,0 +1,26 @@ +Appendex A: MIDI Defaults +========================= +:Author: Paul Nasca + +.Default MIDI Connections +[width="50%"] +|=============================================== +|Parameter |GM|Controller Number + +|Pitch Blend |T |N/A +|Modulation Wheel |T |1 +|Volume |T |7 +|Pan |T |10 +|Expression |T |11 +|Sustain |T |64 +|Portamento Enable |T |65 +|Filter Q |T |71 +|Filter Cutoff |T |74 +|Bandwidth |F |75 +|Modulation Amplitude |F |76 +|Resonance Center Frequency|F |77 +|Resonance Bandwidth |F |78 +|All Sounds Off |T |120 +|Reset All Controllers |T |121 +|All Notes Off |T |123 +|=============================================== diff --git a/doc/zynaddsubfx.txt b/doc/zynaddsubfx.txt @@ -13,3 +13,4 @@ include::./lfo.txt[] include::./envelope.txt[] +include::./mididefaults.txt[]