/[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 3215 by schoenebeck, Thu May 25 15:08:50 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 38  set_event_par(??note??, ??parameter??, ? Line 38  set_event_par(??note??, ??parameter??, ?
38          <td><code>??parameter??</code></td>          <td><code>??parameter??</code></td>
39          <td>Integer Number</td>          <td>Integer Number</td>
40          <td>The actual parameter whose value should be modified. This must be one of the following built-in constants:<br>          <td>The actual parameter whose value should be modified. This must be one of the following built-in constants:<br>
41              <code>$EVENT_PAR_NOTE</code>: Change the note's MIDI note number (only possible when note is new).<br>              <code>$EVENT_PAR_NOTE</code>: Change the note's MIDI note number (only possible when note is new; equivalent to <code>change_note()</code>).<br>
42              <code>$EVENT_PAR_TUNE</code>: Change the note's tuning in milli cents (currently ignored, use <code>change_tune()</code> instead).<br>              <code>$EVENT_PAR_TUNE</code>: Change the note's tuning in milli cents (currently ignored, use <code>change_tune()</code> instead).<br>
43              <code>$EVENT_PAR_VELOCITY</code>: Change the note's MIDI note velocity (only possible when note is new).<br>              <code>$EVENT_PAR_VELOCITY</code>: Change the note's MIDI note velocity (only possible when note is new; equivalent to <code>change_velo()</code>).<br>
44              <code>$EVENT_PAR_VOLUME</code>: Change the note's volume (currently ignored, use <code>change_vol()</code> instead).<br>              <code>$EVENT_PAR_VOLUME</code>: Change the note's volume (currently ignored, use <code>change_vol()</code> instead).<br>
45              <code>$EVENT_PAR_0</code> to <code>$EVENT_PAR_3</code>: To change the current value of one of the 4              <code>$EVENT_PAR_0</code> to <code>$EVENT_PAR_3</code>: To change the current value of one of the 4
46              available user specific parameters. Those user parameters are not used by the sampler itself, they can be              available user specific parameters. Those user parameters are not used by the sampler itself, they can be
# 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>
# Line 57  set_event_par(??note??, ??parameter??, ? Line 65  set_event_par(??note??, ??parameter??, ?
65      <p>None yet.<p>      <p>None yet.<p>
66    
67      <h3>See also</h3>      <h3>See also</h3>
68      <p><code>get_event_par()</code>, <code>change_vol()</code>, <code>change_tune()</code><p>      <p><code>get_event_par()</code>, <code>change_vol()</code>, <code>change_tune()</code>,
69           <code>change_note()</code>, <code>change_velo()</code><p>
70    
71      <h3>Availabilty</h3>      <h3>Availability</h3>
72      <p>Since LinuxSampler 2.0.0.svn46.<p>      <p>Since LinuxSampler 2.0.0.svn46.<p>
73    
74    </body>    </body>

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

  ViewVC Help
Powered by ViewVC