/[svn]/web/trunk/www.linuxsampler.org/sfz/index.php
ViewVC logotype

Diff of /web/trunk/www.linuxsampler.org/sfz/index.php

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 2259 by persson, Sun Aug 21 10:19:40 2011 UTC revision 2260 by persson, Sun Aug 21 10:20:40 2011 UTC
# Line 171  include '../tmpl/header.php'; Line 171  include '../tmpl/header.php';
171    
172  <tr><td class="decocomp_header" colspan="3">Amplifier</td></tr>  <tr><td class="decocomp_header" colspan="3">Amplifier</td></tr>
173  <tr><td class="decocomp">volume</td><td style="background: #90ff90; text-align: center">Yes</td><td class="decocomp">&nbsp;</td></tr>  <tr><td class="decocomp">volume</td><td style="background: #90ff90; text-align: center">Yes</td><td class="decocomp">&nbsp;</td></tr>
174  <tr><td class="decocomp">pan</td><td style="background: #90ff90; text-align: center">Yes</td><td>Works, but can be fine-tuned. sfzplayer uses L=cos((100 + pan) / 200 * pi / 2) * sqrt(2), Dimension LE uses L=sqrt((100 - x) / 100), but LS uses a line-approximation measured from GigaStudio, which lies somewhere between to other two.</td></tr>  <tr><td class="decocomp">pan</td><td style="background: #90ff90; text-align: center">Yes</td><td class="decocomp">Works, but can be fine-tuned. sfzplayer uses L=cos((100 + pan) / 200 * pi / 2) * sqrt(2), Dimension LE uses L=sqrt((100 - x) / 100), but LS uses a line-approximation measured from GigaStudio, which lies somewhere between to other two.</td></tr>
175  <tr><td class="decocomp">width</td><td style="background: #ff9090; text-align: center">No</td><td class="decocomp">&nbsp;</td></tr>  <tr><td class="decocomp">width</td><td style="background: #ff9090; text-align: center">No</td><td class="decocomp">&nbsp;</td></tr>
176  <tr><td class="decocomp">position</td><td style="background: #ff9090; text-align: center">No</td><td class="decocomp">&nbsp;</td></tr>  <tr><td class="decocomp">position</td><td style="background: #ff9090; text-align: center">No</td><td class="decocomp">&nbsp;</td></tr>
177  <tr><td class="decocomp">amp_keytrack</td><td style="background: #ff9090; text-align: center">No</td><td class="decocomp">&nbsp;</td></tr>  <tr><td class="decocomp">amp_keytrack</td><td style="background: #ff9090; text-align: center">No</td><td class="decocomp">&nbsp;</td></tr>

Legend:
Removed from v.2259  
changed lines
  Added in v.2260

  ViewVC Help
Powered by ViewVC