// Michael J. Wilson // Music 220a Fall 2010 // Final Project // Control data public class Control { // Length of one beat static dur beat; // Various channels which will be mixed by the conductor shread: static Gain @ chan[20]; } //590.0::ms => Control.beat; 500.0::ms => Control.beat; new Gain[20] @=> Control.chan;