Phrase Reich; Reich.setKey(61); //C#4 Reich.setTempo(0.4); //bpm Reich.setMasterGain(0.5); Reich.meterIs(6,4); [0, 5, 8, 7, 10, 0, 5, 8, 7, 10] @=> int notes[]; //always normalize to 0... [0.5, 0.5, 0.5, 0.5, 1.5, 0.5, 0.5, 0.5, 0.5, 0.5] @=> float rhythm[];// in terms of quarters... //dac => WvOut w => blackhole; //"C:/Users/emgraber/Documents/Stanford/220c/Reich2.wav" => w.wavFilename; Reich.play(notes, rhythm); //w.closeFile();