//hw3_granular_orchestration.ck Machine.add("/Users/hannahleechoi/Documents/hw3_final_submit/hw3_bell4.ck") => int hw3_bell4_ID; 14.00::second => now; Machine.add("/Users/hannahleechoi/Documents/hw3_final_submit/hw3_chimes.ck") => int hw3_chimes_ID; 5.00::second => now; Machine.add("/Users/hannahleechoi/Documents/hw3_final_submit/hw3_ohm_singing_cool2_cut1.ck") => int hw3_ohm_singing_cool2_cut1_ID; 12.00::second => now; Machine.add("/Users/hannahleechoi/Documents/hw3_final_submit/hw3_ohm_singing_cool2_cut2.ck") => int hw3_ohm_singing_cool2_cut2_ID; 11.45::second => now; Machine.add("/Users/hannahleechoi/Documents/hw3_final_submit/hw3_bell_outside.ck") => int hw3_bell_outside_ID; 18.7::second => now; Machine.add("/Users/hannahleechoi/Documents/hw3_final_submit/hw3_wind_chime_gamelan_gong_a.ck") => int hw3_wind_chime_gamelan_gong_a_ID; 3.85::second => now; Machine.add("/Users/hannahleechoi/Documents/hw3_final_submit/hw3_short_eerie_chorus.ck") => int hw3_short_eerie_chorus_ID; 12.5::second => now; Machine.remove(hw3_chimes_ID); Machine.remove(hw3_short_eerie_chorus_ID); Machine.remove(hw3_bell_outside_ID); 4.58::second => now; Machine.remove(hw3_ohm_singing_cool2_cut1_ID); Machine.remove(hw3_ohm_singing_cool2_cut2_ID); Machine.remove(hw3_wind_chime_gamelan_gong_a_ID); 18.00::second => now; Machine.remove(hw3_bell4_ID); 0.8::second => now; Machine.add("/Users/hannahleechoi/Documents/hw3_final_submit/Granulator_1.ck") => int Granulator_1_ID; 16.4::second => now; Machine.add("/Users/hannahleechoi/Documents/hw3_final_submit/Granulator_2.ck") => int Granulator_2_ID; 18.6::second => now; Machine.add("/Users/hannahleechoi/Documents/hw3_final_submit/Granulator_3.ck") => int Granulator_3_ID; 6.7::second => now; Machine.remove(Granulator_1_ID); 15.5::second => now; Machine.remove(Granulator_2_ID); 26.0::second => now; Machine.remove(Granulator_3_ID);