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

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

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

revision 3215 by schoenebeck, Thu May 25 15:08:50 2017 UTC revision 3220 by schoenebeck, Fri May 26 11:06:18 2017 UTC
# Line 20  Line 20 
20        event processing chain and thus the note's velocity can no longer be        event processing chain and thus the note's velocity can no longer be
21        changed.        changed.
22      </p>      </p>
23        <p>
24          Note that the new velocity set by this function only affects the
25          resulting new voices, it does not modify the actual MIDI event.
26          That means the new voices behave as if the MIDI event itself was
27          modified, that is for the new voices the instrument's synthesis
28          parameter case and sample (i.e. if velocity splits are defined for
29          the instrument) is selected based upon the new velocity.
30        </p>
31        <p>
32          However outside the scope of new voices the old MIDI note number is
33          retained. That means all other common MIDI processing tasks of the
34          sampler are not affected by this function at all.
35        </p>
36    
37      <h3>Function Prototype</h3>      <h3>Function Prototype</h3>
38      <p/>      <p/>

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

  ViewVC Help
Powered by ViewVC