/[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 3679 by schoenebeck, Fri Dec 27 23:31:04 2019 UTC revision 3692 by schoenebeck, Fri Jan 3 13:55:56 2020 UTC
# Line 370  Line 370 
370          <td><code>set_event_par()</code></td>          <td><code>set_event_par()</code></td>
371          <td>Change the value of a specific note parameter.</td>          <td>Change the value of a specific note parameter.</td>
372        </tr>        </tr>
373          <tr>
374            <td><code>set_nrpn()</code></td>
375            <td>Creates a MIDI NRPN event.</td>
376          </tr>
377          <tr>
378            <td><code>set_rpn()</code></td>
379            <td>Creates a MIDI RPN event.</td>
380          </tr>
381      </table>      </table>
382    
383      <h3>GigaStudio Format Functions</h3>      <h3>GigaStudio Format Functions</h3>
# Line 545  Line 553 
553          <td>Built-in constant reflecting a <code>controller</code> event handler type.</td>          <td>Built-in constant reflecting a <code>controller</code> event handler type.</td>
554        </tr>        </tr>
555        <tr>        <tr>
556            <td><code>$NI_CB_TYPE_RPN</code></td>
557            <td>Built-in constant reflecting a <code>rpn</code> event handler type.</td>
558          </tr>
559          <tr>
560            <td><code>$NI_CB_TYPE_NRPN</code></td>
561            <td>Built-in constant reflecting a <code>nrpn</code> event handler type.</td>
562          </tr>
563          <tr>
564          <td><code>$NI_MATH_E</code></td>          <td><code>$NI_MATH_E</code></td>
565          <td>Base of the natural logarithm (approximately being <code>2.71828</code>)</td>          <td>Base of the natural logarithm (approximately being <code>2.71828</code>)</td>
566        </tr>        </tr>
# Line 678  Line 694 
694          <td>Used to select a fade curve with linear shape.</td>          <td>Used to select a fade curve with linear shape.</td>
695        </tr>        </tr>
696        <tr>        <tr>
697            <td><code>$RPN_ADDRESS</code></td>
698            <td>Used to get the RPN / NRPN parameter number that had been changed in a
699                <code>rpn</code> or <code>nrpn</code> event handler.</td>
700          </tr>
701          <tr>
702            <td><code>$RPN_VALUE</code></td>
703            <td>Used to get the new RPN / NRPN value in a
704                <code>rpn</code> or <code>nrpn</code> event handler.</td>
705          </tr>
706          <tr>
707          <td><code>$VCC_MONO_AT</code></td>          <td><code>$VCC_MONO_AT</code></td>
708          <td>Constant identifying the MIDI monophonic aftertouch controller (also          <td>Constant identifying the MIDI monophonic aftertouch controller (also
709              called <i title="Amount of force on held-down key.">              called <i title="Amount of force on held-down key.">

Legend:
Removed from v.3679  
changed lines
  Added in v.3692

  ViewVC Help
Powered by ViewVC