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

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

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

revision 3058 by schoenebeck, Wed Apr 29 00:22:59 2015 UTC revision 3059 by schoenebeck, Fri Dec 16 13:27:09 2016 UTC
# Line 14  Line 14 
14        IDs of the particular group and allows to manipulate a set of events        IDs of the particular group and allows to manipulate a set of events
15        this way with only one call.        this way with only one call.
16      </p>      </p>
17        <p>
18          After notes died, this function may still return those recently died
19          notes' IDs for a certain while, that means for example that
20          <code lang="nksp">num_elements(by_marks($MARK_1))</code> may return a higher
21          value than the actual amount of currently active notes. This does not
22          mean that you have to remove dead notes from their groups by calling
23          <code lang="nksp">delete_event_mark()</code>. The sampler automatically
24          removes dead notes from their groups automatically after a certain
25          amount of time, and in practice this lag does not have any negative impact
26          on using this function, since all built-in functions automatically
27          detect invalid IDs and are automatically ignoring IDs of dead notes.
28        </p>
29    
30      <h3>Function Prototype</h3>      <h3>Function Prototype</h3>
31      <p/>      <p/>

Legend:
Removed from v.3058  
changed lines
  Added in v.3059

  ViewVC Help
Powered by ViewVC