/[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 2944 by schoenebeck, Wed Jul 13 16:52:58 2016 UTC revision 3233 by schoenebeck, Sun May 28 16:09:56 2017 UTC
# Line 57  change_pan(??note??, ??pan??, [??relativ Line 57  change_pan(??note??, ??pan??, [??relativ
57        <tr>        <tr>
58          <td><code>??pan??</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>
65          <td>Integer Number</td>          <td>Integer Number</td>
66          <td>Whether change_pan() calls should be relative to each other.<br>          <td>Whether change_pan() calls should be relative to each other.<br>
67              0: A call to <code>change_pan()</code> upon the same note will              <code>0</code>: A call to <code>change_pan()</code> upon the same note will
68                 replace the panning change value set by previous                 replace the panning change value set by previous
69                 <code>change_pan()</code> calls upon the same note.<br>                 <code>change_pan()</code> calls upon the same note.<br>
70              1: Successive calls to <code>change_pan()</code> upon the same              <code>1</code>: Successive calls to <code>change_pan()</code> upon the same
71                 note will be relatively applied against each other.<br>                 note will be relatively applied against each other.<br>
72              [optional, default: 0]</td>              [optional, default: <code>0</code>]</td>
73        </tr>        </tr>
74      </table>      </table>
75    
# Line 78  change_pan(??note??, ??pan??, [??relativ Line 79  change_pan(??note??, ??pan??, [??relativ
79      <h3>Examples</h3>      <h3>Examples</h3>
80      <p>None yet.<p>      <p>None yet.<p>
81    
82      <h3>Availabilty</h3>      <h3>Availability</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.2944  
changed lines
  Added in v.3233

  ViewVC Help
Powered by ViewVC