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

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

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

revision 3600 by schoenebeck, Fri Oct 27 21:22:00 2017 UTC revision 3601 by schoenebeck, Mon Sep 16 16:03:36 2019 UTC
# Line 51  change_attack(??note??, ??time??) Line 51  change_attack(??note??, ??time??)
51        </tr>        </tr>
52        <tr>        <tr>
53          <td><code>??note??</code></td>          <td><code>??note??</code></td>
54          <td>Note ID Number or Note ID Array</td>          <td>Note ID Number or
55                Note ID Array</td>
56          <td>All voices of this note will be modified.<br>          <td>All voices of this note will be modified.<br>
57              [required]</td>              [required]</td>
58        </tr>        </tr>
59        <tr>        <tr>
60          <td><code>??time??</code></td>          <td><code>??time??</code></td>
61          <td>Integer Number</td>          <td>Integer Number or<br>
62                Real Number</td>
63          <td>Attack Time Value (abstract non-negative value,          <td>Attack Time Value (abstract non-negative value,
64              <code>0</code> for shortest time, <code>1000000</code> for neutral time factor,              <code>0</code> for shortest time, <code>1000000</code> for neutral time factor,
65              <code>2000000</code> for doubling the effective attack time).<br>              <code>2000000</code> for doubling the effective attack time).<br>
# Line 68  change_attack(??note??, ??time??) Line 70  change_attack(??note??, ??time??)
70      <h3>Return Value</h3>      <h3>Return Value</h3>
71      <p>None.</p>      <p>None.</p>
72    
73        <h3>Remarks</h3>
74        <p>
75          This functions optionally accepts <code>s</code> as standard unit and
76          finalness for its argument <code>??time??</code>.
77        </p>
78    
79      <h3>Examples</h3>      <h3>Examples</h3>
80      <p>None yet.<p>      <p>None yet.<p>
81    

Legend:
Removed from v.3600  
changed lines
  Added in v.3601

  ViewVC Help
Powered by ViewVC