/[svn]/doc/docbase/instrument_scripts/nksp/reference/functions/nksp_change_pan_function.html
ViewVC logotype

Diff of /doc/docbase/instrument_scripts/nksp/reference/functions/nksp_change_pan_function.html

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

revision 2932 by schoenebeck, Sat Jul 9 14:41:00 2016 UTC revision 3189 by schoenebeck, Fri May 19 14:26:05 2017 UTC
# Line 16  Line 16 
16        all layers.        all layers.
17      </p>      </p>
18      <p>      <p>
19        The panning changes set by calling function are always applied relatively to        The panning changes set by calling this function are always applied relatively to
20        the panning/balance calculated by the synthesis model and sampler format. That means        the panning/balance calculated by the synthesis model and sampler format. That means
21        the various sources of panning/balance factors like MIDI CC #10 and other panning        the various sources of panning/balance factors like MIDI CC #10 and other panning
22        factors that may be defined by the instrument patch, are always processed and        factors that may be defined by the instrument patch, are always processed and
# Line 50  change_pan(??note??, ??pan??, [??relativ Line 50  change_pan(??note??, ??pan??, [??relativ
50        </tr>        </tr>
51        <tr>        <tr>
52          <td><code>??note??</code></td>          <td><code>??note??</code></td>
53          <td>Note ID Number</td>          <td>Note ID Number or Note ID Array</td>
54          <td>All voices of this note will be modified.<br>          <td>All voices of this note will be modified.<br>
55              [required]</td>              [required]</td>
56        </tr>        </tr>
57        <tr>        <tr>
58          <td><code>??panning??</code></td>          <td><code>??pan??</code></td>
59          <td>Integer Number</td>          <td>Integer Number</td>
60          <td>Value between -1000 (most left) and +1000 (most right).</td>          <td>Value between -1000 (most left) and +1000 (most right).<br>
61                [required]</td>
62        </tr>        </tr>
63        <tr>        <tr>
64          <td><code>??relative??</code></td>          <td><code>??relative??</code></td>
# Line 81  change_pan(??note??, ??pan??, [??relativ Line 82  change_pan(??note??, ??pan??, [??relativ
82      <h3>Availabilty</h3>      <h3>Availabilty</h3>
83      <p>Since LinuxSampler 2.0.0.svn11.<p>      <p>Since LinuxSampler 2.0.0.svn11.<p>
84    
85        <note>
86          The third argument of this function <code>??relative??</code> is only
87          optional with NKSP. If you want to keep compatibility with KSP, then you
88          should always pass a value for that third argument of this function.
89        </note>
90    
91    </body>    </body>
92  </html>  </html>

Legend:
Removed from v.2932  
changed lines
  Added in v.3189

  ViewVC Help
Powered by ViewVC