/[svn]/doc/docbase/instrument_scripts/nksp/reference/01_nksp_reference.html
ViewVC logotype

Diff of /doc/docbase/instrument_scripts/nksp/reference/01_nksp_reference.html

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

revision 2949 by schoenebeck, Fri Jul 15 15:33:43 2016 UTC revision 2966 by schoenebeck, Mon Jul 18 09:56:23 2016 UTC
# Line 63  Line 63 
63          <td><code>num_elements()</code></td>          <td><code>num_elements()</code></td>
64          <td>Returns the size of the requested array variable.</td>          <td>Returns the size of the requested array variable.</td>
65        </tr>        </tr>
66          <tr>
67            <td><code>sh_left()</code></td>
68            <td>Calculates a left bit shifted value.</td>
69          </tr>
70          <tr>
71            <td><code>sh_right()</code></td>
72            <td>Calculates a right bit shifted value.</td>
73          </tr>
74      </table>      </table>
75            
76      <h3>Common Sampler Functions</h3>      <h3>Common Sampler Functions</h3>
# Line 99  Line 107 
107          <td>Changes filter resonance of voices.</td>          <td>Changes filter resonance of voices.</td>
108        </tr>        </tr>
109        <tr>        <tr>
110            <td><code>change_attack()</code></td>
111            <td>Modifies the attack time of voices.</td>
112          </tr>
113          <tr>
114            <td><code>change_decay()</code></td>
115            <td>Modifies the decay time of voices.</td>
116          </tr>
117          <tr>
118            <td><code>change_release()</code></td>
119            <td>Modifies the release time of voices.</td>
120          </tr>
121          <tr>
122          <td><code>event_status()</code></td>          <td><code>event_status()</code></td>
123          <td>Checks and returns whether a particular note is still alive.</td>          <td>Checks and returns whether a particular note is still alive.</td>
124        </tr>        </tr>

Legend:
Removed from v.2949  
changed lines
  Added in v.2966

  ViewVC Help
Powered by ViewVC