/[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 2939 by schoenebeck, Tue Apr 19 16:09:52 2016 UTC revision 2940 by schoenebeck, Tue Jul 12 09:50:03 2016 UTC
# Line 7  Line 7 
7    <body>    <body>
8      <h1>play_note()</h1>      <h1>play_note()</h1>
9      <p>      <p>
10        Triggers a new note to be played by the sampler. This is like generating        Triggers a new note to be played by the sampler. This is almost
11          like generating
12        a new MIDI note-on event programmatically, with the difference though        a new MIDI note-on event programmatically, with the difference though
13        that triggering a note programmatically this way does not cause a        that triggering a note programmatically this way does not cause a
14        <code>note</code> event handler to be executed for the new note.        <code>note</code> event handler to be executed for the new note, nor
15          will any MIDI specific note-on handling be done (i.e. it will have
16          no effect on key switching or on the status of built-in array variable
17          <code>%KEY_DOWN[]</code>).
18      </p>      </p>
19            
20      <h3>Function Prototype</h3>      <h3>Function Prototype</h3>

Legend:
Removed from v.2939  
changed lines
  Added in v.2940

  ViewVC Help
Powered by ViewVC