Description Usage Arguments Examples
Given a tracks object, extract a subset based on upper and lower bounds of a certain measure. For instance, extract all tracks with a certain minimum length.
1 | selectTracks(x, measure, lower, upper)
|
x |
the input tracks. |
measure |
measure on which the selection is based (see TrackMeasures). |
lower |
specifies the lower bound (inclusive) of the allowable measure. |
upper |
specifies the upper bound (inclusive) of the allowable measure. |
1 2 | |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.