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

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

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

revision 2941 by schoenebeck, Tue Jul 12 09:53:06 2016 UTC revision 3234 by schoenebeck, Sun May 28 16:21:57 2017 UTC
# Line 38  play_note(??note??, [??velocity??], [??o Line 38  play_note(??note??, [??velocity??], [??o
38          <td><code>??velocity??</code></td>          <td><code>??velocity??</code></td>
39          <td>Integer Number</td>          <td>Integer Number</td>
40          <td>Trigger velocity.<br>          <td>Trigger velocity.<br>
41              [optional, default: 127]</td>              [optional, default: <code>127</code>]</td>
42        </tr>        </tr>
43        <tr>        <tr>
44          <td><code>??offset-us??</code></td>          <td><code>??offset-us??</code></td>
45          <td>Integer Number</td>          <td>Integer Number</td>
46          <td>Start offset of the sample to be played in microseconds.<br>          <td>Start offset of the sample to be played in microseconds.<br>
47              [optional, default: 0]</td>              [optional, default: <code>0</code>]</td>
48        </tr>        </tr>
49        <tr>        <tr>
50          <td><code>??duration-us??</code></td>          <td><code>??duration-us??</code></td>
51          <td>Integer Number</td>          <td>Integer Number</td>
52          <td>Length of the note to be played in microseconds.<br>          <td>Length of the note to be played in microseconds.<br>
53              -1: The note will be stopped when the event              <code>-1</code>: The note will be stopped when the event
54                  handler's note stops (must only be used with                  handler's note stops (must only be used with
55                  <code>note</code> event handlers).<br>                  <code>note</code> event handlers).<br>
56              0: The entire note's sample will be played to its end.<br>              <code>0</code>: The entire note's sample will be played to its end.<br>
57              [optional, default: 0]</td>              [optional, default: <code>0</code>]</td>
58        </tr>        </tr>
59      </table>      </table>
60    

Legend:
Removed from v.2941  
changed lines
  Added in v.3234

  ViewVC Help
Powered by ViewVC