JScore Transforms: Unary Copy Buffer Transforms

Methodology


Here are two examples of UnaryCopyBufferTransforms.

Converge To Mean Transform
This transform was suggested by Phil Burk.  It converges the pitches of a melody to the melody's mean pitch.  The first note of the melody will be unchanged, the last will equal the mean pitch, and all notes in between will converge closer and closer to the mean.

Hocket Transform
This transform takes a melody and splits it up over any number of parts.  A hocket probability is consulted to decide whether, for any given note, whether to hand it to another staff.

Source

View the applet source and the transform source.
 

You need Java


Previous Tutorial Index Tutorial Contents Next

 
  (C) 2000 Nick Didkovsky and Phil Burk, All Rights Reserved
  JMSL is based upon HMSL (C) Phil Burk, Larry Polansky and David Rosenboom.