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

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

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

revision 3194 by schoenebeck, Sat May 20 13:37:20 2017 UTC revision 3195 by schoenebeck, Sat May 20 14:05:28 2017 UTC
# Line 2  Line 2 
2    <head>    <head>
3      <meta name="author" content="Christian Schoenebeck">      <meta name="author" content="Christian Schoenebeck">
4      <title>set_event_par() function</title>      <title>set_event_par() function</title>
5      <meta name="description" content="Change the current value of a specific note parameter.">      <meta name="description" content="Change the value of a specific note parameter.">
6    </head>    </head>
7    <body>    <body>
8      <h1>set_event_par()</h1>      <h1>set_event_par()</h1>
# Line 26  set_event_par(??note??, ??parameter??, ? Line 26  set_event_par(??note??, ??parameter??, ?
26      <h3>Arguments</h3>      <h3>Arguments</h3>
27      <table>      <table>
28        <tr>        <tr>
29          <th>Argument Name</th> <th>Data Type</th> <th>Description</th>          <th>Argument&nbsp;Name</th> <th>Data&nbsp;Type</th> <th>Description</th>
30        </tr>        </tr>
31        <tr>        <tr>
32          <td><code>??note??</code></td>          <td><code>??note??</code></td>
# Line 48  set_event_par(??note??, ??parameter??, ? Line 48  set_event_par(??note??, ??parameter??, ?
48              as an alternative to <a href="nksp.html#polyphonic_variables">polyphonic variables</a>.<br>              as an alternative to <a href="nksp.html#polyphonic_variables">polyphonic variables</a>.<br>
49              [required]</td>              [required]</td>
50        </tr>        </tr>
51          <tr>
52            <td><code>??value??</code></td>
53            <td>Integer Number</td>
54            <td>The new value to set for the selected <code>??parameter??</code>.
55                The precise value range and meaning differs and depends on the
56                respective parameter (see description of argument <code>??parameter??</code> above).<br>
57                [required]</td>
58          </tr>
59      </table>      </table>
60    
61      <h3>Return Value</h3>      <h3>Return Value</h3>

Legend:
Removed from v.3194  
changed lines
  Added in v.3195

  ViewVC Help
Powered by ViewVC