/[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 3214 by schoenebeck, Sat May 20 14:27:01 2017 UTC revision 3215 by schoenebeck, Thu May 25 15:08:50 2017 UTC
# 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 65  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>Availability</h3>      <h3>Availability</h3>
72      <p>Since LinuxSampler 2.0.0.svn46.<p>      <p>Since LinuxSampler 2.0.0.svn46.<p>

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

  ViewVC Help
Powered by ViewVC