GENERATE ENTRY DELAYS FROM MYHILL DISTRIBUTION
This distribution maintains the balance of long to short durations that
makes the logarithmic distribution appealing, additionally
giving you control over mean AND variance.
get the max threshold value set by the user, scaled to the values meaningful to currently
displayed musicshape's currently dimension, clipped to current dimension's limits
get the min threshold value set by the user, scaled to the values meaningful to currently
displayed musicshape's currently dimension, clipped to current dimension's limits
get the inversion value set by the user (drawn in magenta), scaled to the values meaningful
to currently displayed musicshape's currently displayed dimension.
voices is a hashtable whose keys are synthnotes returned by allocator.steal() ( called in
on() method), and whose values are the pitch which they were used to bang.
Generate a CSound score file using statistical distributions of grains read from input sound file
Example of one line of output:
; ins strt dur amp skip atk rel pan
i1 0 0.01 .5 0 .0025 .0025 0.5
Assumes a CSound orc file like the following, where "aiff\marimba.aif" is the source for grains and has length 0.126 sec.