/[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 3188 by schoenebeck, Wed Jul 13 16:52:58 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          Internally the sampler always fades the tuning from its current value to
20          the new tuning as requested, however that tuning fade by default is so fast
21          that it sounds like its value jumps directly from its old to the new value.
22          You may also override that automated fade time explicitly by calling
23          <code lang="nksp">change_tune_time()</code> before calling the
24          <code lang="nksp">change_tune()</code> function.
25        </p>
26        <p>
27        The tuning changes set by calling this function are always applied relatively to        The tuning changes set by calling this function are always applied relatively to
28        the tuning/pitch calculated by the synthesis model and sampler format. That means        the tuning/pitch calculated by the synthesis model and sampler format. That means
29        the various sources of tuning/pitch factors like MIDI pitch bend wheel, Pitch Envelopes,        the various sources of tuning/pitch factors like MIDI pitch bend wheel, Pitch Envelopes,
# Line 59  change_tune(??note??, ??tuning??, [??rel Line 67  change_tune(??note??, ??tuning??, [??rel
67          <td>Integer Number</td>          <td>Integer Number</td>
68          <td>Tuning change in milli cents.          <td>Tuning change in milli cents.
69              A positive value increases the tuning,              A positive value increases the tuning,
70              a negative value decreases the tuning.</td>              a negative value decreases the tuning.<br>
71                [required]</td>
72        </tr>        </tr>
73        <tr>        <tr>
74          <td><code>??relative??</code></td>          <td><code>??relative??</code></td>
# Line 80  change_tune(??note??, ??tuning??, [??rel Line 89  change_tune(??note??, ??tuning??, [??rel
89      <h3>Examples</h3>      <h3>Examples</h3>
90      <p>None yet.<p>      <p>None yet.<p>
91    
92        <h3>See also</h3>
93        <p><code>change_tune_time()</code><p>
94    
95      <h3>Availabilty</h3>      <h3>Availabilty</h3>
96      <p>Since LinuxSampler 2.0.0.svn11.<p>      <p>Since LinuxSampler 2.0.0.svn11.<p>
97    
98        <note>
99          The third argument of this function <code>??relative??</code> is only
100          optional with NKSP. If you want to keep compatibility with KSP, then you
101          should always pass a value for that third argument of this function.
102        </note>
103        
104    </body>    </body>
105  </html>  </html>

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

  ViewVC Help
Powered by ViewVC