diff options
author | Florian Jung <flo@thinkpad.(none)> | 2011-01-08 15:00:30 +0100 |
---|---|---|
committer | Florian Jung <flo@thinkpad.(none)> | 2011-01-08 15:00:30 +0100 |
commit | 019bf74777568574696a3faca7a846a6beaa065b (patch) | |
tree | caf168eb335d488d4683288e87d3f6e63d2dd0bb /synth/README.developer | |
parent | b3404c9b79176f81cf6703921c3d22a74cd4a8bf (diff) |
Changed always_reattack (controller 3) to legato-pedal
When in monomode, not pressing the legato pedal will cause the note
always being reattacked, while pressing it will cause it to be only
reattacked if it's envelopes are done (i.e., past release phase)
When in polymode, the legato pedal is ignored, notes will always be
reattacked, because not doing so would cause interference between the
two generated sounds.
Diffstat (limited to 'synth/README.developer')
-rw-r--r-- | synth/README.developer | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/synth/README.developer b/synth/README.developer index c2ee3a2..8957815 100644 --- a/synth/README.developer +++ b/synth/README.developer @@ -12,7 +12,6 @@ regeln: TODO für todos. DEBUG für debugging-outputs und -dinge. FINDMICH nur für marker, die unmittelbar gebraucht werden. Abweichungen von General MIDI: - controller 3 steuert always_reattack im polymode controller 1 muss von der config definiert werden, sonst wird er ignoriert controller 119 steuert quick-release-zeit im falle eines voice-limits. 0 bedeutet: sofort abschalten |