diff options
Diffstat (limited to 'tools/mq_editor/editor.js')
| -rw-r--r-- | tools/mq_editor/editor.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/mq_editor/editor.js b/tools/mq_editor/editor.js index f57e177..97d8a7a 100644 --- a/tools/mq_editor/editor.js +++ b/tools/mq_editor/editor.js @@ -219,7 +219,7 @@ class PartialEditor { const resObj = partial.resonator || {}; const resParams = [ - { key: 'r', label: 'r (pole)', step: '0.001', min: '0', max: '0.9999', + { key: 'r', label: 'r (pole)', step: '0.001', min: '0.75', max: '0.9999', title: 'Pole radius. r→1 = narrow bandwidth / long ring. r→0 = wide / fast decay.' }, { key: 'gainComp', label: 'gain', step: '0.01', min: '0', max: '100', title: 'Output gain multiplier (gainNorm=√(1-r²) normalises power; use this to trim level).' }, |
