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

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

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

revision 3189 by schoenebeck, Fri May 19 14:26:05 2017 UTC revision 3604 by schoenebeck, Tue Sep 17 17:37:51 2019 UTC
# Line 72  change_tune(??note??, ??tuning??, [??rel Line 72  change_tune(??note??, ??tuning??, [??rel
72        </tr>        </tr>
73        <tr>        <tr>
74          <td><code>??relative??</code></td>          <td><code>??relative??</code></td>
75          <td>Integer Number</td>          <td>Integer&nbsp;Number&nbsp;or<br>
76                Real&nbsp;Number</td>
77          <td>Whether change_tune() calls should be relative to each other.<br>          <td>Whether change_tune() calls should be relative to each other.<br>
78              0: A call to <code>change_tune()</code> upon the same note will              <code>0</code>: A call to <code>change_tune()</code> upon the same note will
79                 replace the tuning change value set by previous                 replace the tuning change value set by previous
80                 <code>change_tune()</code> calls upon the same note.<br>                 <code>change_tune()</code> calls upon the same note.<br>
81              1: Successive calls to <code>change_tune()</code> upon the same              <code>1</code>: Successive calls to <code>change_tune()</code> upon the same
82                 note will be relatively applied against each other.<br>                 note will be relatively applied against each other.<br>
83              [optional, default: 0]</td>              [optional, default: <code>0</code>]</td>
84        </tr>        </tr>
85      </table>      </table>
86    
87      <h3>Return Value</h3>      <h3>Return Value</h3>
88      <p>None.</p>      <p>None.</p>
89    
90        <h3>Remarks</h3>
91        <p>
92          This functions optionally accepts <code>c</code> for "Cents" as standard unit and
93          finalness for its argument <code>??tuning??</code>.
94        </p>
95    
96      <h3>Examples</h3>      <h3>Examples</h3>
97      <p>None yet.<p>      <p>None yet.<p>
98    
99      <h3>See also</h3>      <h3>See also</h3>
100      <p><code>change_tune_time()</code><p>      <p><code>change_tune_time()</code><p>
101    
102      <h3>Availabilty</h3>      <h3>Availability</h3>
103      <p>Since LinuxSampler 2.0.0.svn11.<p>      <p>Since LinuxSampler 2.0.0.svn11.<p>
104    
105      <note>      <note>

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

  ViewVC Help
Powered by ViewVC