changeset 40:776694bcbd02

removed text and fixed key commands for tempo
author Andrew N Robertson <andrew.robertson@eecs.qmul.ac.uk>
date Mon, 19 Dec 2011 23:28:21 +0000
parents 5685ef75550c
children 60c1f0fbc8f4
files jnmr/midiEventHolder.cpp jnmr/testApp.cpp maxPatchToPlayFiles/playMidiTranscription6.maxpat
diffstat 3 files changed, 2359 insertions(+), 2289 deletions(-) [+]
line wrap: on
line diff
--- a/jnmr/midiEventHolder.cpp	Fri Dec 16 18:00:53 2011 +0000
+++ b/jnmr/midiEventHolder.cpp	Mon Dec 19 23:28:21 2011 +0000
@@ -39,7 +39,7 @@
 	bayesStruct.speedDecayWidth = 40;
 	bayesStruct.speedDecayAmount = 10;
 	
-	
+	drawTempoMode = false;
 	//there is option to use MAP estinate or integral in beayesianarraystricture class
 	
 	runningInRealTime = true;
@@ -1094,7 +1094,7 @@
 	bayesStruct.drawArraysRelativeToTimeframe(timeOffsetForScreen, timeOffsetForScreen + getEventTimeMillis(ticksPerScreen));
 	
 	if (drawTempoMode)
-	bayesStruct.drawTempoArrays();
+		bayesStruct.drawTempoArrays();
 	
 	
 	ofSetColor(0, 0, 0);
--- a/jnmr/testApp.cpp	Fri Dec 16 18:00:53 2011 +0000
+++ b/jnmr/testApp.cpp	Mon Dec 19 23:28:21 2011 +0000
@@ -75,7 +75,7 @@
 	screenHeight = ofGetHeight();
 	midiEvents.screenWidth = &screenWidth;
 	midiEvents.screenHeight = &screenHeight;
-	midiEvents.drawTempoMode = true;
+	//midiEvents.drawTempoMode = true;
 	ofSetFrameRate(30);
 	
 	midiEvents.ticksPerScreen += 4000;
@@ -258,11 +258,15 @@
 }
 
 void testApp::sendNoteToMuseScore(){
-	if (midiEvents.recordedNoteOnMatrix.size() > 0){
-	int ticks = midiEvents.recordedNoteOnMatrix[midiEvents.bestMatchIndex][0];
-	int pitch = midiEvents.recordedNoteOnMatrix[midiEvents.bestMatchIndex][1];
-//	printf("sending to muse score %i, %i \n", ticks, pitch);
-	sendNoteDataByOsc(pitch, ticks);
+	int noteToSendIndex = lastScoreIndexSent;
+	while (noteToSendIndex < midiEvents.bestMatchIndex){
+		noteToSendIndex++;
+		if (midiEvents.recordedNoteOnMatrix.size() > 0 && noteToSendIndex < midiEvents.recordedNoteOnMatrix.size()){
+			int ticks = midiEvents.recordedNoteOnMatrix[noteToSendIndex][0];//midiEvents.bestMatchIndex
+			int pitch = midiEvents.recordedNoteOnMatrix[noteToSendIndex][1];
+			//	printf("sending to muse score %i, %i \n", ticks, pitch);
+			sendNoteDataByOsc(pitch, ticks);
+		}
 	}
 	/*
 		ofxOscMessage m;
@@ -362,7 +366,7 @@
 	
 	midiEvents.drawMidiFile(noteInStream.midiInputEvents);
 
-	drawMuseScoreText();
+	//drawMuseScoreText();
 	
 	ofSetHexColor(0x000000);
 	ofDrawBitmapString(midiPortName, 20, ofGetHeight() - 20);
@@ -464,12 +468,18 @@
 	}
 
 	if (key == 'l')
-		
-		
-		//midiEvents.bayesStruct.decaySpeedDistribution(100);
+		midiEvents.bayesStruct.decaySpeedDistribution(100);
 	
-	if (key == 't')
+	if (key == 'f'){
+		//flip
 		midiEvents.drawTempoMode = !midiEvents.drawTempoMode;
+		midiEvents.drawPhaseMode = !midiEvents.drawPhaseMode;
+	}
+	
+	
+	if (key == 't'){
+		midiEvents.drawTempoMode = !midiEvents.drawTempoMode;
+	}
 	
 	if (key == 'y')
 		midiEvents.drawPhaseMode = !midiEvents.drawPhaseMode;
--- a/maxPatchToPlayFiles/playMidiTranscription6.maxpat	Fri Dec 16 18:00:53 2011 +0000
+++ b/maxPatchToPlayFiles/playMidiTranscription6.maxpat	Mon Dec 19 23:28:21 2011 +0000
@@ -1,9 +1,9 @@
 {
 	"patcher" : 	{
 		"fileversion" : 1,
-		"rect" : [ 412.0, 44.0, 1089.0, 872.0 ],
+		"rect" : [ 647.0, 194.0, 1089.0, 872.0 ],
 		"bglocked" : 0,
-		"defrect" : [ 412.0, 44.0, 1089.0, 872.0 ],
+		"defrect" : [ 647.0, 194.0, 1089.0, 872.0 ],
 		"openrect" : [ 0.0, 0.0, 0.0, 0.0 ],
 		"openinpresentation" : 1,
 		"default_fontsize" : 10.0,
@@ -20,15 +20,57 @@
 		"devicewidth" : 0.0,
 		"boxes" : [ 			{
 				"box" : 				{
+					"maxclass" : "comment",
+					"text" : "set prior on start",
+					"patching_rect" : [ 739.0, 374.0, 150.0, 19.0 ],
+					"presentation" : 1,
+					"id" : "obj-47",
+					"fontname" : "Verdana",
+					"numinlets" : 1,
+					"numoutlets" : 0,
+					"fontsize" : 10.0,
+					"presentation_rect" : [ 327.0, 93.0, 150.0, 19.0 ]
+				}
+
+			}
+, 			{
+				"box" : 				{
+					"maxclass" : "toggle",
+					"patching_rect" : [ 712.0, 373.0, 20.0, 20.0 ],
+					"presentation" : 1,
+					"id" : "obj-39",
+					"numinlets" : 1,
+					"numoutlets" : 1,
+					"outlettype" : [ "int" ],
+					"presentation_rect" : [ 300.0, 92.0, 20.0, 20.0 ]
+				}
+
+			}
+, 			{
+				"box" : 				{
+					"maxclass" : "newobj",
+					"text" : "gate",
+					"patching_rect" : [ 710.0, 401.0, 33.0, 19.0 ],
+					"id" : "obj-21",
+					"fontname" : "Verdana",
+					"numinlets" : 2,
+					"numoutlets" : 1,
+					"fontsize" : 10.0,
+					"outlettype" : [ "" ]
+				}
+
+			}
+, 			{
+				"box" : 				{
 					"maxclass" : "message",
 					"text" : "prefix /Users/andrew/Documents/work/MuseScore/RWC/Muller_warp",
-					"outlettype" : [ "" ],
+					"patching_rect" : [ 516.0, 41.0, 363.0, 17.0 ],
+					"id" : "obj-106",
+					"fontname" : "Verdana",
+					"numinlets" : 2,
+					"numoutlets" : 1,
 					"fontsize" : 10.0,
-					"numinlets" : 2,
-					"patching_rect" : [ 516.0, 41.0, 363.0, 17.0 ],
-					"numoutlets" : 1,
-					"id" : "obj-106",
-					"fontname" : "Verdana"
+					"outlettype" : [ "" ]
 				}
 
 			}
@@ -36,30 +78,30 @@
 				"box" : 				{
 					"maxclass" : "newobj",
 					"text" : "prepend open",
-					"outlettype" : [ "" ],
+					"patching_rect" : [ 267.0, 45.0, 82.0, 20.0 ],
+					"id" : "obj-101",
+					"fontname" : "Arial",
+					"numinlets" : 1,
+					"numoutlets" : 1,
 					"fontsize" : 11.595187,
-					"numinlets" : 1,
-					"patching_rect" : [ 267.0, 45.0, 82.0, 20.0 ],
-					"numoutlets" : 1,
-					"id" : "obj-101",
-					"fontname" : "Arial"
+					"outlettype" : [ "" ]
 				}
 
 			}
 , 			{
 				"box" : 				{
 					"maxclass" : "umenu",
-					"outlettype" : [ "int", "", "" ],
-					"autopopulate" : 1,
-					"fontsize" : 10.0,
-					"items" : [ "playMidiTranscription6.maxpat", ",", "RM-C001_warped.mid", ",", "RM-C002_warped.mid", ",", "RM-C003_warped.mid", ",", "RM-C004_warped.mid", ",", "RM-C005_warped.mid", ",", "RM-C006_warped.mid", ",", "RM-C007_warped.mid", ",", "RM-C008_warped.mid", ",", "RM-C009_warped.mid", ",", "RM-C010_warped.mid", ",", "RM-C011_warped.mid", ",", "RM-C012_warped.mid", ",", "RM-C013_warped.mid", ",", "RM-C014_warped.mid", ",", "RM-C015_warped.mid", ",", "RM-C016_warped.mid", ",", "RM-C017_warped.mid", ",", "RM-C018_warped.mid", ",", "RM-C019_warped.mid", ",", "RM-C020_warped.mid", ",", "RM-C021_warped.mid", ",", "RM-C022_warped.mid", ",", "RM-C023A_warped.mid", ",", "RM-C023B_warped.mid", ",", "RM-C023C_warped.mid", ",", "RM-C023D_warped.mid", ",", "RM-C023E_warped.mid", ",", "RM-C024A_warped.mid", ",", "RM-C024B_warped.mid", ",", "RM-C024C_warped.mid", ",", "RM-C025A_warped.mid", ",", "RM-C025B_warped.mid", ",", "RM-C025C_warped.mid", ",", "RM-C025D_warped.mid", ",", "RM-C026_warped.mid", ",", "RM-C027_warped.mid", ",", "RM-C028_warped.mid", ",", "RM-C029_warped.mid", ",", "RM-C030_warped.mid", ",", "RM-C031_warped.mid", ",", "RM-C032_warped.mid", ",", "RM-C033_warped.mid", ",", "RM-C034_warped.mid", ",", "RM-C035A_warped.mid", ",", "RM-C035B_warped.mid", ",", "RM-C035C_warped.mid", ",", "RM-C036_warped.mid", ",", "RM-C037_warped.mid", ",", "RM-C038_warped.mid", ",", "RM-C039_warped.mid", ",", "RM-C040_warped.mid", ",", "RM-C041_warped.mid", ",", "RM-C042_warped.mid", ",", "RM-C043_warped.mid", ",", "RM-C044_warped.mid", ",", "RM-C045_warped.mid", ",", "RM-C046_warped.mid", ",", "RM-C047_warped.mid", ",", "RM-C048_warped.mid", ",", "RM-C049_warped.mid", ",", "RM-C050_warped.mid" ],
-					"numinlets" : 1,
-					"prefix" : "Macintosh HD:/Users/andrew/Documents/work/MuseScore/RWC/Muller_warp/",
+					"prefix" : "./Users/andrew/Documents/work/MuseScore/RWC/Muller_warp",
 					"types" : [  ],
 					"patching_rect" : [ 267.0, 18.0, 100.0, 18.0 ],
+					"id" : "obj-102",
+					"fontname" : "Arial",
+					"numinlets" : 1,
+					"autopopulate" : 1,
 					"numoutlets" : 3,
-					"id" : "obj-102",
-					"fontname" : "Arial"
+					"fontsize" : 10.0,
+					"outlettype" : [ "int", "", "" ],
+					"items" : [ "RM-C001_warped.mid", ",", "RM-C002_warped.mid", ",", "RM-C003_warped.mid", ",", "RM-C004_warped.mid", ",", "RM-C005_warped.mid", ",", "RM-C006_warped.mid", ",", "RM-C007_warped.mid", ",", "RM-C008_warped.mid", ",", "RM-C009_warped.mid", ",", "RM-C010_warped.mid", ",", "RM-C011_warped.mid", ",", "RM-C012_warped.mid", ",", "RM-C013_warped.mid", ",", "RM-C014_warped.mid", ",", "RM-C015_warped.mid", ",", "RM-C016_warped.mid", ",", "RM-C017_warped.mid", ",", "RM-C018_warped.mid", ",", "RM-C019_warped.mid", ",", "RM-C020_warped.mid", ",", "RM-C021_warped.mid", ",", "RM-C022_warped.mid", ",", "RM-C023A_warped.mid", ",", "RM-C023B_warped.mid", ",", "RM-C023C_warped.mid", ",", "RM-C023D_warped.mid", ",", "RM-C023E_warped.mid", ",", "RM-C024A_warped.mid", ",", "RM-C024B_warped.mid", ",", "RM-C024C_warped.mid", ",", "RM-C025A_warped.mid", ",", "RM-C025B_warped.mid", ",", "RM-C025C_warped.mid", ",", "RM-C025D_warped.mid", ",", "RM-C026_warped.mid", ",", "RM-C027_warped.mid", ",", "RM-C028_warped.mid", ",", "RM-C029_warped.mid", ",", "RM-C030_warped.mid", ",", "RM-C031_warped.mid", ",", "RM-C032_warped.mid", ",", "RM-C033_warped.mid", ",", "RM-C034_warped.mid", ",", "RM-C035A_warped.mid", ",", "RM-C035B_warped.mid", ",", "RM-C035C_warped.mid", ",", "RM-C036_warped.mid", ",", "RM-C037_warped.mid", ",", "RM-C038_warped.mid", ",", "RM-C039_warped.mid", ",", "RM-C040_warped.mid", ",", "RM-C041_warped.mid", ",", "RM-C042_warped.mid", ",", "RM-C043_warped.mid", ",", "RM-C044_warped.mid", ",", "RM-C045_warped.mid", ",", "RM-C046_warped.mid", ",", "RM-C047_warped.mid", ",", "RM-C048_warped.mid", ",", "RM-C049_warped.mid", ",", "RM-C050_warped.mid" ]
 				}
 
 			}
@@ -67,28 +109,28 @@
 				"box" : 				{
 					"maxclass" : "newobj",
 					"text" : "loadmess prefix ./Users/andrew/Documents/work/MuseScore/RWC/Muller_warp",
-					"outlettype" : [ "" ],
+					"patching_rect" : [ 267.0, -14.0, 426.0, 20.0 ],
+					"id" : "obj-103",
+					"fontname" : "Arial",
+					"numinlets" : 1,
+					"numoutlets" : 1,
 					"fontsize" : 11.595187,
-					"numinlets" : 1,
-					"patching_rect" : [ 267.0, -14.0, 426.0, 20.0 ],
-					"numoutlets" : 1,
-					"id" : "obj-103",
-					"fontname" : "Arial"
+					"outlettype" : [ "" ]
 				}
 
 			}
 , 			{
 				"box" : 				{
 					"maxclass" : "umenu",
-					"outlettype" : [ "int", "", "" ],
-					"fontsize" : 10.0,
-					"items" : "<empty>",
-					"numinlets" : 1,
 					"types" : [  ],
 					"patching_rect" : [ 607.0, 32.0, 100.0, 19.0 ],
+					"id" : "obj-100",
+					"fontname" : "Verdana",
+					"numinlets" : 1,
 					"numoutlets" : 3,
-					"id" : "obj-100",
-					"fontname" : "Verdana"
+					"fontsize" : 10.0,
+					"outlettype" : [ "int", "", "" ],
+					"items" : "<empty>"
 				}
 
 			}
@@ -96,13 +138,13 @@
 				"box" : 				{
 					"maxclass" : "newobj",
 					"text" : "p routingNoteons",
-					"outlettype" : [ "", "" ],
-					"fontsize" : 10.0,
-					"numinlets" : 4,
 					"patching_rect" : [ 143.0, 530.0, 97.0, 19.0 ],
-					"numoutlets" : 2,
 					"id" : "obj-98",
 					"fontname" : "Verdana",
+					"numinlets" : 4,
+					"numoutlets" : 2,
+					"fontsize" : 10.0,
+					"outlettype" : [ "", "" ],
 					"patcher" : 					{
 						"fileversion" : 1,
 						"rect" : [ 0.0, 0.0, 640.0, 480.0 ],
@@ -125,28 +167,28 @@
 						"boxes" : [ 							{
 								"box" : 								{
 									"maxclass" : "message",
-									"text" : "191 100 127",
-									"outlettype" : [ "" ],
+									"text" : "176 34 40",
+									"patching_rect" : [ 310.0, 160.0, 102.0, 17.0 ],
+									"id" : "obj-93",
+									"fontname" : "Verdana",
+									"numinlets" : 2,
+									"numoutlets" : 1,
 									"fontsize" : 10.0,
-									"numinlets" : 2,
-									"patching_rect" : [ 310.0, 160.0, 102.0, 17.0 ],
-									"numoutlets" : 1,
-									"id" : "obj-93",
-									"fontname" : "Verdana"
+									"outlettype" : [ "" ]
 								}
 
 							}
 , 							{
 								"box" : 								{
 									"maxclass" : "message",
-									"text" : "43 87",
-									"outlettype" : [ "" ],
+									"text" : "55 0",
+									"patching_rect" : [ 120.0, 185.0, 50.0, 17.0 ],
+									"id" : "obj-91",
+									"fontname" : "Verdana",
+									"numinlets" : 2,
+									"numoutlets" : 1,
 									"fontsize" : 10.0,
-									"numinlets" : 2,
-									"patching_rect" : [ 120.0, 185.0, 50.0, 17.0 ],
-									"numoutlets" : 1,
-									"id" : "obj-91",
-									"fontname" : "Verdana"
+									"outlettype" : [ "" ]
 								}
 
 							}
@@ -154,13 +196,13 @@
 								"box" : 								{
 									"maxclass" : "newobj",
 									"text" : "t l",
-									"outlettype" : [ "" ],
+									"patching_rect" : [ 73.0, 158.0, 21.0, 19.0 ],
+									"id" : "obj-89",
+									"fontname" : "Verdana",
+									"numinlets" : 1,
+									"numoutlets" : 1,
 									"fontsize" : 10.0,
-									"numinlets" : 1,
-									"patching_rect" : [ 73.0, 158.0, 21.0, 19.0 ],
-									"numoutlets" : 1,
-									"id" : "obj-89",
-									"fontname" : "Verdana"
+									"outlettype" : [ "" ]
 								}
 
 							}
@@ -168,13 +210,13 @@
 								"box" : 								{
 									"maxclass" : "newobj",
 									"text" : "route 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159",
-									"outlettype" : [ "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" ],
+									"patching_rect" : [ 50.0, 100.0, 398.0, 19.0 ],
+									"id" : "obj-88",
+									"fontname" : "Verdana",
+									"numinlets" : 1,
+									"numoutlets" : 17,
 									"fontsize" : 10.0,
-									"numinlets" : 1,
-									"patching_rect" : [ 50.0, 100.0, 398.0, 19.0 ],
-									"numoutlets" : 17,
-									"id" : "obj-88",
-									"fontname" : "Verdana"
+									"outlettype" : [ "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" ]
 								}
 
 							}
@@ -182,13 +224,13 @@
 								"box" : 								{
 									"maxclass" : "newobj",
 									"text" : "p weirdStarter",
-									"outlettype" : [ "bang" ],
-									"fontsize" : 10.0,
-									"numinlets" : 2,
 									"patching_rect" : [ 144.0, 237.0, 83.0, 19.0 ],
-									"numoutlets" : 1,
 									"id" : "obj-48",
 									"fontname" : "Verdana",
+									"numinlets" : 2,
+									"numoutlets" : 1,
+									"fontsize" : 10.0,
+									"outlettype" : [ "bang" ],
 									"patcher" : 									{
 										"fileversion" : 1,
 										"rect" : [ 25.0, 69.0, 640.0, 480.0 ],
@@ -211,22 +253,22 @@
 										"boxes" : [ 											{
 												"box" : 												{
 													"maxclass" : "toggle",
-													"outlettype" : [ "int" ],
+													"patching_rect" : [ 94.0, 159.0, 20.0, 20.0 ],
+													"id" : "obj-132",
 													"numinlets" : 1,
-													"patching_rect" : [ 94.0, 159.0, 20.0, 20.0 ],
 													"numoutlets" : 1,
-													"id" : "obj-132"
+													"outlettype" : [ "int" ]
 												}
 
 											}
 , 											{
 												"box" : 												{
 													"maxclass" : "button",
-													"outlettype" : [ "bang" ],
+													"patching_rect" : [ 95.0, 217.0, 20.0, 20.0 ],
+													"id" : "obj-130",
 													"numinlets" : 1,
-													"patching_rect" : [ 95.0, 217.0, 20.0, 20.0 ],
 													"numoutlets" : 1,
-													"id" : "obj-130"
+													"outlettype" : [ "bang" ]
 												}
 
 											}
@@ -234,13 +276,13 @@
 												"box" : 												{
 													"maxclass" : "message",
 													"text" : "0",
-													"outlettype" : [ "" ],
+													"patching_rect" : [ 92.0, 239.0, 32.5, 17.0 ],
+													"id" : "obj-128",
+													"fontname" : "Verdana",
+													"numinlets" : 2,
+													"numoutlets" : 1,
 													"fontsize" : 10.0,
-													"numinlets" : 2,
-													"patching_rect" : [ 92.0, 239.0, 32.5, 17.0 ],
-													"numoutlets" : 1,
-													"id" : "obj-128",
-													"fontname" : "Verdana"
+													"outlettype" : [ "" ]
 												}
 
 											}
@@ -248,13 +290,13 @@
 												"box" : 												{
 													"maxclass" : "newobj",
 													"text" : "gate",
-													"outlettype" : [ "" ],
+													"patching_rect" : [ 92.0, 192.0, 33.0, 19.0 ],
+													"id" : "obj-126",
+													"fontname" : "Verdana",
+													"numinlets" : 2,
+													"numoutlets" : 1,
 													"fontsize" : 10.0,
-													"numinlets" : 2,
-													"patching_rect" : [ 92.0, 192.0, 33.0, 19.0 ],
-													"numoutlets" : 1,
-													"id" : "obj-126",
-													"fontname" : "Verdana"
+													"outlettype" : [ "" ]
 												}
 
 											}
@@ -262,13 +304,13 @@
 												"box" : 												{
 													"maxclass" : "message",
 													"text" : "1",
-													"outlettype" : [ "" ],
+													"patching_rect" : [ 65.0, 136.0, 32.5, 17.0 ],
+													"id" : "obj-125",
+													"fontname" : "Verdana",
+													"numinlets" : 2,
+													"numoutlets" : 1,
 													"fontsize" : 10.0,
-													"numinlets" : 2,
-													"patching_rect" : [ 65.0, 136.0, 32.5, 17.0 ],
-													"numoutlets" : 1,
-													"id" : "obj-125",
-													"fontname" : "Verdana"
+													"outlettype" : [ "" ]
 												}
 
 											}
@@ -276,24 +318,24 @@
 												"box" : 												{
 													"maxclass" : "newobj",
 													"text" : "loadbang",
-													"outlettype" : [ "bang" ],
+													"patching_rect" : [ 50.0, 100.0, 56.0, 19.0 ],
+													"id" : "obj-123",
+													"fontname" : "Verdana",
+													"numinlets" : 1,
+													"numoutlets" : 1,
 													"fontsize" : 10.0,
-													"numinlets" : 1,
-													"patching_rect" : [ 50.0, 100.0, 56.0, 19.0 ],
-													"numoutlets" : 1,
-													"id" : "obj-123",
-													"fontname" : "Verdana"
+													"outlettype" : [ "bang" ]
 												}
 
 											}
 , 											{
 												"box" : 												{
 													"maxclass" : "inlet",
+													"patching_rect" : [ 65.0, 40.0, 25.0, 25.0 ],
+													"id" : "obj-40",
+													"numinlets" : 0,
+													"numoutlets" : 1,
 													"outlettype" : [ "bang" ],
-													"numinlets" : 0,
-													"patching_rect" : [ 65.0, 40.0, 25.0, 25.0 ],
-													"numoutlets" : 1,
-													"id" : "obj-40",
 													"comment" : ""
 												}
 
@@ -301,11 +343,11 @@
 , 											{
 												"box" : 												{
 													"maxclass" : "inlet",
+													"patching_rect" : [ 106.0, 40.0, 25.0, 25.0 ],
+													"id" : "obj-41",
+													"numinlets" : 0,
+													"numoutlets" : 1,
 													"outlettype" : [ "" ],
-													"numinlets" : 0,
-													"patching_rect" : [ 106.0, 40.0, 25.0, 25.0 ],
-													"numoutlets" : 1,
-													"id" : "obj-41",
 													"comment" : ""
 												}
 
@@ -313,10 +355,10 @@
 , 											{
 												"box" : 												{
 													"maxclass" : "outlet",
+													"patching_rect" : [ 95.0, 331.5, 25.0, 25.0 ],
+													"id" : "obj-47",
 													"numinlets" : 1,
-													"patching_rect" : [ 95.0, 331.5, 25.0, 25.0 ],
 													"numoutlets" : 0,
-													"id" : "obj-47",
 													"comment" : ""
 												}
 
@@ -324,8 +366,62 @@
  ],
 										"lines" : [ 											{
 												"patchline" : 												{
-													"source" : [ "obj-125", 0 ],
-													"destination" : [ "obj-132", 0 ],
+													"source" : [ "obj-130", 0 ],
+													"destination" : [ "obj-47", 0 ],
+													"hidden" : 0,
+													"midpoints" : [  ]
+												}
+
+											}
+, 											{
+												"patchline" : 												{
+													"source" : [ "obj-41", 0 ],
+													"destination" : [ "obj-126", 1 ],
+													"hidden" : 0,
+													"midpoints" : [  ]
+												}
+
+											}
+, 											{
+												"patchline" : 												{
+													"source" : [ "obj-40", 0 ],
+													"destination" : [ "obj-125", 0 ],
+													"hidden" : 0,
+													"midpoints" : [  ]
+												}
+
+											}
+, 											{
+												"patchline" : 												{
+													"source" : [ "obj-123", 0 ],
+													"destination" : [ "obj-125", 0 ],
+													"hidden" : 0,
+													"midpoints" : [  ]
+												}
+
+											}
+, 											{
+												"patchline" : 												{
+													"source" : [ "obj-132", 0 ],
+													"destination" : [ "obj-126", 0 ],
+													"hidden" : 0,
+													"midpoints" : [  ]
+												}
+
+											}
+, 											{
+												"patchline" : 												{
+													"source" : [ "obj-126", 0 ],
+													"destination" : [ "obj-130", 0 ],
+													"hidden" : 0,
+													"midpoints" : [  ]
+												}
+
+											}
+, 											{
+												"patchline" : 												{
+													"source" : [ "obj-130", 0 ],
+													"destination" : [ "obj-128", 0 ],
 													"hidden" : 0,
 													"midpoints" : [  ]
 												}
@@ -342,62 +438,8 @@
 											}
 , 											{
 												"patchline" : 												{
-													"source" : [ "obj-130", 0 ],
-													"destination" : [ "obj-128", 0 ],
-													"hidden" : 0,
-													"midpoints" : [  ]
-												}
-
-											}
-, 											{
-												"patchline" : 												{
-													"source" : [ "obj-126", 0 ],
-													"destination" : [ "obj-130", 0 ],
-													"hidden" : 0,
-													"midpoints" : [  ]
-												}
-
-											}
-, 											{
-												"patchline" : 												{
-													"source" : [ "obj-132", 0 ],
-													"destination" : [ "obj-126", 0 ],
-													"hidden" : 0,
-													"midpoints" : [  ]
-												}
-
-											}
-, 											{
-												"patchline" : 												{
-													"source" : [ "obj-123", 0 ],
-													"destination" : [ "obj-125", 0 ],
-													"hidden" : 0,
-													"midpoints" : [  ]
-												}
-
-											}
-, 											{
-												"patchline" : 												{
-													"source" : [ "obj-40", 0 ],
-													"destination" : [ "obj-125", 0 ],
-													"hidden" : 0,
-													"midpoints" : [  ]
-												}
-
-											}
-, 											{
-												"patchline" : 												{
-													"source" : [ "obj-41", 0 ],
-													"destination" : [ "obj-126", 1 ],
-													"hidden" : 0,
-													"midpoints" : [  ]
-												}
-
-											}
-, 											{
-												"patchline" : 												{
-													"source" : [ "obj-130", 0 ],
-													"destination" : [ "obj-47", 0 ],
+													"source" : [ "obj-125", 0 ],
+													"destination" : [ "obj-132", 0 ],
 													"hidden" : 0,
 													"midpoints" : [  ]
 												}
@@ -407,13 +449,13 @@
 									}
 ,
 									"saved_object_attributes" : 									{
+										"default_fontface" : 0,
+										"default_fontname" : "Arial",
+										"fontname" : "Arial",
 										"default_fontsize" : 12.0,
 										"globalpatchername" : "",
 										"fontface" : 0,
-										"fontsize" : 12.0,
-										"default_fontface" : 0,
-										"default_fontname" : "Arial",
-										"fontname" : "Arial"
+										"fontsize" : 12.0
 									}
 
 								}
@@ -423,24 +465,24 @@
 								"box" : 								{
 									"maxclass" : "newobj",
 									"text" : "gate",
-									"outlettype" : [ "" ],
+									"patching_rect" : [ 52.0, 456.0, 33.0, 19.0 ],
+									"id" : "obj-30",
+									"fontname" : "Verdana",
+									"numinlets" : 2,
+									"numoutlets" : 1,
 									"fontsize" : 10.0,
-									"numinlets" : 2,
-									"patching_rect" : [ 52.0, 456.0, 33.0, 19.0 ],
-									"numoutlets" : 1,
-									"id" : "obj-30",
-									"fontname" : "Verdana"
+									"outlettype" : [ "" ]
 								}
 
 							}
 , 							{
 								"box" : 								{
 									"maxclass" : "button",
-									"outlettype" : [ "bang" ],
+									"patching_rect" : [ 169.0, 298.0, 20.0, 20.0 ],
+									"id" : "obj-134",
 									"numinlets" : 1,
-									"patching_rect" : [ 169.0, 298.0, 20.0, 20.0 ],
 									"numoutlets" : 1,
-									"id" : "obj-134"
+									"outlettype" : [ "bang" ]
 								}
 
 							}
@@ -448,13 +490,13 @@
 								"box" : 								{
 									"maxclass" : "newobj",
 									"text" : "zl join",
-									"outlettype" : [ "", "" ],
+									"patching_rect" : [ 88.0, 388.0, 41.0, 19.0 ],
+									"id" : "obj-83",
+									"fontname" : "Verdana",
+									"numinlets" : 2,
+									"numoutlets" : 2,
 									"fontsize" : 10.0,
-									"numinlets" : 2,
-									"patching_rect" : [ 88.0, 388.0, 41.0, 19.0 ],
-									"numoutlets" : 2,
-									"id" : "obj-83",
-									"fontname" : "Verdana"
+									"outlettype" : [ "", "" ]
 								}
 
 							}
@@ -462,13 +504,13 @@
 								"box" : 								{
 									"maxclass" : "newobj",
 									"text" : "- 0.",
-									"outlettype" : [ "float" ],
+									"patching_rect" : [ 102.0, 357.0, 32.5, 19.0 ],
+									"id" : "obj-80",
+									"fontname" : "Verdana",
+									"numinlets" : 2,
+									"numoutlets" : 1,
 									"fontsize" : 10.0,
-									"numinlets" : 2,
-									"patching_rect" : [ 102.0, 357.0, 32.5, 19.0 ],
-									"numoutlets" : 1,
-									"id" : "obj-80",
-									"fontname" : "Verdana"
+									"outlettype" : [ "float" ]
 								}
 
 							}
@@ -476,13 +518,13 @@
 								"box" : 								{
 									"maxclass" : "newobj",
 									"text" : "t l b",
-									"outlettype" : [ "", "bang" ],
+									"patching_rect" : [ 88.0, 299.0, 32.5, 19.0 ],
+									"id" : "obj-79",
+									"fontname" : "Verdana",
+									"numinlets" : 1,
+									"numoutlets" : 2,
 									"fontsize" : 10.0,
-									"numinlets" : 1,
-									"patching_rect" : [ 88.0, 299.0, 32.5, 19.0 ],
-									"numoutlets" : 2,
-									"id" : "obj-79",
-									"fontname" : "Verdana"
+									"outlettype" : [ "", "bang" ]
 								}
 
 							}
@@ -490,13 +532,13 @@
 								"box" : 								{
 									"maxclass" : "newobj",
 									"text" : "cpuclock",
-									"outlettype" : [ "float" ],
+									"patching_rect" : [ 169.0, 328.0, 53.0, 19.0 ],
+									"id" : "obj-78",
+									"fontname" : "Verdana",
+									"numinlets" : 1,
+									"numoutlets" : 1,
 									"fontsize" : 10.0,
-									"numinlets" : 1,
-									"patching_rect" : [ 169.0, 328.0, 53.0, 19.0 ],
-									"numoutlets" : 1,
-									"id" : "obj-78",
-									"fontname" : "Verdana"
+									"outlettype" : [ "float" ]
 								}
 
 							}
@@ -504,24 +546,24 @@
 								"box" : 								{
 									"maxclass" : "newobj",
 									"text" : "cpuclock",
-									"outlettype" : [ "float" ],
+									"patching_rect" : [ 102.0, 327.0, 53.0, 19.0 ],
+									"id" : "obj-76",
+									"fontname" : "Verdana",
+									"numinlets" : 1,
+									"numoutlets" : 1,
 									"fontsize" : 10.0,
-									"numinlets" : 1,
-									"patching_rect" : [ 102.0, 327.0, 53.0, 19.0 ],
-									"numoutlets" : 1,
-									"id" : "obj-76",
-									"fontname" : "Verdana"
+									"outlettype" : [ "float" ]
 								}
 
 							}
 , 							{
 								"box" : 								{
 									"maxclass" : "inlet",
+									"patching_rect" : [ 50.0, 40.0, 25.0, 25.0 ],
+									"id" : "obj-21",
+									"numinlets" : 0,
+									"numoutlets" : 1,
 									"outlettype" : [ "" ],
-									"numinlets" : 0,
-									"patching_rect" : [ 50.0, 40.0, 25.0, 25.0 ],
-									"numoutlets" : 1,
-									"id" : "obj-21",
 									"comment" : ""
 								}
 
@@ -529,11 +571,11 @@
 , 							{
 								"box" : 								{
 									"maxclass" : "inlet",
+									"patching_rect" : [ 52.0, 40.0, 25.0, 25.0 ],
+									"id" : "obj-39",
+									"numinlets" : 0,
+									"numoutlets" : 1,
 									"outlettype" : [ "int" ],
-									"numinlets" : 0,
-									"patching_rect" : [ 52.0, 40.0, 25.0, 25.0 ],
-									"numoutlets" : 1,
-									"id" : "obj-39",
 									"comment" : ""
 								}
 
@@ -541,11 +583,11 @@
 , 							{
 								"box" : 								{
 									"maxclass" : "inlet",
+									"patching_rect" : [ 144.0, 40.0, 25.0, 25.0 ],
+									"id" : "obj-42",
+									"numinlets" : 0,
+									"numoutlets" : 1,
 									"outlettype" : [ "bang" ],
-									"numinlets" : 0,
-									"patching_rect" : [ 144.0, 40.0, 25.0, 25.0 ],
-									"numoutlets" : 1,
-									"id" : "obj-42",
 									"comment" : ""
 								}
 
@@ -553,11 +595,11 @@
 , 							{
 								"box" : 								{
 									"maxclass" : "inlet",
+									"patching_rect" : [ 169.0, 40.0, 25.0, 25.0 ],
+									"id" : "obj-47",
+									"numinlets" : 0,
+									"numoutlets" : 1,
 									"outlettype" : [ "" ],
-									"numinlets" : 0,
-									"patching_rect" : [ 169.0, 40.0, 25.0, 25.0 ],
-									"numoutlets" : 1,
-									"id" : "obj-47",
 									"comment" : ""
 								}
 
@@ -565,10 +607,10 @@
 , 							{
 								"box" : 								{
 									"maxclass" : "outlet",
+									"patching_rect" : [ 52.0, 535.0, 25.0, 25.0 ],
+									"id" : "obj-86",
 									"numinlets" : 1,
-									"patching_rect" : [ 52.0, 535.0, 25.0, 25.0 ],
 									"numoutlets" : 0,
-									"id" : "obj-86",
 									"comment" : ""
 								}
 
@@ -576,10 +618,10 @@
 , 							{
 								"box" : 								{
 									"maxclass" : "outlet",
+									"patching_rect" : [ 73.0, 535.0, 25.0, 25.0 ],
+									"id" : "obj-96",
 									"numinlets" : 1,
-									"patching_rect" : [ 73.0, 535.0, 25.0, 25.0 ],
 									"numoutlets" : 0,
-									"id" : "obj-96",
 									"comment" : ""
 								}
 
@@ -587,7 +629,268 @@
  ],
 						"lines" : [ 							{
 								"patchline" : 								{
-									"source" : [ "obj-88", 15 ],
+									"source" : [ "obj-89", 0 ],
+									"destination" : [ "obj-96", 0 ],
+									"hidden" : 0,
+									"midpoints" : [  ]
+								}
+
+							}
+, 							{
+								"patchline" : 								{
+									"source" : [ "obj-30", 0 ],
+									"destination" : [ "obj-86", 0 ],
+									"hidden" : 0,
+									"midpoints" : [  ]
+								}
+
+							}
+, 							{
+								"patchline" : 								{
+									"source" : [ "obj-47", 0 ],
+									"destination" : [ "obj-134", 0 ],
+									"hidden" : 0,
+									"midpoints" : [  ]
+								}
+
+							}
+, 							{
+								"patchline" : 								{
+									"source" : [ "obj-42", 0 ],
+									"destination" : [ "obj-48", 0 ],
+									"hidden" : 0,
+									"midpoints" : [  ]
+								}
+
+							}
+, 							{
+								"patchline" : 								{
+									"source" : [ "obj-39", 0 ],
+									"destination" : [ "obj-30", 0 ],
+									"hidden" : 0,
+									"midpoints" : [  ]
+								}
+
+							}
+, 							{
+								"patchline" : 								{
+									"source" : [ "obj-21", 0 ],
+									"destination" : [ "obj-88", 0 ],
+									"hidden" : 0,
+									"midpoints" : [  ]
+								}
+
+							}
+, 							{
+								"patchline" : 								{
+									"source" : [ "obj-83", 0 ],
+									"destination" : [ "obj-30", 1 ],
+									"hidden" : 0,
+									"midpoints" : [  ]
+								}
+
+							}
+, 							{
+								"patchline" : 								{
+									"source" : [ "obj-134", 0 ],
+									"destination" : [ "obj-78", 0 ],
+									"hidden" : 0,
+									"midpoints" : [  ]
+								}
+
+							}
+, 							{
+								"patchline" : 								{
+									"source" : [ "obj-80", 0 ],
+									"destination" : [ "obj-83", 1 ],
+									"hidden" : 0,
+									"midpoints" : [  ]
+								}
+
+							}
+, 							{
+								"patchline" : 								{
+									"source" : [ "obj-76", 0 ],
+									"destination" : [ "obj-80", 0 ],
+									"hidden" : 0,
+									"midpoints" : [  ]
+								}
+
+							}
+, 							{
+								"patchline" : 								{
+									"source" : [ "obj-78", 0 ],
+									"destination" : [ "obj-80", 1 ],
+									"hidden" : 0,
+									"midpoints" : [  ]
+								}
+
+							}
+, 							{
+								"patchline" : 								{
+									"source" : [ "obj-79", 1 ],
+									"destination" : [ "obj-76", 0 ],
+									"hidden" : 0,
+									"midpoints" : [  ]
+								}
+
+							}
+, 							{
+								"patchline" : 								{
+									"source" : [ "obj-79", 0 ],
+									"destination" : [ "obj-83", 0 ],
+									"hidden" : 0,
+									"midpoints" : [  ]
+								}
+
+							}
+, 							{
+								"patchline" : 								{
+									"source" : [ "obj-89", 0 ],
+									"destination" : [ "obj-91", 1 ],
+									"hidden" : 0,
+									"midpoints" : [  ]
+								}
+
+							}
+, 							{
+								"patchline" : 								{
+									"source" : [ "obj-89", 0 ],
+									"destination" : [ "obj-48", 1 ],
+									"hidden" : 0,
+									"midpoints" : [  ]
+								}
+
+							}
+, 							{
+								"patchline" : 								{
+									"source" : [ "obj-89", 0 ],
+									"destination" : [ "obj-79", 0 ],
+									"hidden" : 0,
+									"midpoints" : [  ]
+								}
+
+							}
+, 							{
+								"patchline" : 								{
+									"source" : [ "obj-88", 14 ],
+									"destination" : [ "obj-89", 0 ],
+									"hidden" : 0,
+									"midpoints" : [  ]
+								}
+
+							}
+, 							{
+								"patchline" : 								{
+									"source" : [ "obj-88", 13 ],
+									"destination" : [ "obj-89", 0 ],
+									"hidden" : 0,
+									"midpoints" : [  ]
+								}
+
+							}
+, 							{
+								"patchline" : 								{
+									"source" : [ "obj-88", 12 ],
+									"destination" : [ "obj-89", 0 ],
+									"hidden" : 0,
+									"midpoints" : [  ]
+								}
+
+							}
+, 							{
+								"patchline" : 								{
+									"source" : [ "obj-88", 10 ],
+									"destination" : [ "obj-89", 0 ],
+									"hidden" : 0,
+									"midpoints" : [  ]
+								}
+
+							}
+, 							{
+								"patchline" : 								{
+									"source" : [ "obj-88", 9 ],
+									"destination" : [ "obj-89", 0 ],
+									"hidden" : 0,
+									"midpoints" : [  ]
+								}
+
+							}
+, 							{
+								"patchline" : 								{
+									"source" : [ "obj-88", 8 ],
+									"destination" : [ "obj-89", 0 ],
+									"hidden" : 0,
+									"midpoints" : [  ]
+								}
+
+							}
+, 							{
+								"patchline" : 								{
+									"source" : [ "obj-88", 7 ],
+									"destination" : [ "obj-89", 0 ],
+									"hidden" : 0,
+									"midpoints" : [  ]
+								}
+
+							}
+, 							{
+								"patchline" : 								{
+									"source" : [ "obj-88", 6 ],
+									"destination" : [ "obj-89", 0 ],
+									"hidden" : 0,
+									"midpoints" : [  ]
+								}
+
+							}
+, 							{
+								"patchline" : 								{
+									"source" : [ "obj-88", 5 ],
+									"destination" : [ "obj-89", 0 ],
+									"hidden" : 0,
+									"midpoints" : [  ]
+								}
+
+							}
+, 							{
+								"patchline" : 								{
+									"source" : [ "obj-88", 4 ],
+									"destination" : [ "obj-89", 0 ],
+									"hidden" : 0,
+									"midpoints" : [  ]
+								}
+
+							}
+, 							{
+								"patchline" : 								{
+									"source" : [ "obj-88", 3 ],
+									"destination" : [ "obj-89", 0 ],
+									"hidden" : 0,
+									"midpoints" : [  ]
+								}
+
+							}
+, 							{
+								"patchline" : 								{
+									"source" : [ "obj-88", 2 ],
+									"destination" : [ "obj-89", 0 ],
+									"hidden" : 0,
+									"midpoints" : [  ]
+								}
+
+							}
+, 							{
+								"patchline" : 								{
+									"source" : [ "obj-88", 1 ],
+									"destination" : [ "obj-89", 0 ],
+									"hidden" : 0,
+									"midpoints" : [  ]
+								}
+
+							}
+, 							{
+								"patchline" : 								{
+									"source" : [ "obj-88", 0 ],
 									"destination" : [ "obj-89", 0 ],
 									"hidden" : 0,
 									"midpoints" : [  ]
@@ -605,285 +908,24 @@
 							}
 , 							{
 								"patchline" : 								{
-									"source" : [ "obj-88", 0 ],
+									"source" : [ "obj-88", 15 ],
 									"destination" : [ "obj-89", 0 ],
 									"hidden" : 0,
 									"midpoints" : [  ]
 								}
 
 							}
-, 							{
-								"patchline" : 								{
-									"source" : [ "obj-88", 1 ],
-									"destination" : [ "obj-89", 0 ],
-									"hidden" : 0,
-									"midpoints" : [  ]
-								}
-
-							}
-, 							{
-								"patchline" : 								{
-									"source" : [ "obj-88", 2 ],
-									"destination" : [ "obj-89", 0 ],
-									"hidden" : 0,
-									"midpoints" : [  ]
-								}
-
-							}
-, 							{
-								"patchline" : 								{
-									"source" : [ "obj-88", 3 ],
-									"destination" : [ "obj-89", 0 ],
-									"hidden" : 0,
-									"midpoints" : [  ]
-								}
-
-							}
-, 							{
-								"patchline" : 								{
-									"source" : [ "obj-88", 4 ],
-									"destination" : [ "obj-89", 0 ],
-									"hidden" : 0,
-									"midpoints" : [  ]
-								}
-
-							}
-, 							{
-								"patchline" : 								{
-									"source" : [ "obj-88", 5 ],
-									"destination" : [ "obj-89", 0 ],
-									"hidden" : 0,
-									"midpoints" : [  ]
-								}
-
-							}
-, 							{
-								"patchline" : 								{
-									"source" : [ "obj-88", 6 ],
-									"destination" : [ "obj-89", 0 ],
-									"hidden" : 0,
-									"midpoints" : [  ]
-								}
-
-							}
-, 							{
-								"patchline" : 								{
-									"source" : [ "obj-88", 7 ],
-									"destination" : [ "obj-89", 0 ],
-									"hidden" : 0,
-									"midpoints" : [  ]
-								}
-
-							}
-, 							{
-								"patchline" : 								{
-									"source" : [ "obj-88", 8 ],
-									"destination" : [ "obj-89", 0 ],
-									"hidden" : 0,
-									"midpoints" : [  ]
-								}
-
-							}
-, 							{
-								"patchline" : 								{
-									"source" : [ "obj-88", 9 ],
-									"destination" : [ "obj-89", 0 ],
-									"hidden" : 0,
-									"midpoints" : [  ]
-								}
-
-							}
-, 							{
-								"patchline" : 								{
-									"source" : [ "obj-88", 10 ],
-									"destination" : [ "obj-89", 0 ],
-									"hidden" : 0,
-									"midpoints" : [  ]
-								}
-
-							}
-, 							{
-								"patchline" : 								{
-									"source" : [ "obj-88", 12 ],
-									"destination" : [ "obj-89", 0 ],
-									"hidden" : 0,
-									"midpoints" : [  ]
-								}
-
-							}
-, 							{
-								"patchline" : 								{
-									"source" : [ "obj-88", 13 ],
-									"destination" : [ "obj-89", 0 ],
-									"hidden" : 0,
-									"midpoints" : [  ]
-								}
-
-							}
-, 							{
-								"patchline" : 								{
-									"source" : [ "obj-88", 14 ],
-									"destination" : [ "obj-89", 0 ],
-									"hidden" : 0,
-									"midpoints" : [  ]
-								}
-
-							}
-, 							{
-								"patchline" : 								{
-									"source" : [ "obj-89", 0 ],
-									"destination" : [ "obj-79", 0 ],
-									"hidden" : 0,
-									"midpoints" : [  ]
-								}
-
-							}
-, 							{
-								"patchline" : 								{
-									"source" : [ "obj-89", 0 ],
-									"destination" : [ "obj-48", 1 ],
-									"hidden" : 0,
-									"midpoints" : [  ]
-								}
-
-							}
-, 							{
-								"patchline" : 								{
-									"source" : [ "obj-89", 0 ],
-									"destination" : [ "obj-91", 1 ],
-									"hidden" : 0,
-									"midpoints" : [  ]
-								}
-
-							}
-, 							{
-								"patchline" : 								{
-									"source" : [ "obj-79", 0 ],
-									"destination" : [ "obj-83", 0 ],
-									"hidden" : 0,
-									"midpoints" : [  ]
-								}
-
-							}
-, 							{
-								"patchline" : 								{
-									"source" : [ "obj-79", 1 ],
-									"destination" : [ "obj-76", 0 ],
-									"hidden" : 0,
-									"midpoints" : [  ]
-								}
-
-							}
-, 							{
-								"patchline" : 								{
-									"source" : [ "obj-78", 0 ],
-									"destination" : [ "obj-80", 1 ],
-									"hidden" : 0,
-									"midpoints" : [  ]
-								}
-
-							}
-, 							{
-								"patchline" : 								{
-									"source" : [ "obj-76", 0 ],
-									"destination" : [ "obj-80", 0 ],
-									"hidden" : 0,
-									"midpoints" : [  ]
-								}
-
-							}
-, 							{
-								"patchline" : 								{
-									"source" : [ "obj-80", 0 ],
-									"destination" : [ "obj-83", 1 ],
-									"hidden" : 0,
-									"midpoints" : [  ]
-								}
-
-							}
-, 							{
-								"patchline" : 								{
-									"source" : [ "obj-134", 0 ],
-									"destination" : [ "obj-78", 0 ],
-									"hidden" : 0,
-									"midpoints" : [  ]
-								}
-
-							}
-, 							{
-								"patchline" : 								{
-									"source" : [ "obj-83", 0 ],
-									"destination" : [ "obj-30", 1 ],
-									"hidden" : 0,
-									"midpoints" : [  ]
-								}
-
-							}
-, 							{
-								"patchline" : 								{
-									"source" : [ "obj-21", 0 ],
-									"destination" : [ "obj-88", 0 ],
-									"hidden" : 0,
-									"midpoints" : [  ]
-								}
-
-							}
-, 							{
-								"patchline" : 								{
-									"source" : [ "obj-39", 0 ],
-									"destination" : [ "obj-30", 0 ],
-									"hidden" : 0,
-									"midpoints" : [  ]
-								}
-
-							}
-, 							{
-								"patchline" : 								{
-									"source" : [ "obj-42", 0 ],
-									"destination" : [ "obj-48", 0 ],
-									"hidden" : 0,
-									"midpoints" : [  ]
-								}
-
-							}
-, 							{
-								"patchline" : 								{
-									"source" : [ "obj-47", 0 ],
-									"destination" : [ "obj-134", 0 ],
-									"hidden" : 0,
-									"midpoints" : [  ]
-								}
-
-							}
-, 							{
-								"patchline" : 								{
-									"source" : [ "obj-30", 0 ],
-									"destination" : [ "obj-86", 0 ],
-									"hidden" : 0,
-									"midpoints" : [  ]
-								}
-
-							}
-, 							{
-								"patchline" : 								{
-									"source" : [ "obj-89", 0 ],
-									"destination" : [ "obj-96", 0 ],
-									"hidden" : 0,
-									"midpoints" : [  ]
-								}
-
-							}
  ]
 					}
 ,
 					"saved_object_attributes" : 					{
+						"default_fontface" : 0,
+						"default_fontname" : "Arial",
+						"fontname" : "Arial",
 						"default_fontsize" : 12.0,
 						"globalpatchername" : "",
 						"fontface" : 0,
-						"fontsize" : 12.0,
-						"default_fontface" : 0,
-						"default_fontname" : "Arial",
-						"fontname" : "Arial"
+						"fontsize" : 12.0
 					}
 
 				}
@@ -893,13 +935,13 @@
 				"box" : 				{
 					"maxclass" : "newobj",
 					"text" : "prepend /duration",
-					"outlettype" : [ "" ],
+					"patching_rect" : [ 769.0, 340.0, 101.0, 19.0 ],
+					"id" : "obj-97",
+					"fontname" : "Verdana",
+					"numinlets" : 1,
+					"numoutlets" : 1,
 					"fontsize" : 10.0,
-					"numinlets" : 1,
-					"patching_rect" : [ 769.0, 340.0, 101.0, 19.0 ],
-					"numoutlets" : 1,
-					"id" : "obj-97",
-					"fontname" : "Verdana"
+					"outlettype" : [ "" ]
 				}
 
 			}
@@ -907,23 +949,23 @@
 				"box" : 				{
 					"maxclass" : "newobj",
 					"text" : "print",
-					"fontsize" : 10.0,
+					"patching_rect" : [ 33.0, 893.0, 34.0, 19.0 ],
+					"id" : "obj-92",
+					"fontname" : "Verdana",
 					"numinlets" : 1,
-					"patching_rect" : [ 33.0, 893.0, 34.0, 19.0 ],
 					"numoutlets" : 0,
-					"id" : "obj-92",
-					"fontname" : "Verdana"
+					"fontsize" : 10.0
 				}
 
 			}
 , 			{
 				"box" : 				{
 					"maxclass" : "toggle",
-					"outlettype" : [ "int" ],
+					"patching_rect" : [ 33.0, 827.0, 20.0, 20.0 ],
+					"id" : "obj-90",
 					"numinlets" : 1,
-					"patching_rect" : [ 33.0, 827.0, 20.0, 20.0 ],
 					"numoutlets" : 1,
-					"id" : "obj-90"
+					"outlettype" : [ "int" ]
 				}
 
 			}
@@ -931,13 +973,13 @@
 				"box" : 				{
 					"maxclass" : "newobj",
 					"text" : "gate",
-					"outlettype" : [ "" ],
+					"patching_rect" : [ 33.0, 862.0, 33.0, 19.0 ],
+					"id" : "obj-7",
+					"fontname" : "Verdana",
+					"numinlets" : 2,
+					"numoutlets" : 1,
 					"fontsize" : 10.0,
-					"numinlets" : 2,
-					"patching_rect" : [ 33.0, 862.0, 33.0, 19.0 ],
-					"numoutlets" : 1,
-					"id" : "obj-7",
-					"fontname" : "Verdana"
+					"outlettype" : [ "" ]
 				}
 
 			}
@@ -945,13 +987,13 @@
 				"box" : 				{
 					"maxclass" : "newobj",
 					"text" : "loadmess 0.08",
-					"outlettype" : [ "" ],
+					"patching_rect" : [ 633.0, 513.0, 84.0, 19.0 ],
+					"id" : "obj-61",
+					"fontname" : "Verdana",
+					"numinlets" : 1,
+					"numoutlets" : 1,
 					"fontsize" : 10.0,
-					"numinlets" : 1,
-					"patching_rect" : [ 633.0, 513.0, 84.0, 19.0 ],
-					"numoutlets" : 1,
-					"id" : "obj-61",
-					"fontname" : "Verdana"
+					"outlettype" : [ "" ]
 				}
 
 			}
@@ -959,32 +1001,32 @@
 				"box" : 				{
 					"maxclass" : "newobj",
 					"text" : "prepend /likelihoodToNoiseRatio",
-					"outlettype" : [ "" ],
-					"fontsize" : 10.0,
-					"presentation_rect" : [ 135.0, 522.0, 171.0, 19.0 ],
-					"numinlets" : 1,
 					"patching_rect" : [ 612.0, 579.0, 171.0, 19.0 ],
-					"numoutlets" : 1,
 					"presentation" : 1,
 					"id" : "obj-58",
-					"fontname" : "Verdana"
+					"fontname" : "Verdana",
+					"numinlets" : 1,
+					"numoutlets" : 1,
+					"fontsize" : 10.0,
+					"outlettype" : [ "" ],
+					"presentation_rect" : [ 135.0, 522.0, 171.0, 19.0 ]
 				}
 
 			}
 , 			{
 				"box" : 				{
 					"maxclass" : "flonum",
-					"outlettype" : [ "float", "bang" ],
-					"fontsize" : 10.0,
-					"maximum" : 0.6,
-					"presentation_rect" : [ 138.0, 500.0, 50.0, 19.0 ],
+					"patching_rect" : [ 612.0, 552.0, 50.0, 19.0 ],
+					"presentation" : 1,
+					"id" : "obj-59",
+					"fontname" : "Verdana",
 					"numinlets" : 1,
 					"minimum" : 0.001,
-					"patching_rect" : [ 612.0, 552.0, 50.0, 19.0 ],
 					"numoutlets" : 2,
-					"presentation" : 1,
-					"id" : "obj-59",
-					"fontname" : "Verdana"
+					"fontsize" : 10.0,
+					"outlettype" : [ "float", "bang" ],
+					"maximum" : 0.6,
+					"presentation_rect" : [ 138.0, 500.0, 50.0, 19.0 ]
 				}
 
 			}
@@ -992,83 +1034,83 @@
 				"box" : 				{
 					"maxclass" : "newobj",
 					"text" : "prepend /maximumSpeedRatio",
-					"outlettype" : [ "" ],
-					"fontsize" : 10.0,
-					"presentation_rect" : [ 311.0, 464.0, 167.0, 19.0 ],
-					"numinlets" : 1,
 					"patching_rect" : [ 702.0, 728.0, 167.0, 19.0 ],
-					"numoutlets" : 1,
 					"presentation" : 1,
 					"id" : "obj-45",
-					"fontname" : "Verdana"
+					"fontname" : "Verdana",
+					"numinlets" : 1,
+					"numoutlets" : 1,
+					"fontsize" : 10.0,
+					"outlettype" : [ "" ],
+					"presentation_rect" : [ 311.0, 464.0, 167.0, 19.0 ]
 				}
 
 			}
 , 			{
 				"box" : 				{
 					"maxclass" : "flonum",
-					"outlettype" : [ "float", "bang" ],
-					"fontsize" : 10.0,
-					"maximum" : 2.0,
-					"presentation_rect" : [ 311.0, 436.0, 50.0, 19.0 ],
+					"patching_rect" : [ 702.0, 701.0, 50.0, 19.0 ],
+					"presentation" : 1,
+					"id" : "obj-51",
+					"fontname" : "Verdana",
 					"numinlets" : 1,
 					"minimum" : 0.0,
-					"patching_rect" : [ 702.0, 701.0, 50.0, 19.0 ],
 					"numoutlets" : 2,
-					"presentation" : 1,
-					"id" : "obj-51",
-					"fontname" : "Verdana"
+					"fontsize" : 10.0,
+					"outlettype" : [ "float", "bang" ],
+					"maximum" : 2.0,
+					"presentation_rect" : [ 311.0, 436.0, 50.0, 19.0 ]
 				}
 
 			}
 , 			{
 				"box" : 				{
 					"maxclass" : "button",
+					"patching_rect" : [ 713.0, 162.0, 20.0, 20.0 ],
+					"presentation" : 1,
+					"id" : "obj-87",
+					"numinlets" : 1,
+					"numoutlets" : 1,
 					"outlettype" : [ "bang" ],
-					"presentation_rect" : [ 522.0, 40.0, 20.0, 20.0 ],
-					"numinlets" : 1,
-					"patching_rect" : [ 713.0, 162.0, 20.0, 20.0 ],
-					"numoutlets" : 1,
-					"presentation" : 1,
-					"id" : "obj-87"
+					"presentation_rect" : [ 522.0, 40.0, 20.0, 20.0 ]
 				}
 
 			}
 , 			{
 				"box" : 				{
 					"maxclass" : "number",
-					"outlettype" : [ "int", "bang" ],
+					"triscale" : 0.9,
 					"bgcolor" : [ 0.866667, 0.866667, 0.866667, 1.0 ],
-					"htextcolor" : [ 0.870588, 0.870588, 0.870588, 1.0 ],
-					"fontsize" : 10.0,
-					"triscale" : 0.9,
-					"presentation_rect" : [ 521.0, 67.0, 63.0, 19.0 ],
-					"numinlets" : 1,
 					"patching_rect" : [ 777.0, 284.0, 63.0, 19.0 ],
-					"numoutlets" : 2,
 					"presentation" : 1,
 					"id" : "obj-66",
-					"fontname" : "Verdana"
+					"fontname" : "Verdana",
+					"numinlets" : 1,
+					"htextcolor" : [ 0.870588, 0.870588, 0.870588, 1.0 ],
+					"numoutlets" : 2,
+					"fontsize" : 10.0,
+					"outlettype" : [ "int", "bang" ],
+					"presentation_rect" : [ 521.0, 67.0, 63.0, 19.0 ]
 				}
 
 			}
 , 			{
 				"box" : 				{
 					"maxclass" : "flonum",
-					"outlettype" : [ "float", "bang" ],
-					"triangle" : 0,
+					"triscale" : 0.9,
 					"bgcolor" : [ 0.866667, 0.866667, 0.866667, 1.0 ],
-					"htextcolor" : [ 0.870588, 0.870588, 0.870588, 1.0 ],
 					"cantchange" : 1,
-					"fontsize" : 10.0,
-					"triscale" : 0.9,
-					"presentation_rect" : [ 521.0, 90.0, 64.0, 19.0 ],
-					"numinlets" : 1,
 					"patching_rect" : [ 777.0, 307.0, 64.0, 19.0 ],
-					"numoutlets" : 2,
 					"presentation" : 1,
 					"id" : "obj-75",
-					"fontname" : "Verdana"
+					"fontname" : "Verdana",
+					"numinlets" : 1,
+					"triangle" : 0,
+					"htextcolor" : [ 0.870588, 0.870588, 0.870588, 1.0 ],
+					"numoutlets" : 2,
+					"fontsize" : 10.0,
+					"outlettype" : [ "float", "bang" ],
+					"presentation_rect" : [ 521.0, 90.0, 64.0, 19.0 ]
 				}
 
 			}
@@ -1076,58 +1118,58 @@
 				"box" : 				{
 					"maxclass" : "comment",
 					"text" : "number of events",
-					"fontsize" : 10.0,
-					"presentation_rect" : [ 584.0, 69.0, 97.0, 19.0 ],
-					"numinlets" : 1,
 					"patching_rect" : [ 840.0, 286.0, 97.0, 19.0 ],
-					"numoutlets" : 0,
 					"presentation" : 1,
 					"id" : "obj-77",
-					"fontname" : "Verdana"
+					"fontname" : "Verdana",
+					"numinlets" : 1,
+					"numoutlets" : 0,
+					"fontsize" : 10.0,
+					"presentation_rect" : [ 584.0, 69.0, 97.0, 19.0 ]
 				}
 
 			}
 , 			{
 				"box" : 				{
 					"maxclass" : "ftm.mess",
-					"outlettype" : [ "" ],
-					"#loadbang" : 0,
+					"#triggerall" : 0,
+					"#untuple" : 0,
 					"#init" : "",
-					"ftm_scope" : 1,
-					"text" : [ "_($1 size)" ],
-					"fontsize" : 10.0,
-					"#triggerall" : 0,
-					"presentation_rect" : [ 718.0, 285.0, 51.93457, 17.0 ],
-					"numinlets" : 2,
-					"#untuple" : 0,
 					"patching_rect" : [ 718.0, 285.0, 51.93457, 17.0 ],
-					"ftm_objref_conv" : 0,
-					"numoutlets" : 1,
 					"presentation" : 1,
 					"id" : "obj-81",
-					"fontname" : "Verdana"
+					"fontname" : "Verdana",
+					"text" : [ "_($1 size)" ],
+					"ftm_scope" : 1,
+					"numinlets" : 2,
+					"#loadbang" : 0,
+					"numoutlets" : 1,
+					"fontsize" : 10.0,
+					"ftm_objref_conv" : 0,
+					"outlettype" : [ "" ],
+					"presentation_rect" : [ 718.0, 285.0, 51.93457, 17.0 ]
 				}
 
 			}
 , 			{
 				"box" : 				{
 					"maxclass" : "ftm.mess",
-					"outlettype" : [ "" ],
-					"#loadbang" : 0,
+					"#triggerall" : 0,
+					"#untuple" : 0,
 					"#init" : "",
-					"ftm_scope" : 0,
-					"text" : [ "_($1 duration)" ],
-					"fontsize" : 10.0,
-					"#triggerall" : 0,
-					"presentation_rect" : [ 699.0, 308.0, 74.566406, 17.0 ],
-					"numinlets" : 2,
-					"#untuple" : 0,
 					"patching_rect" : [ 699.0, 308.0, 74.566406, 17.0 ],
-					"ftm_objref_conv" : 0,
-					"numoutlets" : 1,
 					"presentation" : 1,
 					"id" : "obj-84",
-					"fontname" : "Verdana"
+					"fontname" : "Verdana",
+					"text" : [ "_($1 duration)" ],
+					"ftm_scope" : 0,
+					"numinlets" : 2,
+					"#loadbang" : 0,
+					"numoutlets" : 1,
+					"fontsize" : 10.0,
+					"ftm_objref_conv" : 0,
+					"outlettype" : [ "" ],
+					"presentation_rect" : [ 699.0, 308.0, 74.566406, 17.0 ]
 				}
 
 			}
@@ -1135,14 +1177,14 @@
 				"box" : 				{
 					"maxclass" : "comment",
 					"text" : "duration in msec",
-					"fontsize" : 10.0,
-					"presentation_rect" : [ 584.0, 92.0, 93.0, 19.0 ],
-					"numinlets" : 1,
 					"patching_rect" : [ 840.0, 309.0, 93.0, 19.0 ],
-					"numoutlets" : 0,
 					"presentation" : 1,
 					"id" : "obj-85",
-					"fontname" : "Verdana"
+					"fontname" : "Verdana",
+					"numinlets" : 1,
+					"numoutlets" : 0,
+					"fontsize" : 10.0,
+					"presentation_rect" : [ 584.0, 92.0, 93.0, 19.0 ]
 				}
 
 			}
@@ -1150,13 +1192,13 @@
 				"box" : 				{
 					"maxclass" : "message",
 					"text" : "import /Users/andrew/hg/midi-score-follower/MIDIfiles/test.mid",
-					"outlettype" : [ "" ],
+					"patching_rect" : [ 663.0, 129.0, 335.0, 17.0 ],
+					"id" : "obj-53",
+					"fontname" : "Verdana",
+					"numinlets" : 2,
+					"numoutlets" : 1,
 					"fontsize" : 10.0,
-					"numinlets" : 2,
-					"patching_rect" : [ 663.0, 129.0, 335.0, 17.0 ],
-					"numoutlets" : 1,
-					"id" : "obj-53",
-					"fontname" : "Verdana"
+					"outlettype" : [ "" ]
 				}
 
 			}
@@ -1164,29 +1206,29 @@
 				"box" : 				{
 					"maxclass" : "newobj",
 					"text" : "loadmess 1",
-					"outlettype" : [ "" ],
+					"patching_rect" : [ -28.0, 309.0, 68.0, 19.0 ],
+					"id" : "obj-28",
+					"fontname" : "Verdana",
+					"numinlets" : 1,
+					"numoutlets" : 1,
 					"fontsize" : 10.0,
-					"numinlets" : 1,
-					"patching_rect" : [ -28.0, 309.0, 68.0, 19.0 ],
-					"numoutlets" : 1,
-					"id" : "obj-28",
-					"fontname" : "Verdana"
+					"outlettype" : [ "" ]
 				}
 
 			}
 , 			{
 				"box" : 				{
 					"maxclass" : "message",
-					"text" : "159 43 87",
-					"outlettype" : [ "" ],
-					"fontsize" : 10.0,
-					"presentation_rect" : [ 10.0, 226.0, 95.0, 17.0 ],
-					"numinlets" : 2,
+					"text" : "144 55 0",
 					"patching_rect" : [ -131.0, 428.0, 95.0, 17.0 ],
-					"numoutlets" : 1,
 					"presentation" : 1,
 					"id" : "obj-50",
-					"fontname" : "Verdana"
+					"fontname" : "Verdana",
+					"numinlets" : 2,
+					"numoutlets" : 1,
+					"fontsize" : 10.0,
+					"outlettype" : [ "" ],
+					"presentation_rect" : [ 10.0, 226.0, 95.0, 17.0 ]
 				}
 
 			}
@@ -1194,15 +1236,15 @@
 				"box" : 				{
 					"maxclass" : "message",
 					"text" : "/integratedEstimate",
-					"outlettype" : [ "" ],
-					"fontsize" : 10.0,
-					"presentation_rect" : [ 364.0, 375.0, 108.0, 17.0 ],
-					"numinlets" : 2,
 					"patching_rect" : [ 793.0, 807.0, 108.0, 17.0 ],
-					"numoutlets" : 1,
 					"presentation" : 1,
 					"id" : "obj-43",
-					"fontname" : "Verdana"
+					"fontname" : "Verdana",
+					"numinlets" : 2,
+					"numoutlets" : 1,
+					"fontsize" : 10.0,
+					"outlettype" : [ "" ],
+					"presentation_rect" : [ 364.0, 375.0, 108.0, 17.0 ]
 				}
 
 			}
@@ -1210,13 +1252,13 @@
 				"box" : 				{
 					"maxclass" : "message",
 					"text" : "/MAPestimate",
-					"outlettype" : [ "" ],
+					"patching_rect" : [ 768.0, 865.0, 80.0, 17.0 ],
+					"id" : "obj-40",
+					"fontname" : "Verdana",
+					"numinlets" : 2,
+					"numoutlets" : 1,
 					"fontsize" : 10.0,
-					"numinlets" : 2,
-					"patching_rect" : [ 768.0, 865.0, 80.0, 17.0 ],
-					"numoutlets" : 1,
-					"id" : "obj-40",
-					"fontname" : "Verdana"
+					"outlettype" : [ "" ]
 				}
 
 			}
@@ -1224,13 +1266,13 @@
 				"box" : 				{
 					"maxclass" : "newobj",
 					"text" : "sel 0 1",
-					"outlettype" : [ "bang", "bang", "" ],
+					"patching_rect" : [ 698.0, 826.0, 46.0, 19.0 ],
+					"id" : "obj-38",
+					"fontname" : "Verdana",
+					"numinlets" : 1,
+					"numoutlets" : 3,
 					"fontsize" : 10.0,
-					"numinlets" : 1,
-					"patching_rect" : [ 698.0, 826.0, 46.0, 19.0 ],
-					"numoutlets" : 3,
-					"id" : "obj-38",
-					"fontname" : "Verdana"
+					"outlettype" : [ "bang", "bang", "" ]
 				}
 
 			}
@@ -1238,26 +1280,26 @@
 				"box" : 				{
 					"maxclass" : "message",
 					"text" : "/integratedEstimate",
-					"outlettype" : [ "" ],
+					"patching_rect" : [ 646.0, 865.0, 110.0, 17.0 ],
+					"id" : "obj-35",
+					"fontname" : "Verdana",
+					"numinlets" : 2,
+					"numoutlets" : 1,
 					"fontsize" : 10.0,
-					"numinlets" : 2,
-					"patching_rect" : [ 646.0, 865.0, 110.0, 17.0 ],
-					"numoutlets" : 1,
-					"id" : "obj-35",
-					"fontname" : "Verdana"
+					"outlettype" : [ "" ]
 				}
 
 			}
 , 			{
 				"box" : 				{
 					"maxclass" : "toggle",
+					"patching_rect" : [ 698.0, 796.0, 20.0, 20.0 ],
+					"presentation" : 1,
+					"id" : "obj-22",
+					"numinlets" : 1,
+					"numoutlets" : 1,
 					"outlettype" : [ "int" ],
-					"presentation_rect" : [ 364.0, 350.0, 20.0, 20.0 ],
-					"numinlets" : 1,
-					"patching_rect" : [ 698.0, 796.0, 20.0, 20.0 ],
-					"numoutlets" : 1,
-					"presentation" : 1,
-					"id" : "obj-22"
+					"presentation_rect" : [ 364.0, 350.0, 20.0, 20.0 ]
 				}
 
 			}
@@ -1265,32 +1307,32 @@
 				"box" : 				{
 					"maxclass" : "newobj",
 					"text" : "prepend /minimumSpeedRatio",
-					"outlettype" : [ "" ],
-					"fontsize" : 10.0,
-					"presentation_rect" : [ 134.0, 463.0, 164.0, 19.0 ],
-					"numinlets" : 1,
 					"patching_rect" : [ 685.0, 657.0, 164.0, 19.0 ],
-					"numoutlets" : 1,
 					"presentation" : 1,
 					"id" : "obj-13",
-					"fontname" : "Verdana"
+					"fontname" : "Verdana",
+					"numinlets" : 1,
+					"numoutlets" : 1,
+					"fontsize" : 10.0,
+					"outlettype" : [ "" ],
+					"presentation_rect" : [ 134.0, 463.0, 164.0, 19.0 ]
 				}
 
 			}
 , 			{
 				"box" : 				{
 					"maxclass" : "flonum",
-					"outlettype" : [ "float", "bang" ],
-					"fontsize" : 10.0,
-					"maximum" : 2.0,
-					"presentation_rect" : [ 134.0, 436.0, 50.0, 19.0 ],
+					"patching_rect" : [ 685.0, 630.0, 50.0, 19.0 ],
+					"presentation" : 1,
+					"id" : "obj-12",
+					"fontname" : "Verdana",
 					"numinlets" : 1,
 					"minimum" : 0.0,
-					"patching_rect" : [ 685.0, 630.0, 50.0, 19.0 ],
 					"numoutlets" : 2,
-					"presentation" : 1,
-					"id" : "obj-12",
-					"fontname" : "Verdana"
+					"fontsize" : 10.0,
+					"outlettype" : [ "float", "bang" ],
+					"maximum" : 2.0,
+					"presentation_rect" : [ 134.0, 436.0, 50.0, 19.0 ]
 				}
 
 			}
@@ -1298,13 +1340,13 @@
 				"box" : 				{
 					"maxclass" : "message",
 					"text" : "0",
-					"outlettype" : [ "" ],
+					"patching_rect" : [ 86.0, 135.0, 32.5, 17.0 ],
+					"id" : "obj-41",
+					"fontname" : "Verdana",
+					"numinlets" : 2,
+					"numoutlets" : 1,
 					"fontsize" : 10.0,
-					"numinlets" : 2,
-					"patching_rect" : [ 86.0, 135.0, 32.5, 17.0 ],
-					"numoutlets" : 1,
-					"id" : "obj-41",
-					"fontname" : "Verdana"
+					"outlettype" : [ "" ]
 				}
 
 			}
@@ -1312,28 +1354,28 @@
 				"box" : 				{
 					"maxclass" : "newobj",
 					"text" : "loadmess 250",
-					"outlettype" : [ "" ],
+					"patching_rect" : [ 141.0, 150.0, 80.0, 19.0 ],
+					"id" : "obj-37",
+					"fontname" : "Verdana",
+					"numinlets" : 1,
+					"numoutlets" : 1,
 					"fontsize" : 10.0,
-					"numinlets" : 1,
-					"patching_rect" : [ 141.0, 150.0, 80.0, 19.0 ],
-					"numoutlets" : 1,
-					"id" : "obj-37",
-					"fontname" : "Verdana"
+					"outlettype" : [ "" ]
 				}
 
 			}
 , 			{
 				"box" : 				{
 					"maxclass" : "number",
-					"outlettype" : [ "int", "bang" ],
-					"fontsize" : 10.0,
-					"presentation_rect" : [ 583.0, 228.0, 50.0, 19.0 ],
-					"numinlets" : 1,
 					"patching_rect" : [ 141.0, 173.0, 50.0, 19.0 ],
-					"numoutlets" : 2,
 					"presentation" : 1,
 					"id" : "obj-36",
-					"fontname" : "Verdana"
+					"fontname" : "Verdana",
+					"numinlets" : 1,
+					"numoutlets" : 2,
+					"fontsize" : 10.0,
+					"outlettype" : [ "int", "bang" ],
+					"presentation_rect" : [ 583.0, 228.0, 50.0, 19.0 ]
 				}
 
 			}
@@ -1343,27 +1385,27 @@
 					"text" : "iterate through notes when used offline",
 					"linecount" : 2,
 					"presentation_linecount" : 2,
-					"fontsize" : 10.0,
-					"presentation_rect" : [ 550.0, 197.0, 150.0, 31.0 ],
-					"numinlets" : 1,
 					"patching_rect" : [ 1247.0, 855.0, 150.0, 31.0 ],
-					"numoutlets" : 0,
 					"presentation" : 1,
 					"id" : "obj-34",
-					"fontname" : "Verdana"
+					"fontname" : "Verdana",
+					"numinlets" : 1,
+					"numoutlets" : 0,
+					"fontsize" : 10.0,
+					"presentation_rect" : [ 550.0, 197.0, 150.0, 31.0 ]
 				}
 
 			}
 , 			{
 				"box" : 				{
 					"maxclass" : "toggle",
+					"patching_rect" : [ 89.0, 165.0, 20.0, 20.0 ],
+					"presentation" : 1,
+					"id" : "obj-11",
+					"numinlets" : 1,
+					"numoutlets" : 1,
 					"outlettype" : [ "int" ],
-					"presentation_rect" : [ 523.0, 204.0, 20.0, 20.0 ],
-					"numinlets" : 1,
-					"patching_rect" : [ 89.0, 165.0, 20.0, 20.0 ],
-					"numoutlets" : 1,
-					"presentation" : 1,
-					"id" : "obj-11"
+					"presentation_rect" : [ 523.0, 204.0, 20.0, 20.0 ]
 				}
 
 			}
@@ -1371,30 +1413,30 @@
 				"box" : 				{
 					"maxclass" : "newobj",
 					"text" : "metro 250",
-					"outlettype" : [ "bang" ],
-					"fontsize" : 10.0,
-					"presentation_rect" : [ 517.0, 230.0, 63.0, 19.0 ],
-					"numinlets" : 2,
 					"patching_rect" : [ 90.0, 201.0, 63.0, 19.0 ],
-					"numoutlets" : 1,
 					"presentation" : 1,
 					"id" : "obj-2",
-					"fontname" : "Verdana"
+					"fontname" : "Verdana",
+					"numinlets" : 2,
+					"numoutlets" : 1,
+					"fontsize" : 10.0,
+					"outlettype" : [ "bang" ],
+					"presentation_rect" : [ 517.0, 230.0, 63.0, 19.0 ]
 				}
 
 			}
 , 			{
 				"box" : 				{
 					"maxclass" : "flonum",
-					"outlettype" : [ "float", "bang" ],
-					"fontsize" : 12.0,
-					"presentation_rect" : [ 282.0, 62.0, 57.0, 21.0 ],
-					"numinlets" : 1,
 					"patching_rect" : [ 511.0, 249.0, 57.0, 21.0 ],
-					"numoutlets" : 2,
 					"presentation" : 1,
 					"id" : "obj-99",
-					"fontname" : "Verdana"
+					"fontname" : "Verdana",
+					"numinlets" : 1,
+					"numoutlets" : 2,
+					"fontsize" : 12.0,
+					"outlettype" : [ "float", "bang" ],
+					"presentation_rect" : [ 282.0, 62.0, 57.0, 21.0 ]
 				}
 
 			}
@@ -1402,13 +1444,13 @@
 				"box" : 				{
 					"maxclass" : "message",
 					"text" : "/offline",
-					"outlettype" : [ "" ],
+					"patching_rect" : [ 169.0, 893.0, 46.0, 17.0 ],
+					"id" : "obj-74",
+					"fontname" : "Verdana",
+					"numinlets" : 2,
+					"numoutlets" : 1,
 					"fontsize" : 10.0,
-					"numinlets" : 2,
-					"patching_rect" : [ 169.0, 893.0, 46.0, 17.0 ],
-					"numoutlets" : 1,
-					"id" : "obj-74",
-					"fontname" : "Verdana"
+					"outlettype" : [ "" ]
 				}
 
 			}
@@ -1416,13 +1458,13 @@
 				"box" : 				{
 					"maxclass" : "message",
 					"text" : "/realtime",
-					"outlettype" : [ "" ],
+					"patching_rect" : [ 100.0, 890.0, 56.0, 17.0 ],
+					"id" : "obj-73",
+					"fontname" : "Verdana",
+					"numinlets" : 2,
+					"numoutlets" : 1,
 					"fontsize" : 10.0,
-					"numinlets" : 2,
-					"patching_rect" : [ 100.0, 890.0, 56.0, 17.0 ],
-					"numoutlets" : 1,
-					"id" : "obj-73",
-					"fontname" : "Verdana"
+					"outlettype" : [ "" ]
 				}
 
 			}
@@ -1430,13 +1472,13 @@
 				"box" : 				{
 					"maxclass" : "newobj",
 					"text" : "sel 1 2",
-					"outlettype" : [ "bang", "bang", "" ],
+					"patching_rect" : [ 85.0, 860.0, 46.0, 19.0 ],
+					"id" : "obj-64",
+					"fontname" : "Verdana",
+					"numinlets" : 1,
+					"numoutlets" : 3,
 					"fontsize" : 10.0,
-					"numinlets" : 1,
-					"patching_rect" : [ 85.0, 860.0, 46.0, 19.0 ],
-					"numoutlets" : 3,
-					"id" : "obj-64",
-					"fontname" : "Verdana"
+					"outlettype" : [ "bang", "bang", "" ]
 				}
 
 			}
@@ -1444,13 +1486,13 @@
 				"box" : 				{
 					"maxclass" : "newobj",
 					"text" : "p ftmPlayer",
-					"outlettype" : [ "", "" ],
-					"fontsize" : 10.0,
-					"numinlets" : 2,
 					"patching_rect" : [ 45.0, 316.0, 476.0, 19.0 ],
-					"numoutlets" : 2,
 					"id" : "obj-60",
 					"fontname" : "Verdana",
+					"numinlets" : 2,
+					"numoutlets" : 2,
+					"fontsize" : 10.0,
+					"outlettype" : [ "", "" ],
 					"patcher" : 					{
 						"fileversion" : 1,
 						"rect" : [ 25.0, 69.0, 640.0, 480.0 ],
@@ -1473,11 +1515,11 @@
 						"boxes" : [ 							{
 								"box" : 								{
 									"maxclass" : "inlet",
+									"patching_rect" : [ 336.0, 56.0, 25.0, 25.0 ],
+									"id" : "obj-1",
+									"numinlets" : 0,
+									"numoutlets" : 1,
 									"outlettype" : [ "float" ],
-									"numinlets" : 0,
-									"patching_rect" : [ 336.0, 56.0, 25.0, 25.0 ],
-									"numoutlets" : 1,
-									"id" : "obj-1",
 									"comment" : ""
 								}
 
@@ -1486,14 +1528,14 @@
 								"box" : 								{
 									"maxclass" : "comment",
 									"text" : "midi",
-									"fontsize" : 10.0,
-									"presentation_rect" : [ 52.0, 420.0, 150.0, 19.0 ],
-									"numinlets" : 1,
 									"patching_rect" : [ 131.0, 214.0, 150.0, 19.0 ],
-									"numoutlets" : 0,
 									"presentation" : 1,
 									"id" : "obj-11",
-									"fontname" : "Verdana"
+									"fontname" : "Verdana",
+									"numinlets" : 1,
+									"numoutlets" : 0,
+									"fontsize" : 10.0,
+									"presentation_rect" : [ 52.0, 420.0, 150.0, 19.0 ]
 								}
 
 							}
@@ -1501,13 +1543,13 @@
 								"box" : 								{
 									"maxclass" : "newobj",
 									"text" : "p otherFtmControls",
-									"outlettype" : [ "" ],
-									"fontsize" : 10.0,
-									"numinlets" : 0,
 									"patching_rect" : [ 50.0, 109.0, 108.0, 19.0 ],
-									"numoutlets" : 1,
 									"id" : "obj-115",
 									"fontname" : "Verdana",
+									"numinlets" : 0,
+									"numoutlets" : 1,
+									"fontsize" : 10.0,
+									"outlettype" : [ "" ],
 									"patcher" : 									{
 										"fileversion" : 1,
 										"rect" : [ 25.0, 69.0, 640.0, 480.0 ],
@@ -1533,14 +1575,14 @@
 													"text" : "ordinary file following (x) or else one shot test",
 													"linecount" : 2,
 													"presentation_linecount" : 2,
-													"fontsize" : 10.0,
-													"presentation_rect" : [ 52.0, 186.0, 156.0, 31.0 ],
-													"numinlets" : 1,
 													"patching_rect" : [ 98.0, 56.0, 153.0, 31.0 ],
-													"numoutlets" : 0,
 													"presentation" : 1,
 													"id" : "obj-111",
-													"fontname" : "Verdana"
+													"fontname" : "Verdana",
+													"numinlets" : 1,
+													"numoutlets" : 0,
+													"fontsize" : 10.0,
+													"presentation_rect" : [ 52.0, 186.0, 156.0, 31.0 ]
 												}
 
 											}
@@ -1548,33 +1590,33 @@
 												"box" : 												{
 													"maxclass" : "comment",
 													"text" : "set speed",
-													"fontsize" : 10.0,
+													"patching_rect" : [ 362.0, 263.0, 57.0, 19.0 ],
+													"id" : "obj-3",
+													"fontname" : "Verdana",
 													"numinlets" : 1,
-													"patching_rect" : [ 362.0, 263.0, 57.0, 19.0 ],
 													"numoutlets" : 0,
-													"id" : "obj-3",
-													"fontname" : "Verdana"
+													"fontsize" : 10.0
 												}
 
 											}
 , 											{
 												"box" : 												{
 													"maxclass" : "ftm.mess",
+													"#triggerall" : 0,
+													"#untuple" : 0,
+													"#init" : "",
+													"patching_rect" : [ 216.0, 166.0, 92.157234, 17.0 ],
+													"id" : "obj-4",
+													"fontname" : "Verdana",
+													"text" : [ "_loop 500 1500 1." ],
+													"ftm_scope" : 0,
+													"numinlets" : 2,
+													"#loadbang" : 0,
+													"numoutlets" : 1,
+													"fontsize" : 10.0,
+													"ftm_objref_conv" : 0,
 													"outlettype" : [ "" ],
-													"#loadbang" : 0,
-													"#init" : "",
-													"ftm_scope" : 0,
-													"text" : [ "_loop 500 1500 1." ],
-													"fontsize" : 10.0,
-													"#triggerall" : 0,
-													"presentation_rect" : [ 216.0, 166.0, 92.157234, 17.0 ],
-													"numinlets" : 2,
-													"#untuple" : 0,
-													"patching_rect" : [ 216.0, 166.0, 92.157234, 17.0 ],
-													"ftm_objref_conv" : 0,
-													"numoutlets" : 1,
-													"id" : "obj-4",
-													"fontname" : "Verdana"
+													"presentation_rect" : [ 216.0, 166.0, 92.157234, 17.0 ]
 												}
 
 											}
@@ -1582,33 +1624,33 @@
 												"box" : 												{
 													"maxclass" : "comment",
 													"text" : "set segment (begin, end and speed) and loop",
-													"fontsize" : 10.0,
+													"patching_rect" : [ 306.0, 167.0, 240.0, 19.0 ],
+													"id" : "obj-5",
+													"fontname" : "Verdana",
 													"numinlets" : 1,
-													"patching_rect" : [ 306.0, 167.0, 240.0, 19.0 ],
 													"numoutlets" : 0,
-													"id" : "obj-5",
-													"fontname" : "Verdana"
+													"fontsize" : 10.0
 												}
 
 											}
 , 											{
 												"box" : 												{
 													"maxclass" : "ftm.mess",
+													"#triggerall" : 0,
+													"#untuple" : 0,
+													"#init" : "",
+													"patching_rect" : [ 216.0, 146.0, 142.66507, 17.0 ],
+													"id" : "obj-6",
+													"fontname" : "Verdana",
+													"text" : [ "_play $play.seq 500 1500 1." ],
+													"ftm_scope" : 0,
+													"numinlets" : 2,
+													"#loadbang" : 0,
+													"numoutlets" : 1,
+													"fontsize" : 10.0,
+													"ftm_objref_conv" : 0,
 													"outlettype" : [ "" ],
-													"#loadbang" : 0,
-													"#init" : "",
-													"ftm_scope" : 0,
-													"text" : [ "_play $play.seq 500 1500 1." ],
-													"fontsize" : 10.0,
-													"#triggerall" : 0,
-													"presentation_rect" : [ 216.0, 146.0, 142.66507, 17.0 ],
-													"numinlets" : 2,
-													"#untuple" : 0,
-													"patching_rect" : [ 216.0, 146.0, 142.66507, 17.0 ],
-													"ftm_objref_conv" : 0,
-													"numoutlets" : 1,
-													"id" : "obj-6",
-													"fontname" : "Verdana"
+													"presentation_rect" : [ 216.0, 146.0, 142.66507, 17.0 ]
 												}
 
 											}
@@ -1616,12 +1658,12 @@
 												"box" : 												{
 													"maxclass" : "comment",
 													"text" : "set segment (track, begin, end and speed) and play",
-													"fontsize" : 10.0,
+													"patching_rect" : [ 370.0, 147.0, 272.0, 19.0 ],
+													"id" : "obj-7",
+													"fontname" : "Verdana",
 													"numinlets" : 1,
-													"patching_rect" : [ 370.0, 147.0, 272.0, 19.0 ],
 													"numoutlets" : 0,
-													"id" : "obj-7",
-													"fontname" : "Verdana"
+													"fontsize" : 10.0
 												}
 
 											}
@@ -1629,25 +1671,25 @@
 												"box" : 												{
 													"maxclass" : "comment",
 													"text" : "advance to next time",
-													"fontsize" : 10.0,
+													"patching_rect" : [ 88.0, 258.0, 115.0, 19.0 ],
+													"id" : "obj-8",
+													"fontname" : "Verdana",
 													"numinlets" : 1,
-													"patching_rect" : [ 88.0, 258.0, 115.0, 19.0 ],
 													"numoutlets" : 0,
-													"id" : "obj-8",
-													"fontname" : "Verdana"
+													"fontsize" : 10.0
 												}
 
 											}
 , 											{
 												"box" : 												{
 													"maxclass" : "slider",
-													"outlettype" : [ "" ],
+													"patching_rect" : [ 162.0, 238.0, 169.0, 15.0 ],
+													"id" : "obj-9",
+													"numinlets" : 1,
 													"orientation" : 1,
 													"size" : 1001.0,
-													"numinlets" : 1,
-													"patching_rect" : [ 162.0, 238.0, 169.0, 15.0 ],
 													"numoutlets" : 1,
-													"id" : "obj-9",
+													"outlettype" : [ "" ],
 													"mult" : 10.0
 												}
 
@@ -1656,12 +1698,12 @@
 												"box" : 												{
 													"maxclass" : "comment",
 													"text" : "locate or jump at given time",
-													"fontsize" : 10.0,
+													"patching_rect" : [ 114.0, 121.0, 151.0, 19.0 ],
+													"id" : "obj-10",
+													"fontname" : "Verdana",
 													"numinlets" : 1,
-													"patching_rect" : [ 114.0, 121.0, 151.0, 19.0 ],
 													"numoutlets" : 0,
-													"id" : "obj-10",
-													"fontname" : "Verdana"
+													"fontsize" : 10.0
 												}
 
 											}
@@ -1669,13 +1711,13 @@
 												"box" : 												{
 													"maxclass" : "message",
 													"text" : "next",
-													"outlettype" : [ "" ],
+													"patching_rect" : [ 50.0, 257.0, 33.0, 17.0 ],
+													"id" : "obj-11",
+													"fontname" : "Verdana",
+													"numinlets" : 2,
+													"numoutlets" : 1,
 													"fontsize" : 10.0,
-													"numinlets" : 2,
-													"patching_rect" : [ 50.0, 257.0, 33.0, 17.0 ],
-													"numoutlets" : 1,
-													"id" : "obj-11",
-													"fontname" : "Verdana"
+													"outlettype" : [ "" ]
 												}
 
 											}
@@ -1683,13 +1725,13 @@
 												"box" : 												{
 													"maxclass" : "message",
 													"text" : "jump 300.",
-													"outlettype" : [ "" ],
+													"patching_rect" : [ 50.0, 119.0, 62.0, 17.0 ],
+													"id" : "obj-12",
+													"fontname" : "Verdana",
+													"numinlets" : 2,
+													"numoutlets" : 1,
 													"fontsize" : 10.0,
-													"numinlets" : 2,
-													"patching_rect" : [ 50.0, 119.0, 62.0, 17.0 ],
-													"numoutlets" : 1,
-													"id" : "obj-12",
-													"fontname" : "Verdana"
+													"outlettype" : [ "" ]
 												}
 
 											}
@@ -1697,12 +1739,12 @@
 												"box" : 												{
 													"maxclass" : "comment",
 													"text" : "set speed by giving a duration for the current segment",
-													"fontsize" : 10.0,
+													"patching_rect" : [ 336.0, 281.0, 285.0, 19.0 ],
+													"id" : "obj-23",
+													"fontname" : "Verdana",
 													"numinlets" : 1,
-													"patching_rect" : [ 336.0, 281.0, 285.0, 19.0 ],
 													"numoutlets" : 0,
-													"id" : "obj-23",
-													"fontname" : "Verdana"
+													"fontsize" : 10.0
 												}
 
 											}
@@ -1710,12 +1752,12 @@
 												"box" : 												{
 													"maxclass" : "comment",
 													"text" : "set segment (only begin and end) and play straight",
-													"fontsize" : 10.0,
+													"patching_rect" : [ 354.0, 120.0, 270.0, 19.0 ],
+													"id" : "obj-24",
+													"fontname" : "Verdana",
 													"numinlets" : 1,
-													"patching_rect" : [ 354.0, 120.0, 270.0, 19.0 ],
 													"numoutlets" : 0,
-													"id" : "obj-24",
-													"fontname" : "Verdana"
+													"fontsize" : 10.0
 												}
 
 											}
@@ -1723,12 +1765,12 @@
 												"box" : 												{
 													"maxclass" : "comment",
 													"text" : "play current segment",
-													"fontsize" : 10.0,
+													"patching_rect" : [ 86.0, 147.0, 116.0, 19.0 ],
+													"id" : "obj-25",
+													"fontname" : "Verdana",
 													"numinlets" : 1,
-													"patching_rect" : [ 86.0, 147.0, 116.0, 19.0 ],
 													"numoutlets" : 0,
-													"id" : "obj-25",
-													"fontname" : "Verdana"
+													"fontsize" : 10.0
 												}
 
 											}
@@ -1736,50 +1778,50 @@
 												"box" : 												{
 													"maxclass" : "message",
 													"text" : "speed 0.5",
-													"outlettype" : [ "" ],
+													"patching_rect" : [ 299.0, 262.0, 58.0, 17.0 ],
+													"id" : "obj-26",
+													"fontname" : "Verdana",
+													"numinlets" : 2,
+													"numoutlets" : 1,
 													"fontsize" : 10.0,
-													"numinlets" : 2,
-													"patching_rect" : [ 299.0, 262.0, 58.0, 17.0 ],
-													"numoutlets" : 1,
-													"id" : "obj-26",
-													"fontname" : "Verdana"
+													"outlettype" : [ "" ]
 												}
 
 											}
 , 											{
 												"box" : 												{
 													"maxclass" : "ftm.mess",
+													"#triggerall" : 0,
+													"#untuple" : 0,
+													"#init" : "",
+													"patching_rect" : [ 274.0, 119.0, 78.998055, 17.0 ],
+													"id" : "obj-27",
+													"fontname" : "Verdana",
+													"text" : [ "_set 0 9999999" ],
+													"ftm_scope" : 0,
+													"numinlets" : 2,
+													"#loadbang" : 0,
+													"numoutlets" : 1,
+													"fontsize" : 10.0,
+													"ftm_objref_conv" : 0,
 													"outlettype" : [ "" ],
-													"#loadbang" : 0,
-													"#init" : "",
-													"ftm_scope" : 0,
-													"text" : [ "_set 0 9999999" ],
-													"fontsize" : 10.0,
-													"#triggerall" : 0,
-													"presentation_rect" : [ 274.0, 119.0, 78.998055, 17.0 ],
-													"numinlets" : 2,
-													"#untuple" : 0,
-													"patching_rect" : [ 274.0, 119.0, 78.998055, 17.0 ],
-													"ftm_objref_conv" : 0,
-													"numoutlets" : 1,
-													"id" : "obj-27",
-													"fontname" : "Verdana"
+													"presentation_rect" : [ 274.0, 119.0, 78.998055, 17.0 ]
 												}
 
 											}
 , 											{
 												"box" : 												{
 													"maxclass" : "flonum",
-													"outlettype" : [ "float", "bang" ],
+													"triscale" : 0.9,
 													"bgcolor" : [ 0.866667, 0.866667, 0.866667, 1.0 ],
+													"patching_rect" : [ 104.0, 238.0, 56.0, 19.0 ],
+													"id" : "obj-28",
+													"fontname" : "Verdana",
+													"numinlets" : 1,
 													"htextcolor" : [ 0.870588, 0.870588, 0.870588, 1.0 ],
+													"numoutlets" : 2,
 													"fontsize" : 10.0,
-													"triscale" : 0.9,
-													"numinlets" : 1,
-													"patching_rect" : [ 104.0, 238.0, 56.0, 19.0 ],
-													"numoutlets" : 2,
-													"id" : "obj-28",
-													"fontname" : "Verdana"
+													"outlettype" : [ "float", "bang" ]
 												}
 
 											}
@@ -1787,13 +1829,13 @@
 												"box" : 												{
 													"maxclass" : "message",
 													"text" : "duration 1000",
-													"outlettype" : [ "" ],
+													"patching_rect" : [ 252.0, 281.0, 79.0, 17.0 ],
+													"id" : "obj-29",
+													"fontname" : "Verdana",
+													"numinlets" : 2,
+													"numoutlets" : 1,
 													"fontsize" : 10.0,
-													"numinlets" : 2,
-													"patching_rect" : [ 252.0, 281.0, 79.0, 17.0 ],
-													"numoutlets" : 1,
-													"id" : "obj-29",
-													"fontname" : "Verdana"
+													"outlettype" : [ "" ]
 												}
 
 											}
@@ -1801,13 +1843,13 @@
 												"box" : 												{
 													"maxclass" : "message",
 													"text" : "speed 2.",
-													"outlettype" : [ "" ],
+													"patching_rect" : [ 252.0, 262.0, 52.0, 17.0 ],
+													"id" : "obj-30",
+													"fontname" : "Verdana",
+													"numinlets" : 2,
+													"numoutlets" : 1,
 													"fontsize" : 10.0,
-													"numinlets" : 2,
-													"patching_rect" : [ 252.0, 262.0, 52.0, 17.0 ],
-													"numoutlets" : 1,
-													"id" : "obj-30",
-													"fontname" : "Verdana"
+													"outlettype" : [ "" ]
 												}
 
 											}
@@ -1815,13 +1857,13 @@
 												"box" : 												{
 													"maxclass" : "message",
 													"text" : "pause",
-													"outlettype" : [ "" ],
+													"patching_rect" : [ 50.0, 192.0, 40.0, 17.0 ],
+													"id" : "obj-31",
+													"fontname" : "Verdana",
+													"numinlets" : 2,
+													"numoutlets" : 1,
 													"fontsize" : 10.0,
-													"numinlets" : 2,
-													"patching_rect" : [ 50.0, 192.0, 40.0, 17.0 ],
-													"numoutlets" : 1,
-													"id" : "obj-31",
-													"fontname" : "Verdana"
+													"outlettype" : [ "" ]
 												}
 
 											}
@@ -1829,13 +1871,13 @@
 												"box" : 												{
 													"maxclass" : "message",
 													"text" : "locate 300.",
-													"outlettype" : [ "" ],
+													"patching_rect" : [ 50.0, 100.0, 67.0, 17.0 ],
+													"id" : "obj-32",
+													"fontname" : "Verdana",
+													"numinlets" : 2,
+													"numoutlets" : 1,
 													"fontsize" : 10.0,
-													"numinlets" : 2,
-													"patching_rect" : [ 50.0, 100.0, 67.0, 17.0 ],
-													"numoutlets" : 1,
-													"id" : "obj-32",
-													"fontname" : "Verdana"
+													"outlettype" : [ "" ]
 												}
 
 											}
@@ -1843,34 +1885,34 @@
 												"box" : 												{
 													"maxclass" : "message",
 													"text" : "sync $1",
-													"outlettype" : [ "" ],
+													"patching_rect" : [ 50.0, 238.0, 49.0, 17.0 ],
+													"id" : "obj-33",
+													"fontname" : "Verdana",
+													"numinlets" : 2,
+													"numoutlets" : 1,
 													"fontsize" : 10.0,
-													"numinlets" : 2,
-													"patching_rect" : [ 50.0, 238.0, 49.0, 17.0 ],
-													"numoutlets" : 1,
-													"id" : "obj-33",
-													"fontname" : "Verdana"
+													"outlettype" : [ "" ]
 												}
 
 											}
 , 											{
 												"box" : 												{
 													"maxclass" : "ftm.mess",
+													"#triggerall" : 0,
+													"#untuple" : 0,
+													"#init" : "",
+													"patching_rect" : [ 274.0, 100.0, 136.952179, 17.0 ],
+													"id" : "obj-40",
+													"fontname" : "Verdana",
+													"text" : [ "_set $play.seq 500 1500 1." ],
+													"ftm_scope" : 0,
+													"numinlets" : 2,
+													"#loadbang" : 0,
+													"numoutlets" : 1,
+													"fontsize" : 10.0,
+													"ftm_objref_conv" : 0,
 													"outlettype" : [ "" ],
-													"#loadbang" : 0,
-													"#init" : "",
-													"ftm_scope" : 0,
-													"text" : [ "_set $play.seq 500 1500 1." ],
-													"fontsize" : 10.0,
-													"#triggerall" : 0,
-													"presentation_rect" : [ 274.0, 100.0, 136.952179, 17.0 ],
-													"numinlets" : 2,
-													"#untuple" : 0,
-													"patching_rect" : [ 274.0, 100.0, 136.952179, 17.0 ],
-													"ftm_objref_conv" : 0,
-													"numoutlets" : 1,
-													"id" : "obj-40",
-													"fontname" : "Verdana"
+													"presentation_rect" : [ 274.0, 100.0, 136.952179, 17.0 ]
 												}
 
 											}
@@ -1878,24 +1920,24 @@
 												"box" : 												{
 													"maxclass" : "message",
 													"text" : "loop",
-													"outlettype" : [ "" ],
+													"patching_rect" : [ 50.0, 165.0, 32.5, 17.0 ],
+													"id" : "obj-41",
+													"fontname" : "Verdana",
+													"numinlets" : 2,
+													"numoutlets" : 1,
 													"fontsize" : 10.0,
-													"numinlets" : 2,
-													"patching_rect" : [ 50.0, 165.0, 32.5, 17.0 ],
-													"numoutlets" : 1,
-													"id" : "obj-41",
-													"fontname" : "Verdana"
+													"outlettype" : [ "" ]
 												}
 
 											}
 , 											{
 												"box" : 												{
 													"maxclass" : "button",
-													"outlettype" : [ "bang" ],
+													"patching_rect" : [ 50.0, 292.0, 15.0, 15.0 ],
+													"id" : "obj-50",
 													"numinlets" : 1,
-													"patching_rect" : [ 50.0, 292.0, 15.0, 15.0 ],
 													"numoutlets" : 1,
-													"id" : "obj-50"
+													"outlettype" : [ "bang" ]
 												}
 
 											}
@@ -1903,12 +1945,12 @@
 												"box" : 												{
 													"maxclass" : "comment",
 													"text" : "advance to gven time (output all events on the way)",
-													"fontsize" : 10.0,
+													"patching_rect" : [ 326.0, 238.0, 274.0, 19.0 ],
+													"id" : "obj-54",
+													"fontname" : "Verdana",
 													"numinlets" : 1,
-													"patching_rect" : [ 326.0, 238.0, 274.0, 19.0 ],
 													"numoutlets" : 0,
-													"id" : "obj-54",
-													"fontname" : "Verdana"
+													"fontsize" : 10.0
 												}
 
 											}
@@ -1916,12 +1958,12 @@
 												"box" : 												{
 													"maxclass" : "comment",
 													"text" : "locate halted at given time",
-													"fontsize" : 10.0,
+													"patching_rect" : [ 119.0, 101.0, 143.0, 19.0 ],
+													"id" : "obj-55",
+													"fontname" : "Verdana",
 													"numinlets" : 1,
-													"patching_rect" : [ 119.0, 101.0, 143.0, 19.0 ],
 													"numoutlets" : 0,
-													"id" : "obj-55",
-													"fontname" : "Verdana"
+													"fontsize" : 10.0
 												}
 
 											}
@@ -1929,12 +1971,12 @@
 												"box" : 												{
 													"maxclass" : "comment",
 													"text" : "loop current segment",
-													"fontsize" : 10.0,
+													"patching_rect" : [ 85.0, 166.0, 116.0, 19.0 ],
+													"id" : "obj-57",
+													"fontname" : "Verdana",
 													"numinlets" : 1,
-													"patching_rect" : [ 85.0, 166.0, 116.0, 19.0 ],
 													"numoutlets" : 0,
-													"id" : "obj-57",
-													"fontname" : "Verdana"
+													"fontsize" : 10.0
 												}
 
 											}
@@ -1942,12 +1984,12 @@
 												"box" : 												{
 													"maxclass" : "comment",
 													"text" : "stop playing and reset",
-													"fontsize" : 10.0,
+													"patching_rect" : [ 86.0, 212.0, 121.0, 19.0 ],
+													"id" : "obj-58",
+													"fontname" : "Verdana",
 													"numinlets" : 1,
-													"patching_rect" : [ 86.0, 212.0, 121.0, 19.0 ],
 													"numoutlets" : 0,
-													"id" : "obj-58",
-													"fontname" : "Verdana"
+													"fontsize" : 10.0
 												}
 
 											}
@@ -1955,12 +1997,12 @@
 												"box" : 												{
 													"maxclass" : "comment",
 													"text" : "halt playing",
-													"fontsize" : 10.0,
+													"patching_rect" : [ 93.0, 193.0, 67.0, 19.0 ],
+													"id" : "obj-59",
+													"fontname" : "Verdana",
 													"numinlets" : 1,
-													"patching_rect" : [ 93.0, 193.0, 67.0, 19.0 ],
 													"numoutlets" : 0,
-													"id" : "obj-59",
-													"fontname" : "Verdana"
+													"fontsize" : 10.0
 												}
 
 											}
@@ -1968,12 +2010,12 @@
 												"box" : 												{
 													"maxclass" : "comment",
 													"text" : "play current segment straight",
-													"fontsize" : 10.0,
+													"patching_rect" : [ 67.0, 292.0, 158.0, 19.0 ],
+													"id" : "obj-60",
+													"fontname" : "Verdana",
 													"numinlets" : 1,
-													"patching_rect" : [ 67.0, 292.0, 158.0, 19.0 ],
 													"numoutlets" : 0,
-													"id" : "obj-60",
-													"fontname" : "Verdana"
+													"fontsize" : 10.0
 												}
 
 											}
@@ -1982,22 +2024,22 @@
 													"maxclass" : "comment",
 													"text" : "note that setting a new track stops and resets the player (play and loop start from beginning)",
 													"linecount" : 2,
-													"fontsize" : 10.0,
+													"patching_rect" : [ 277.0, 196.0, 266.0, 31.0 ],
+													"id" : "obj-62",
+													"fontname" : "Verdana",
 													"numinlets" : 1,
-													"patching_rect" : [ 277.0, 196.0, 266.0, 31.0 ],
 													"numoutlets" : 0,
-													"id" : "obj-62",
-													"fontname" : "Verdana"
+													"fontsize" : 10.0
 												}
 
 											}
 , 											{
 												"box" : 												{
 													"maxclass" : "outlet",
+													"patching_rect" : [ 147.357147, 371.0, 25.0, 25.0 ],
+													"id" : "obj-114",
 													"numinlets" : 1,
-													"patching_rect" : [ 147.357147, 371.0, 25.0, 25.0 ],
 													"numoutlets" : 0,
-													"id" : "obj-114",
 													"comment" : ""
 												}
 
@@ -2005,7 +2047,124 @@
  ],
 										"lines" : [ 											{
 												"patchline" : 												{
-													"source" : [ "obj-26", 0 ],
+													"source" : [ "obj-9", 0 ],
+													"destination" : [ "obj-28", 0 ],
+													"hidden" : 1,
+													"midpoints" : [  ]
+												}
+
+											}
+, 											{
+												"patchline" : 												{
+													"source" : [ "obj-28", 0 ],
+													"destination" : [ "obj-33", 0 ],
+													"hidden" : 1,
+													"midpoints" : [  ]
+												}
+
+											}
+, 											{
+												"patchline" : 												{
+													"source" : [ "obj-32", 0 ],
+													"destination" : [ "obj-114", 0 ],
+													"hidden" : 0,
+													"midpoints" : [  ]
+												}
+
+											}
+, 											{
+												"patchline" : 												{
+													"source" : [ "obj-12", 0 ],
+													"destination" : [ "obj-114", 0 ],
+													"hidden" : 0,
+													"midpoints" : [  ]
+												}
+
+											}
+, 											{
+												"patchline" : 												{
+													"source" : [ "obj-41", 0 ],
+													"destination" : [ "obj-114", 0 ],
+													"hidden" : 0,
+													"midpoints" : [  ]
+												}
+
+											}
+, 											{
+												"patchline" : 												{
+													"source" : [ "obj-31", 0 ],
+													"destination" : [ "obj-114", 0 ],
+													"hidden" : 0,
+													"midpoints" : [  ]
+												}
+
+											}
+, 											{
+												"patchline" : 												{
+													"source" : [ "obj-33", 0 ],
+													"destination" : [ "obj-114", 0 ],
+													"hidden" : 0,
+													"midpoints" : [  ]
+												}
+
+											}
+, 											{
+												"patchline" : 												{
+													"source" : [ "obj-11", 0 ],
+													"destination" : [ "obj-114", 0 ],
+													"hidden" : 0,
+													"midpoints" : [  ]
+												}
+
+											}
+, 											{
+												"patchline" : 												{
+													"source" : [ "obj-50", 0 ],
+													"destination" : [ "obj-114", 0 ],
+													"hidden" : 0,
+													"midpoints" : [  ]
+												}
+
+											}
+, 											{
+												"patchline" : 												{
+													"source" : [ "obj-6", 0 ],
+													"destination" : [ "obj-114", 0 ],
+													"hidden" : 0,
+													"midpoints" : [  ]
+												}
+
+											}
+, 											{
+												"patchline" : 												{
+													"source" : [ "obj-4", 0 ],
+													"destination" : [ "obj-114", 0 ],
+													"hidden" : 0,
+													"midpoints" : [  ]
+												}
+
+											}
+, 											{
+												"patchline" : 												{
+													"source" : [ "obj-30", 0 ],
+													"destination" : [ "obj-114", 0 ],
+													"hidden" : 0,
+													"midpoints" : [  ]
+												}
+
+											}
+, 											{
+												"patchline" : 												{
+													"source" : [ "obj-29", 0 ],
+													"destination" : [ "obj-114", 0 ],
+													"hidden" : 0,
+													"midpoints" : [  ]
+												}
+
+											}
+, 											{
+												"patchline" : 												{
+													"source" : [ "obj-40", 0 ],
 													"destination" : [ "obj-114", 0 ],
 													"hidden" : 0,
 													"midpoints" : [  ]
@@ -2023,141 +2182,24 @@
 											}
 , 											{
 												"patchline" : 												{
-													"source" : [ "obj-40", 0 ],
+													"source" : [ "obj-26", 0 ],
 													"destination" : [ "obj-114", 0 ],
 													"hidden" : 0,
 													"midpoints" : [  ]
 												}
 
 											}
-, 											{
-												"patchline" : 												{
-													"source" : [ "obj-29", 0 ],
-													"destination" : [ "obj-114", 0 ],
-													"hidden" : 0,
-													"midpoints" : [  ]
-												}
-
-											}
-, 											{
-												"patchline" : 												{
-													"source" : [ "obj-30", 0 ],
-													"destination" : [ "obj-114", 0 ],
-													"hidden" : 0,
-													"midpoints" : [  ]
-												}
-
-											}
-, 											{
-												"patchline" : 												{
-													"source" : [ "obj-4", 0 ],
-													"destination" : [ "obj-114", 0 ],
-													"hidden" : 0,
-													"midpoints" : [  ]
-												}
-
-											}
-, 											{
-												"patchline" : 												{
-													"source" : [ "obj-6", 0 ],
-													"destination" : [ "obj-114", 0 ],
-													"hidden" : 0,
-													"midpoints" : [  ]
-												}
-
-											}
-, 											{
-												"patchline" : 												{
-													"source" : [ "obj-50", 0 ],
-													"destination" : [ "obj-114", 0 ],
-													"hidden" : 0,
-													"midpoints" : [  ]
-												}
-
-											}
-, 											{
-												"patchline" : 												{
-													"source" : [ "obj-11", 0 ],
-													"destination" : [ "obj-114", 0 ],
-													"hidden" : 0,
-													"midpoints" : [  ]
-												}
-
-											}
-, 											{
-												"patchline" : 												{
-													"source" : [ "obj-33", 0 ],
-													"destination" : [ "obj-114", 0 ],
-													"hidden" : 0,
-													"midpoints" : [  ]
-												}
-
-											}
-, 											{
-												"patchline" : 												{
-													"source" : [ "obj-31", 0 ],
-													"destination" : [ "obj-114", 0 ],
-													"hidden" : 0,
-													"midpoints" : [  ]
-												}
-
-											}
-, 											{
-												"patchline" : 												{
-													"source" : [ "obj-41", 0 ],
-													"destination" : [ "obj-114", 0 ],
-													"hidden" : 0,
-													"midpoints" : [  ]
-												}
-
-											}
-, 											{
-												"patchline" : 												{
-													"source" : [ "obj-12", 0 ],
-													"destination" : [ "obj-114", 0 ],
-													"hidden" : 0,
-													"midpoints" : [  ]
-												}
-
-											}
-, 											{
-												"patchline" : 												{
-													"source" : [ "obj-32", 0 ],
-													"destination" : [ "obj-114", 0 ],
-													"hidden" : 0,
-													"midpoints" : [  ]
-												}
-
-											}
-, 											{
-												"patchline" : 												{
-													"source" : [ "obj-28", 0 ],
-													"destination" : [ "obj-33", 0 ],
-													"hidden" : 1,
-													"midpoints" : [  ]
-												}
-
-											}
-, 											{
-												"patchline" : 												{
-													"source" : [ "obj-9", 0 ],
-													"destination" : [ "obj-28", 0 ],
-													"hidden" : 1,
-													"midpoints" : [  ]
-												}
-
-											}
  ]
 									}
 ,
 									"saved_object_attributes" : 									{
+										"default_fontface" : 0,
+										"default_fontname" : "Arial",
+										"fontname" : "Arial",
 										"default_fontsize" : 12.0,
 										"globalpatchername" : "",
 										"fontface" : 0,
-										"fontsize" : 12.0,
-										"default_fontface" : 0,
-										"default_fontname" : "Arial",
-										"fontname" : "Arial"
+										"fontsize" : 12.0
 									}
 
 								}
@@ -2167,12 +2209,12 @@
 								"box" : 								{
 									"maxclass" : "comment",
 									"text" : "syntax:",
-									"fontsize" : 10.0,
+									"patching_rect" : [ 358.0, 168.0, 46.0, 19.0 ],
+									"id" : "obj-2",
+									"fontname" : "Verdana",
 									"numinlets" : 1,
-									"patching_rect" : [ 358.0, 168.0, 46.0, 19.0 ],
 									"numoutlets" : 0,
-									"id" : "obj-2",
-									"fontname" : "Verdana"
+									"fontsize" : 10.0
 								}
 
 							}
@@ -2181,12 +2223,12 @@
 									"maxclass" : "comment",
 									"text" : "kill hanging notes when looping",
 									"hidden" : 1,
-									"fontsize" : 10.0,
+									"patching_rect" : [ 291.0, 203.0, 168.0, 19.0 ],
+									"id" : "obj-13",
+									"fontname" : "Verdana",
 									"numinlets" : 1,
-									"patching_rect" : [ 291.0, 203.0, 168.0, 19.0 ],
 									"numoutlets" : 0,
-									"id" : "obj-13",
-									"fontname" : "Verdana"
+									"fontsize" : 10.0
 								}
 
 							}
@@ -2194,12 +2236,12 @@
 								"box" : 								{
 									"maxclass" : "comment",
 									"text" : "set segment end",
-									"fontsize" : 10.0,
+									"patching_rect" : [ 433.0, 120.0, 93.0, 19.0 ],
+									"id" : "obj-21",
+									"fontname" : "Verdana",
 									"numinlets" : 1,
-									"patching_rect" : [ 433.0, 120.0, 93.0, 19.0 ],
 									"numoutlets" : 0,
-									"id" : "obj-21",
-									"fontname" : "Verdana"
+									"fontsize" : 10.0
 								}
 
 							}
@@ -2208,26 +2250,26 @@
 									"maxclass" : "newobj",
 									"text" : "change 0 -",
 									"hidden" : 1,
-									"outlettype" : [ "", "int", "int" ],
+									"patching_rect" : [ 128.0, 202.0, 62.0, 19.0 ],
+									"id" : "obj-34",
+									"fontname" : "Verdana",
+									"numinlets" : 1,
+									"numoutlets" : 3,
 									"fontsize" : 10.0,
-									"numinlets" : 1,
-									"patching_rect" : [ 128.0, 202.0, 62.0, 19.0 ],
-									"numoutlets" : 3,
-									"id" : "obj-34",
-									"fontname" : "Verdana"
+									"outlettype" : [ "", "int", "int" ]
 								}
 
 							}
 , 							{
 								"box" : 								{
 									"maxclass" : "slider",
-									"outlettype" : [ "" ],
+									"patching_rect" : [ 262.0, 120.0, 169.0, 15.0 ],
+									"id" : "obj-35",
+									"numinlets" : 1,
 									"orientation" : 1,
 									"size" : 1001.0,
-									"numinlets" : 1,
-									"patching_rect" : [ 262.0, 120.0, 169.0, 15.0 ],
 									"numoutlets" : 1,
-									"id" : "obj-35",
+									"outlettype" : [ "" ],
 									"mult" : 10.0
 								}
 
@@ -2235,13 +2277,13 @@
 , 							{
 								"box" : 								{
 									"maxclass" : "slider",
-									"outlettype" : [ "" ],
+									"patching_rect" : [ 187.0, 100.0, 169.0, 15.0 ],
+									"id" : "obj-36",
+									"numinlets" : 1,
 									"orientation" : 1,
 									"size" : 1001.0,
-									"numinlets" : 1,
-									"patching_rect" : [ 187.0, 100.0, 169.0, 15.0 ],
 									"numoutlets" : 1,
-									"id" : "obj-36",
+									"outlettype" : [ "" ],
 									"mult" : 10.0
 								}
 
@@ -2250,15 +2292,15 @@
 								"box" : 								{
 									"maxclass" : "message",
 									"text" : "GM",
-									"outlettype" : [ "" ],
-									"fontsize" : 10.0,
-									"presentation_rect" : [ 127.0, 442.0, 32.5, 17.0 ],
-									"numinlets" : 2,
 									"patching_rect" : [ 203.0, 228.0, 32.5, 17.0 ],
-									"numoutlets" : 1,
 									"presentation" : 1,
 									"id" : "obj-37",
-									"fontname" : "Verdana"
+									"fontname" : "Verdana",
+									"numinlets" : 2,
+									"numoutlets" : 1,
+									"fontsize" : 10.0,
+									"outlettype" : [ "" ],
+									"presentation_rect" : [ 127.0, 442.0, 32.5, 17.0 ]
 								}
 
 							}
@@ -2266,15 +2308,15 @@
 								"box" : 								{
 									"maxclass" : "message",
 									"text" : "panic",
-									"outlettype" : [ "" ],
-									"fontsize" : 10.0,
-									"presentation_rect" : [ 85.0, 442.0, 37.0, 17.0 ],
-									"numinlets" : 2,
 									"patching_rect" : [ 161.0, 228.0, 37.0, 17.0 ],
-									"numoutlets" : 1,
 									"presentation" : 1,
 									"id" : "obj-38",
-									"fontname" : "Verdana"
+									"fontname" : "Verdana",
+									"numinlets" : 2,
+									"numoutlets" : 1,
+									"fontsize" : 10.0,
+									"outlettype" : [ "" ],
+									"presentation_rect" : [ 85.0, 442.0, 37.0, 17.0 ]
 								}
 
 							}
@@ -2282,47 +2324,47 @@
 								"box" : 								{
 									"maxclass" : "message",
 									"text" : "off",
-									"outlettype" : [ "" ],
-									"fontsize" : 10.0,
-									"presentation_rect" : [ 48.0, 442.0, 32.5, 17.0 ],
-									"numinlets" : 2,
 									"patching_rect" : [ 124.0, 228.0, 32.5, 17.0 ],
-									"numoutlets" : 1,
 									"presentation" : 1,
 									"id" : "obj-39",
-									"fontname" : "Verdana"
+									"fontname" : "Verdana",
+									"numinlets" : 2,
+									"numoutlets" : 1,
+									"fontsize" : 10.0,
+									"outlettype" : [ "" ],
+									"presentation_rect" : [ 48.0, 442.0, 32.5, 17.0 ]
 								}
 
 							}
 , 							{
 								"box" : 								{
 									"maxclass" : "flonum",
-									"outlettype" : [ "float", "bang" ],
+									"triscale" : 0.9,
 									"bgcolor" : [ 0.866667, 0.866667, 0.866667, 1.0 ],
+									"patching_rect" : [ 262.0, 143.0, 55.0, 19.0 ],
+									"id" : "obj-42",
+									"fontname" : "Verdana",
+									"numinlets" : 1,
 									"htextcolor" : [ 0.870588, 0.870588, 0.870588, 1.0 ],
+									"numoutlets" : 2,
 									"fontsize" : 10.0,
-									"triscale" : 0.9,
-									"numinlets" : 1,
-									"patching_rect" : [ 262.0, 143.0, 55.0, 19.0 ],
-									"numoutlets" : 2,
-									"id" : "obj-42",
-									"fontname" : "Verdana"
+									"outlettype" : [ "float", "bang" ]
 								}
 
 							}
 , 							{
 								"box" : 								{
 									"maxclass" : "flonum",
-									"outlettype" : [ "float", "bang" ],
+									"triscale" : 0.9,
 									"bgcolor" : [ 0.866667, 0.866667, 0.866667, 1.0 ],
+									"patching_rect" : [ 187.0, 143.0, 55.0, 19.0 ],
+									"id" : "obj-43",
+									"fontname" : "Verdana",
+									"numinlets" : 1,
 									"htextcolor" : [ 0.870588, 0.870588, 0.870588, 1.0 ],
+									"numoutlets" : 2,
 									"fontsize" : 10.0,
-									"triscale" : 0.9,
-									"numinlets" : 1,
-									"patching_rect" : [ 187.0, 143.0, 55.0, 19.0 ],
-									"numoutlets" : 2,
-									"id" : "obj-43",
-									"fontname" : "Verdana"
+									"outlettype" : [ "float", "bang" ]
 								}
 
 							}
@@ -2330,13 +2372,13 @@
 								"box" : 								{
 									"maxclass" : "newobj",
 									"text" : "ftm.midiunparse",
-									"outlettype" : [ "" ],
-									"fontsize" : 10.0,
-									"numinlets" : 1,
 									"patching_rect" : [ 112.0, 249.0, 93.0, 19.0 ],
-									"numoutlets" : 1,
 									"id" : "obj-45",
 									"fontname" : "Verdana",
+									"numinlets" : 1,
+									"numoutlets" : 1,
+									"fontsize" : 10.0,
+									"outlettype" : [ "" ],
 									"saved_object_attributes" : 									{
 										"ftm_scope" : 0,
 										"ftm_objref_conv" : 0
@@ -2348,27 +2390,27 @@
 , 							{
 								"box" : 								{
 									"maxclass" : "button",
-									"outlettype" : [ "bang" ],
+									"patching_rect" : [ 337.0, 228.0, 15.0, 15.0 ],
+									"id" : "obj-51",
 									"numinlets" : 1,
-									"patching_rect" : [ 337.0, 228.0, 15.0, 15.0 ],
 									"numoutlets" : 1,
-									"id" : "obj-51"
+									"outlettype" : [ "bang" ]
 								}
 
 							}
 , 							{
 								"box" : 								{
 									"maxclass" : "flonum",
-									"outlettype" : [ "float", "bang" ],
+									"triscale" : 0.9,
 									"bgcolor" : [ 0.866667, 0.866667, 0.866667, 1.0 ],
+									"patching_rect" : [ 215.0, 201.0, 55.0, 19.0 ],
+									"id" : "obj-52",
+									"fontname" : "Verdana",
+									"numinlets" : 1,
 									"htextcolor" : [ 0.870588, 0.870588, 0.870588, 1.0 ],
+									"numoutlets" : 2,
 									"fontsize" : 10.0,
-									"triscale" : 0.9,
-									"numinlets" : 1,
-									"patching_rect" : [ 215.0, 201.0, 55.0, 19.0 ],
-									"numoutlets" : 2,
-									"id" : "obj-52",
-									"fontname" : "Verdana"
+									"outlettype" : [ "float", "bang" ]
 								}
 
 							}
@@ -2376,13 +2418,13 @@
 								"box" : 								{
 									"maxclass" : "newobj",
 									"text" : "ftm.play $play.seq",
-									"outlettype" : [ "", "", "" ],
-									"fontsize" : 18.0,
-									"numinlets" : 4,
 									"patching_rect" : [ 112.0, 166.0, 244.0, 28.0 ],
-									"numoutlets" : 3,
 									"id" : "obj-53",
 									"fontname" : "Verdana",
+									"numinlets" : 4,
+									"numoutlets" : 3,
+									"fontsize" : 18.0,
+									"outlettype" : [ "", "", "" ],
 									"saved_object_attributes" : 									{
 										"ftm_scope" : 0,
 										"ftm_objref_conv" : 0
@@ -2395,23 +2437,23 @@
 								"box" : 								{
 									"maxclass" : "comment",
 									"text" : "set segment beginning",
-									"fontsize" : 10.0,
+									"patching_rect" : [ 358.0, 100.0, 123.0, 19.0 ],
+									"id" : "obj-61",
+									"fontname" : "Verdana",
 									"numinlets" : 1,
-									"patching_rect" : [ 358.0, 100.0, 123.0, 19.0 ],
 									"numoutlets" : 0,
-									"id" : "obj-61",
-									"fontname" : "Verdana"
+									"fontsize" : 10.0
 								}
 
 							}
 , 							{
 								"box" : 								{
 									"maxclass" : "inlet",
+									"patching_rect" : [ 112.0, 40.0, 25.0, 25.0 ],
+									"id" : "obj-57",
+									"numinlets" : 0,
+									"numoutlets" : 1,
 									"outlettype" : [ "" ],
-									"numinlets" : 0,
-									"patching_rect" : [ 112.0, 40.0, 25.0, 25.0 ],
-									"numoutlets" : 1,
-									"id" : "obj-57",
 									"comment" : ""
 								}
 
@@ -2419,10 +2461,10 @@
 , 							{
 								"box" : 								{
 									"maxclass" : "outlet",
+									"patching_rect" : [ 112.0, 328.0, 25.0, 25.0 ],
+									"id" : "obj-58",
 									"numinlets" : 1,
-									"patching_rect" : [ 112.0, 328.0, 25.0, 25.0 ],
 									"numoutlets" : 0,
-									"id" : "obj-58",
 									"comment" : ""
 								}
 
@@ -2430,10 +2472,10 @@
 , 							{
 								"box" : 								{
 									"maxclass" : "outlet",
+									"patching_rect" : [ 224.0, 328.0, 25.0, 25.0 ],
+									"id" : "obj-59",
 									"numinlets" : 1,
-									"patching_rect" : [ 224.0, 328.0, 25.0, 25.0 ],
 									"numoutlets" : 0,
-									"id" : "obj-59",
 									"comment" : ""
 								}
 
@@ -2441,8 +2483,134 @@
  ],
 						"lines" : [ 							{
 								"patchline" : 								{
+									"source" : [ "obj-1", 0 ],
+									"destination" : [ "obj-53", 3 ],
+									"hidden" : 0,
+									"midpoints" : [  ]
+								}
+
+							}
+, 							{
+								"patchline" : 								{
+									"source" : [ "obj-115", 0 ],
+									"destination" : [ "obj-53", 0 ],
+									"hidden" : 0,
+									"midpoints" : [  ]
+								}
+
+							}
+, 							{
+								"patchline" : 								{
+									"source" : [ "obj-37", 0 ],
+									"destination" : [ "obj-45", 0 ],
+									"hidden" : 1,
+									"midpoints" : [  ]
+								}
+
+							}
+, 							{
+								"patchline" : 								{
+									"source" : [ "obj-38", 0 ],
+									"destination" : [ "obj-45", 0 ],
+									"hidden" : 1,
+									"midpoints" : [  ]
+								}
+
+							}
+, 							{
+								"patchline" : 								{
+									"source" : [ "obj-39", 0 ],
+									"destination" : [ "obj-45", 0 ],
+									"hidden" : 1,
+									"midpoints" : [  ]
+								}
+
+							}
+, 							{
+								"patchline" : 								{
+									"source" : [ "obj-53", 0 ],
+									"destination" : [ "obj-45", 0 ],
+									"hidden" : 0,
+									"midpoints" : [  ]
+								}
+
+							}
+, 							{
+								"patchline" : 								{
+									"source" : [ "obj-52", 0 ],
+									"destination" : [ "obj-34", 0 ],
+									"hidden" : 1,
+									"midpoints" : [  ]
+								}
+
+							}
+, 							{
+								"patchline" : 								{
+									"source" : [ "obj-34", 0 ],
+									"destination" : [ "obj-39", 0 ],
+									"hidden" : 1,
+									"midpoints" : [  ]
+								}
+
+							}
+, 							{
+								"patchline" : 								{
+									"source" : [ "obj-36", 0 ],
+									"destination" : [ "obj-43", 0 ],
+									"hidden" : 0,
+									"midpoints" : [  ]
+								}
+
+							}
+, 							{
+								"patchline" : 								{
+									"source" : [ "obj-43", 0 ],
+									"destination" : [ "obj-53", 1 ],
+									"hidden" : 0,
+									"midpoints" : [  ]
+								}
+
+							}
+, 							{
+								"patchline" : 								{
 									"source" : [ "obj-53", 1 ],
-									"destination" : [ "obj-59", 0 ],
+									"destination" : [ "obj-52", 0 ],
+									"hidden" : 0,
+									"midpoints" : [  ]
+								}
+
+							}
+, 							{
+								"patchline" : 								{
+									"source" : [ "obj-35", 0 ],
+									"destination" : [ "obj-42", 0 ],
+									"hidden" : 0,
+									"midpoints" : [  ]
+								}
+
+							}
+, 							{
+								"patchline" : 								{
+									"source" : [ "obj-42", 0 ],
+									"destination" : [ "obj-53", 2 ],
+									"hidden" : 0,
+									"midpoints" : [  ]
+								}
+
+							}
+, 							{
+								"patchline" : 								{
+									"source" : [ "obj-53", 2 ],
+									"destination" : [ "obj-51", 0 ],
+									"hidden" : 0,
+									"midpoints" : [  ]
+								}
+
+							}
+, 							{
+								"patchline" : 								{
+									"source" : [ "obj-57", 0 ],
+									"destination" : [ "obj-53", 0 ],
 									"hidden" : 0,
 									"midpoints" : [  ]
 								}
@@ -2459,134 +2627,8 @@
 							}
 , 							{
 								"patchline" : 								{
-									"source" : [ "obj-57", 0 ],
-									"destination" : [ "obj-53", 0 ],
-									"hidden" : 0,
-									"midpoints" : [  ]
-								}
-
-							}
-, 							{
-								"patchline" : 								{
-									"source" : [ "obj-53", 2 ],
-									"destination" : [ "obj-51", 0 ],
-									"hidden" : 0,
-									"midpoints" : [  ]
-								}
-
-							}
-, 							{
-								"patchline" : 								{
-									"source" : [ "obj-42", 0 ],
-									"destination" : [ "obj-53", 2 ],
-									"hidden" : 0,
-									"midpoints" : [  ]
-								}
-
-							}
-, 							{
-								"patchline" : 								{
-									"source" : [ "obj-35", 0 ],
-									"destination" : [ "obj-42", 0 ],
-									"hidden" : 0,
-									"midpoints" : [  ]
-								}
-
-							}
-, 							{
-								"patchline" : 								{
 									"source" : [ "obj-53", 1 ],
-									"destination" : [ "obj-52", 0 ],
-									"hidden" : 0,
-									"midpoints" : [  ]
-								}
-
-							}
-, 							{
-								"patchline" : 								{
-									"source" : [ "obj-43", 0 ],
-									"destination" : [ "obj-53", 1 ],
-									"hidden" : 0,
-									"midpoints" : [  ]
-								}
-
-							}
-, 							{
-								"patchline" : 								{
-									"source" : [ "obj-36", 0 ],
-									"destination" : [ "obj-43", 0 ],
-									"hidden" : 0,
-									"midpoints" : [  ]
-								}
-
-							}
-, 							{
-								"patchline" : 								{
-									"source" : [ "obj-34", 0 ],
-									"destination" : [ "obj-39", 0 ],
-									"hidden" : 1,
-									"midpoints" : [  ]
-								}
-
-							}
-, 							{
-								"patchline" : 								{
-									"source" : [ "obj-52", 0 ],
-									"destination" : [ "obj-34", 0 ],
-									"hidden" : 1,
-									"midpoints" : [  ]
-								}
-
-							}
-, 							{
-								"patchline" : 								{
-									"source" : [ "obj-53", 0 ],
-									"destination" : [ "obj-45", 0 ],
-									"hidden" : 0,
-									"midpoints" : [  ]
-								}
-
-							}
-, 							{
-								"patchline" : 								{
-									"source" : [ "obj-39", 0 ],
-									"destination" : [ "obj-45", 0 ],
-									"hidden" : 1,
-									"midpoints" : [  ]
-								}
-
-							}
-, 							{
-								"patchline" : 								{
-									"source" : [ "obj-38", 0 ],
-									"destination" : [ "obj-45", 0 ],
-									"hidden" : 1,
-									"midpoints" : [  ]
-								}
-
-							}
-, 							{
-								"patchline" : 								{
-									"source" : [ "obj-37", 0 ],
-									"destination" : [ "obj-45", 0 ],
-									"hidden" : 1,
-									"midpoints" : [  ]
-								}
-
-							}
-, 							{
-								"patchline" : 								{
-									"source" : [ "obj-115", 0 ],
-									"destination" : [ "obj-53", 0 ],
-									"hidden" : 0,
-									"midpoints" : [  ]
-								}
-
-							}
-, 							{
-								"patchline" : 								{
-									"source" : [ "obj-1", 0 ],
-									"destination" : [ "obj-53", 3 ],
+									"destination" : [ "obj-59", 0 ],
 									"hidden" : 0,
 									"midpoints" : [  ]
 								}
@@ -2596,13 +2638,13 @@
 					}
 ,
 					"saved_object_attributes" : 					{
+						"default_fontface" : 0,
+						"default_fontname" : "Arial",
+						"fontname" : "Arial",
 						"default_fontsize" : 12.0,
 						"globalpatchername" : "",
 						"fontface" : 0,
-						"fontsize" : 12.0,
-						"default_fontface" : 0,
-						"default_fontname" : "Arial",
-						"fontname" : "Arial"
+						"fontsize" : 12.0
 					}
 
 				}
@@ -2612,15 +2654,15 @@
 				"box" : 				{
 					"maxclass" : "message",
 					"text" : "pause",
-					"outlettype" : [ "" ],
-					"fontsize" : 10.0,
-					"presentation_rect" : [ 62.0, 86.0, 51.0, 17.0 ],
-					"numinlets" : 2,
 					"patching_rect" : [ 226.0, 269.0, 40.0, 17.0 ],
-					"numoutlets" : 1,
 					"presentation" : 1,
 					"id" : "obj-55",
-					"fontname" : "Verdana"
+					"fontname" : "Verdana",
+					"numinlets" : 2,
+					"numoutlets" : 1,
+					"fontsize" : 10.0,
+					"outlettype" : [ "" ],
+					"presentation_rect" : [ 62.0, 86.0, 51.0, 17.0 ]
 				}
 
 			}
@@ -2628,12 +2670,12 @@
 				"box" : 				{
 					"maxclass" : "comment",
 					"text" : "hear MIDI playing",
-					"fontsize" : 10.0,
+					"patching_rect" : [ -32.0, 255.0, 150.0, 19.0 ],
+					"id" : "obj-54",
+					"fontname" : "Verdana",
 					"numinlets" : 1,
-					"patching_rect" : [ -32.0, 255.0, 150.0, 19.0 ],
 					"numoutlets" : 0,
-					"id" : "obj-54",
-					"fontname" : "Verdana"
+					"fontsize" : 10.0
 				}
 
 			}
@@ -2641,30 +2683,30 @@
 				"box" : 				{
 					"maxclass" : "newobj",
 					"text" : "loadmess 1",
-					"outlettype" : [ "" ],
+					"patching_rect" : [ 110.0, 692.0, 68.0, 19.0 ],
+					"id" : "obj-33",
+					"fontname" : "Verdana",
+					"numinlets" : 1,
+					"numoutlets" : 1,
 					"fontsize" : 10.0,
-					"numinlets" : 1,
-					"patching_rect" : [ 110.0, 692.0, 68.0, 19.0 ],
-					"numoutlets" : 1,
-					"id" : "obj-33",
-					"fontname" : "Verdana"
+					"outlettype" : [ "" ]
 				}
 
 			}
 , 			{
 				"box" : 				{
 					"maxclass" : "umenu",
-					"outlettype" : [ "int", "", "" ],
-					"fontsize" : 10.0,
-					"presentation_rect" : [ 232.0, 138.0, 100.0, 19.0 ],
-					"items" : [ "off", ",", "realtime", ",", "offline" ],
-					"numinlets" : 1,
 					"types" : [  ],
 					"patching_rect" : [ 113.0, 722.0, 100.0, 19.0 ],
-					"numoutlets" : 3,
 					"presentation" : 1,
 					"id" : "obj-32",
-					"fontname" : "Verdana"
+					"fontname" : "Verdana",
+					"numinlets" : 1,
+					"numoutlets" : 3,
+					"fontsize" : 10.0,
+					"outlettype" : [ "int", "", "" ],
+					"presentation_rect" : [ 232.0, 138.0, 100.0, 19.0 ],
+					"items" : [ "off", ",", "realtime", ",", "offline" ]
 				}
 
 			}
@@ -2672,29 +2714,29 @@
 				"box" : 				{
 					"maxclass" : "newobj",
 					"text" : "switch",
-					"outlettype" : [ "" ],
+					"patching_rect" : [ 121.0, 786.0, 46.0, 19.0 ],
+					"id" : "obj-31",
+					"fontname" : "Verdana",
+					"numinlets" : 3,
+					"numoutlets" : 1,
 					"fontsize" : 10.0,
-					"numinlets" : 3,
-					"patching_rect" : [ 121.0, 786.0, 46.0, 19.0 ],
-					"numoutlets" : 1,
-					"id" : "obj-31",
-					"fontname" : "Verdana"
+					"outlettype" : [ "" ]
 				}
 
 			}
 , 			{
 				"box" : 				{
 					"maxclass" : "message",
-					"text" : "43 87 1662.464478",
-					"outlettype" : [ "" ],
-					"fontsize" : 10.0,
-					"presentation_rect" : [ 32.0, 199.0, 201.0, 17.0 ],
-					"numinlets" : 2,
+					"text" : "55 0 22999.478516",
 					"patching_rect" : [ 173.0, 787.0, 201.0, 17.0 ],
-					"numoutlets" : 1,
 					"presentation" : 1,
 					"id" : "obj-29",
-					"fontname" : "Verdana"
+					"fontname" : "Verdana",
+					"numinlets" : 2,
+					"numoutlets" : 1,
+					"fontsize" : 10.0,
+					"outlettype" : [ "" ],
+					"presentation_rect" : [ 32.0, 199.0, 201.0, 17.0 ]
 				}
 
 			}
@@ -2702,13 +2744,13 @@
 				"box" : 				{
 					"maxclass" : "newobj",
 					"text" : "prepend set",
-					"outlettype" : [ "" ],
+					"patching_rect" : [ 190.0, 627.0, 70.0, 19.0 ],
+					"id" : "obj-27",
+					"fontname" : "Verdana",
+					"numinlets" : 1,
+					"numoutlets" : 1,
 					"fontsize" : 10.0,
-					"numinlets" : 1,
-					"patching_rect" : [ 190.0, 627.0, 70.0, 19.0 ],
-					"numoutlets" : 1,
-					"id" : "obj-27",
-					"fontname" : "Verdana"
+					"outlettype" : [ "" ]
 				}
 
 			}
@@ -2716,13 +2758,13 @@
 				"box" : 				{
 					"maxclass" : "newobj",
 					"text" : "append",
-					"outlettype" : [ "" ],
+					"patching_rect" : [ 190.0, 655.0, 47.0, 19.0 ],
+					"id" : "obj-26",
+					"fontname" : "Verdana",
+					"numinlets" : 1,
+					"numoutlets" : 1,
 					"fontsize" : 10.0,
-					"numinlets" : 1,
-					"patching_rect" : [ 190.0, 655.0, 47.0, 19.0 ],
-					"numoutlets" : 1,
-					"id" : "obj-26",
-					"fontname" : "Verdana"
+					"outlettype" : [ "" ]
 				}
 
 			}
@@ -2730,15 +2772,15 @@
 				"box" : 				{
 					"maxclass" : "message",
 					"text" : "next",
-					"outlettype" : [ "" ],
-					"fontsize" : 10.0,
-					"presentation_rect" : [ 22.0, 86.0, 33.0, 17.0 ],
-					"numinlets" : 2,
 					"patching_rect" : [ 182.0, 268.0, 33.0, 17.0 ],
-					"numoutlets" : 1,
 					"presentation" : 1,
 					"id" : "obj-25",
-					"fontname" : "Verdana"
+					"fontname" : "Verdana",
+					"numinlets" : 2,
+					"numoutlets" : 1,
+					"fontsize" : 10.0,
+					"outlettype" : [ "" ],
+					"presentation_rect" : [ 22.0, 86.0, 33.0, 17.0 ]
 				}
 
 			}
@@ -2746,14 +2788,14 @@
 				"box" : 				{
 					"maxclass" : "comment",
 					"text" : "speed",
-					"fontsize" : 10.0,
-					"presentation_rect" : [ 245.0, 62.0, 150.0, 19.0 ],
-					"numinlets" : 1,
 					"patching_rect" : [ 571.0, 365.0, 150.0, 19.0 ],
-					"numoutlets" : 0,
 					"presentation" : 1,
 					"id" : "obj-9",
-					"fontname" : "Verdana"
+					"fontname" : "Verdana",
+					"numinlets" : 1,
+					"numoutlets" : 0,
+					"fontsize" : 10.0,
+					"presentation_rect" : [ 245.0, 62.0, 150.0, 19.0 ]
 				}
 
 			}
@@ -2761,14 +2803,14 @@
 				"box" : 				{
 					"maxclass" : "comment",
 					"text" : "MIDI representation",
-					"fontsize" : 10.0,
-					"presentation_rect" : [ 16.0, -3.0, 150.0, 19.0 ],
-					"numinlets" : 1,
 					"patching_rect" : [ 1141.0, 862.0, 150.0, 19.0 ],
-					"numoutlets" : 0,
 					"presentation" : 1,
 					"id" : "obj-24",
-					"fontname" : "Verdana"
+					"fontname" : "Verdana",
+					"numinlets" : 1,
+					"numoutlets" : 0,
+					"fontsize" : 10.0,
+					"presentation_rect" : [ 16.0, -3.0, 150.0, 19.0 ]
 				}
 
 			}
@@ -2776,14 +2818,14 @@
 				"box" : 				{
 					"maxclass" : "comment",
 					"text" : "audio",
-					"fontsize" : 10.0,
-					"presentation_rect" : [ 14.0, 119.0, 150.0, 19.0 ],
-					"numinlets" : 1,
 					"patching_rect" : [ 1126.0, 847.0, 150.0, 19.0 ],
-					"numoutlets" : 0,
 					"presentation" : 1,
 					"id" : "obj-23",
-					"fontname" : "Verdana"
+					"fontname" : "Verdana",
+					"numinlets" : 1,
+					"numoutlets" : 0,
+					"fontsize" : 10.0,
+					"presentation_rect" : [ 14.0, 119.0, 150.0, 19.0 ]
 				}
 
 			}
@@ -2791,14 +2833,14 @@
 				"box" : 				{
 					"maxclass" : "comment",
 					"text" : "send notes",
-					"fontsize" : 10.0,
-					"presentation_rect" : [ 149.0, 169.0, 67.0, 19.0 ],
-					"numinlets" : 1,
 					"patching_rect" : [ 1243.0, 894.0, 150.0, 19.0 ],
-					"numoutlets" : 0,
 					"presentation" : 1,
 					"id" : "obj-10",
-					"fontname" : "Verdana"
+					"fontname" : "Verdana",
+					"numinlets" : 1,
+					"numoutlets" : 0,
+					"fontsize" : 10.0,
+					"presentation_rect" : [ 149.0, 169.0, 67.0, 19.0 ]
 				}
 
 			}
@@ -2806,13 +2848,13 @@
 				"box" : 				{
 					"maxclass" : "newobj",
 					"text" : "loadmess 1",
-					"outlettype" : [ "" ],
+					"patching_rect" : [ 170.0, 442.0, 68.0, 19.0 ],
+					"id" : "obj-3",
+					"fontname" : "Verdana",
+					"numinlets" : 1,
+					"numoutlets" : 1,
 					"fontsize" : 10.0,
-					"numinlets" : 1,
-					"patching_rect" : [ 170.0, 442.0, 68.0, 19.0 ],
-					"numoutlets" : 1,
-					"id" : "obj-3",
-					"fontname" : "Verdana"
+					"outlettype" : [ "" ]
 				}
 
 			}
@@ -2821,14 +2863,14 @@
 					"maxclass" : "comment",
 					"text" : "midi playing on/off",
 					"presentation_linecount" : 2,
-					"fontsize" : 10.0,
-					"presentation_rect" : [ 215.0, 84.0, 73.0, 31.0 ],
-					"numinlets" : 1,
 					"patching_rect" : [ 712.0, 190.0, 150.0, 19.0 ],
-					"numoutlets" : 0,
 					"presentation" : 1,
 					"id" : "obj-8",
-					"fontname" : "Verdana"
+					"fontname" : "Verdana",
+					"numinlets" : 1,
+					"numoutlets" : 0,
+					"fontsize" : 10.0,
+					"presentation_rect" : [ 215.0, 84.0, 73.0, 31.0 ]
 				}
 
 			}
@@ -2838,27 +2880,27 @@
 					"text" : "plays midi and accompanying audio too",
 					"linecount" : 2,
 					"presentation_linecount" : 2,
-					"fontsize" : 10.0,
-					"presentation_rect" : [ 294.0, 517.0, 150.0, 31.0 ],
-					"numinlets" : 1,
 					"patching_rect" : [ 906.0, 904.0, 150.0, 31.0 ],
-					"numoutlets" : 0,
 					"presentation" : 1,
 					"id" : "obj-6",
-					"fontname" : "Verdana"
+					"fontname" : "Verdana",
+					"numinlets" : 1,
+					"numoutlets" : 0,
+					"fontsize" : 10.0,
+					"presentation_rect" : [ 294.0, 517.0, 150.0, 31.0 ]
 				}
 
 			}
 , 			{
 				"box" : 				{
 					"maxclass" : "toggle",
+					"patching_rect" : [ -24.0, 341.0, 20.0, 20.0 ],
+					"presentation" : 1,
+					"id" : "obj-4",
+					"numinlets" : 1,
+					"numoutlets" : 1,
 					"outlettype" : [ "int" ],
-					"presentation_rect" : [ 188.0, 84.0, 20.0, 20.0 ],
-					"numinlets" : 1,
-					"patching_rect" : [ -24.0, 341.0, 20.0, 20.0 ],
-					"numoutlets" : 1,
-					"presentation" : 1,
-					"id" : "obj-4"
+					"presentation_rect" : [ 188.0, 84.0, 20.0, 20.0 ]
 				}
 
 			}
@@ -2866,13 +2908,13 @@
 				"box" : 				{
 					"maxclass" : "newobj",
 					"text" : "gate",
-					"outlettype" : [ "" ],
+					"patching_rect" : [ -15.0, 373.0, 33.0, 19.0 ],
+					"id" : "obj-1",
+					"fontname" : "Verdana",
+					"numinlets" : 2,
+					"numoutlets" : 1,
 					"fontsize" : 10.0,
-					"numinlets" : 2,
-					"patching_rect" : [ -15.0, 373.0, 33.0, 19.0 ],
-					"numoutlets" : 1,
-					"id" : "obj-1",
-					"fontname" : "Verdana"
+					"outlettype" : [ "" ]
 				}
 
 			}
@@ -2880,13 +2922,13 @@
 				"box" : 				{
 					"maxclass" : "newobj",
 					"text" : "loadmess 1",
-					"outlettype" : [ "" ],
+					"patching_rect" : [ -28.0, 861.0, 68.0, 19.0 ],
+					"id" : "obj-138",
+					"fontname" : "Verdana",
+					"numinlets" : 1,
+					"numoutlets" : 1,
 					"fontsize" : 10.0,
-					"numinlets" : 1,
-					"patching_rect" : [ -28.0, 861.0, 68.0, 19.0 ],
-					"numoutlets" : 1,
-					"id" : "obj-138",
-					"fontname" : "Verdana"
+					"outlettype" : [ "" ]
 				}
 
 			}
@@ -2894,31 +2936,31 @@
 				"box" : 				{
 					"maxclass" : "newobj",
 					"text" : "prepend /setSpeedPrior",
-					"outlettype" : [ "" ],
-					"fontsize" : 10.0,
-					"presentation_rect" : [ 128.0, 383.0, 129.0, 19.0 ],
-					"numinlets" : 1,
 					"patching_rect" : [ -29.0, 923.0, 129.0, 19.0 ],
-					"numoutlets" : 1,
 					"presentation" : 1,
 					"id" : "obj-137",
-					"fontname" : "Verdana"
+					"fontname" : "Verdana",
+					"numinlets" : 1,
+					"numoutlets" : 1,
+					"fontsize" : 10.0,
+					"outlettype" : [ "" ],
+					"presentation_rect" : [ 128.0, 383.0, 129.0, 19.0 ]
 				}
 
 			}
 , 			{
 				"box" : 				{
 					"maxclass" : "flonum",
-					"outlettype" : [ "float", "bang" ],
-					"fontsize" : 10.0,
-					"presentation_rect" : [ 133.0, 351.0, 50.0, 19.0 ],
+					"patching_rect" : [ -29.0, 884.0, 50.0, 19.0 ],
+					"presentation" : 1,
+					"id" : "obj-136",
+					"fontname" : "Verdana",
 					"numinlets" : 1,
 					"minimum" : 0.0,
-					"patching_rect" : [ -29.0, 884.0, 50.0, 19.0 ],
 					"numoutlets" : 2,
-					"presentation" : 1,
-					"id" : "obj-136",
-					"fontname" : "Verdana"
+					"fontsize" : 10.0,
+					"outlettype" : [ "float", "bang" ],
+					"presentation_rect" : [ 133.0, 351.0, 50.0, 19.0 ]
 				}
 
 			}
@@ -2926,15 +2968,15 @@
 				"box" : 				{
 					"maxclass" : "message",
 					"text" : "open",
-					"outlettype" : [ "" ],
-					"fontsize" : 10.0,
-					"presentation_rect" : [ 58.0, 170.0, 35.0, 17.0 ],
-					"numinlets" : 2,
 					"patching_rect" : [ 622.0, 320.0, 35.0, 17.0 ],
-					"numoutlets" : 1,
 					"presentation" : 1,
 					"id" : "obj-113",
-					"fontname" : "Verdana"
+					"fontname" : "Verdana",
+					"numinlets" : 2,
+					"numoutlets" : 1,
+					"fontsize" : 10.0,
+					"outlettype" : [ "" ],
+					"presentation_rect" : [ 58.0, 170.0, 35.0, 17.0 ]
 				}
 
 			}
@@ -2942,13 +2984,13 @@
 				"box" : 				{
 					"maxclass" : "message",
 					"text" : "0",
-					"outlettype" : [ "" ],
+					"patching_rect" : [ 583.0, 320.0, 32.5, 17.0 ],
+					"id" : "obj-110",
+					"fontname" : "Verdana",
+					"numinlets" : 2,
+					"numoutlets" : 1,
 					"fontsize" : 10.0,
-					"numinlets" : 2,
-					"patching_rect" : [ 583.0, 320.0, 32.5, 17.0 ],
-					"numoutlets" : 1,
-					"id" : "obj-110",
-					"fontname" : "Verdana"
+					"outlettype" : [ "" ]
 				}
 
 			}
@@ -2956,15 +2998,15 @@
 				"box" : 				{
 					"maxclass" : "message",
 					"text" : "1",
-					"outlettype" : [ "" ],
-					"fontsize" : 10.0,
-					"presentation_rect" : [ 19.0, 172.0, 32.5, 17.0 ],
-					"numinlets" : 2,
 					"patching_rect" : [ 542.0, 320.0, 32.5, 17.0 ],
-					"numoutlets" : 1,
 					"presentation" : 1,
 					"id" : "obj-105",
-					"fontname" : "Verdana"
+					"fontname" : "Verdana",
+					"numinlets" : 2,
+					"numoutlets" : 1,
+					"fontsize" : 10.0,
+					"outlettype" : [ "" ],
+					"presentation_rect" : [ 19.0, 172.0, 32.5, 17.0 ]
 				}
 
 			}
@@ -2972,13 +3014,13 @@
 				"box" : 				{
 					"maxclass" : "newobj",
 					"text" : "sfplay~ 2",
-					"outlettype" : [ "signal", "signal", "bang" ],
-					"fontsize" : 10.0,
-					"numinlets" : 2,
 					"patching_rect" : [ 532.0, 343.0, 58.0, 19.0 ],
-					"numoutlets" : 3,
 					"id" : "obj-65",
 					"fontname" : "Verdana",
+					"numinlets" : 2,
+					"numoutlets" : 3,
+					"fontsize" : 10.0,
+					"outlettype" : [ "signal", "signal", "bang" ],
 					"save" : [ "#N", "sfplay~", "", 2, 120960, 0, "", ";" ]
 				}
 
@@ -2986,13 +3028,13 @@
 , 			{
 				"box" : 				{
 					"maxclass" : "toggle",
+					"patching_rect" : [ 170.0, 471.0, 20.0, 20.0 ],
+					"presentation" : 1,
+					"id" : "obj-109",
+					"numinlets" : 1,
+					"numoutlets" : 1,
 					"outlettype" : [ "int" ],
-					"presentation_rect" : [ 126.0, 169.0, 20.0, 20.0 ],
-					"numinlets" : 1,
-					"patching_rect" : [ 170.0, 471.0, 20.0, 20.0 ],
-					"numoutlets" : 1,
-					"presentation" : 1,
-					"id" : "obj-109"
+					"presentation_rect" : [ 126.0, 169.0, 20.0, 20.0 ]
 				}
 
 			}
@@ -3000,13 +3042,13 @@
 				"box" : 				{
 					"maxclass" : "newobj",
 					"text" : "zl slice 1",
-					"outlettype" : [ "", "" ],
+					"patching_rect" : [ -54.0, 200.0, 54.0, 19.0 ],
+					"id" : "obj-82",
+					"fontname" : "Verdana",
+					"numinlets" : 2,
+					"numoutlets" : 2,
 					"fontsize" : 10.0,
-					"numinlets" : 2,
-					"patching_rect" : [ -54.0, 200.0, 54.0, 19.0 ],
-					"numoutlets" : 2,
-					"id" : "obj-82",
-					"fontname" : "Verdana"
+					"outlettype" : [ "", "" ]
 				}
 
 			}
@@ -3014,13 +3056,13 @@
 				"box" : 				{
 					"maxclass" : "ezdac~",
 					"varname" : "autohelp_dac",
+					"patching_rect" : [ 531.0, 388.0, 45.0, 45.0 ],
+					"presentation" : 1,
+					"id" : "obj-94",
 					"local" : 1,
-					"presentation_rect" : [ 186.0, 14.0, 45.0, 45.0 ],
 					"numinlets" : 2,
-					"patching_rect" : [ 531.0, 388.0, 45.0, 45.0 ],
 					"numoutlets" : 0,
-					"presentation" : 1,
-					"id" : "obj-94"
+					"presentation_rect" : [ 186.0, 14.0, 45.0, 45.0 ]
 				}
 
 			}
@@ -3028,26 +3070,26 @@
 				"box" : 				{
 					"maxclass" : "panel",
 					"varname" : "startwinwdow_panel",
+					"bgcolor" : [ 1.0, 1.0, 1.0, 1.0 ],
+					"border" : 2,
+					"patching_rect" : [ 1093.0, 826.0, 100.0, 55.0 ],
+					"presentation" : 1,
+					"id" : "obj-95",
+					"numinlets" : 1,
 					"bordercolor" : [ 0.392157, 0.792157, 0.117647, 1.0 ],
-					"border" : 2,
-					"bgcolor" : [ 1.0, 1.0, 1.0, 1.0 ],
-					"presentation_rect" : [ 12.0, 136.0, 205.0, 57.0 ],
-					"numinlets" : 1,
-					"patching_rect" : [ 1093.0, 826.0, 100.0, 55.0 ],
 					"numoutlets" : 0,
-					"presentation" : 1,
-					"id" : "obj-95"
+					"presentation_rect" : [ 12.0, 136.0, 205.0, 57.0 ]
 				}
 
 			}
 , 			{
 				"box" : 				{
 					"maxclass" : "button",
-					"outlettype" : [ "bang" ],
+					"patching_rect" : [ 306.0, 171.0, 20.0, 20.0 ],
+					"id" : "obj-71",
 					"numinlets" : 1,
-					"patching_rect" : [ 306.0, 171.0, 20.0, 20.0 ],
 					"numoutlets" : 1,
-					"id" : "obj-71"
+					"outlettype" : [ "bang" ]
 				}
 
 			}
@@ -3055,24 +3097,24 @@
 				"box" : 				{
 					"maxclass" : "message",
 					"text" : "/stopplaying",
-					"outlettype" : [ "" ],
+					"patching_rect" : [ 336.0, 492.0, 73.0, 17.0 ],
+					"id" : "obj-72",
+					"fontname" : "Verdana",
+					"numinlets" : 2,
+					"numoutlets" : 1,
 					"fontsize" : 10.0,
-					"numinlets" : 2,
-					"patching_rect" : [ 336.0, 492.0, 73.0, 17.0 ],
-					"numoutlets" : 1,
-					"id" : "obj-72",
-					"fontname" : "Verdana"
+					"outlettype" : [ "" ]
 				}
 
 			}
 , 			{
 				"box" : 				{
 					"maxclass" : "button",
-					"outlettype" : [ "bang" ],
+					"patching_rect" : [ 422.0, 174.0, 20.0, 20.0 ],
+					"id" : "obj-70",
 					"numinlets" : 1,
-					"patching_rect" : [ 422.0, 174.0, 20.0, 20.0 ],
 					"numoutlets" : 1,
-					"id" : "obj-70"
+					"outlettype" : [ "bang" ]
 				}
 
 			}
@@ -3080,13 +3122,13 @@
 				"box" : 				{
 					"maxclass" : "message",
 					"text" : "/startplaying",
-					"outlettype" : [ "" ],
+					"patching_rect" : [ 244.0, 490.0, 75.0, 17.0 ],
+					"id" : "obj-63",
+					"fontname" : "Verdana",
+					"numinlets" : 2,
+					"numoutlets" : 1,
 					"fontsize" : 10.0,
-					"numinlets" : 2,
-					"patching_rect" : [ 244.0, 490.0, 75.0, 17.0 ],
-					"numoutlets" : 1,
-					"id" : "obj-63",
-					"fontname" : "Verdana"
+					"outlettype" : [ "" ]
 				}
 
 			}
@@ -3094,13 +3136,13 @@
 				"box" : 				{
 					"maxclass" : "newobj",
 					"text" : "prepend /midinoteon",
-					"outlettype" : [ "" ],
+					"patching_rect" : [ 122.0, 833.0, 116.0, 19.0 ],
+					"id" : "obj-69",
+					"fontname" : "Verdana",
+					"numinlets" : 1,
+					"numoutlets" : 1,
 					"fontsize" : 10.0,
-					"numinlets" : 1,
-					"patching_rect" : [ 122.0, 833.0, 116.0, 19.0 ],
-					"numoutlets" : 1,
-					"id" : "obj-69",
-					"fontname" : "Verdana"
+					"outlettype" : [ "" ]
 				}
 
 			}
@@ -3108,28 +3150,28 @@
 				"box" : 				{
 					"maxclass" : "newobj",
 					"text" : "udpsend 127.0.0.1 12121",
-					"fontsize" : 10.0,
+					"patching_rect" : [ 229.0, 962.0, 141.0, 19.0 ],
+					"id" : "obj-68",
+					"fontname" : "Verdana",
 					"numinlets" : 1,
-					"patching_rect" : [ 229.0, 962.0, 141.0, 19.0 ],
 					"numoutlets" : 0,
-					"id" : "obj-68",
-					"fontname" : "Verdana"
+					"fontsize" : 10.0
 				}
 
 			}
 , 			{
 				"box" : 				{
 					"maxclass" : "message",
-					"text" : "43 87",
-					"outlettype" : [ "" ],
-					"fontsize" : 10.0,
-					"presentation_rect" : [ 30.0, 255.0, 50.0, 17.0 ],
-					"numinlets" : 2,
+					"text" : "55 0",
 					"patching_rect" : [ -47.0, 229.0, 50.0, 17.0 ],
-					"numoutlets" : 1,
 					"presentation" : 1,
 					"id" : "obj-67",
-					"fontname" : "Verdana"
+					"fontname" : "Verdana",
+					"numinlets" : 2,
+					"numoutlets" : 1,
+					"fontsize" : 10.0,
+					"outlettype" : [ "" ],
+					"presentation_rect" : [ 30.0, 255.0, 50.0, 17.0 ]
 				}
 
 			}
@@ -3137,21 +3179,21 @@
 				"box" : 				{
 					"maxclass" : "ftm.object",
 					"text" : "sequence midi",
+					"patching_rect" : [ 712.0, 250.0, 165.820312, 20.0 ],
+					"id" : "obj-14",
+					"fontname" : "Verdana",
+					"ftm_scope" : 2,
+					"editor_interface" : "matrix",
 					"name" : "play.seq",
+					"numinlets" : 1,
+					"description" : "sequence midi",
+					"persistence" : 0,
+					"numoutlets" : 2,
+					"fontsize" : 12.0,
+					"ftm_objref_conv" : 0,
+					"scope" : 0,
 					"outlettype" : [ "", "" ],
-					"scope" : 0,
-					"description" : "sequence midi",
-					"ftm_scope" : 2,
-					"fontsize" : 12.0,
-					"presentation_rect" : [ 712.0, 250.0, 165.820312, 20.0 ],
-					"numinlets" : 1,
-					"persistence" : 0,
-					"patching_rect" : [ 712.0, 250.0, 165.820312, 20.0 ],
-					"ftm_objref_conv" : 0,
-					"numoutlets" : 2,
-					"editor_interface" : "matrix",
-					"id" : "obj-14",
-					"fontname" : "Verdana"
+					"presentation_rect" : [ 712.0, 250.0, 165.820312, 20.0 ]
 				}
 
 			}
@@ -3159,15 +3201,15 @@
 				"box" : 				{
 					"maxclass" : "message",
 					"text" : "import",
-					"outlettype" : [ "" ],
-					"fontsize" : 10.0,
-					"presentation_rect" : [ 19.0, 57.0, 43.0, 17.0 ],
-					"numinlets" : 2,
 					"patching_rect" : [ 712.0, 222.0, 43.0, 17.0 ],
-					"numoutlets" : 1,
 					"presentation" : 1,
 					"id" : "obj-15",
-					"fontname" : "Verdana"
+					"fontname" : "Verdana",
+					"numinlets" : 2,
+					"numoutlets" : 1,
+					"fontsize" : 10.0,
+					"outlettype" : [ "" ],
+					"presentation_rect" : [ 19.0, 57.0, 43.0, 17.0 ]
 				}
 
 			}
@@ -3175,14 +3217,14 @@
 				"box" : 				{
 					"maxclass" : "comment",
 					"text" : "import MIDI file",
-					"fontsize" : 10.0,
-					"presentation_rect" : [ 60.0, 56.0, 90.0, 19.0 ],
-					"numinlets" : 1,
 					"patching_rect" : [ 757.0, 221.0, 90.0, 19.0 ],
-					"numoutlets" : 0,
 					"presentation" : 1,
 					"id" : "obj-16",
-					"fontname" : "Verdana"
+					"fontname" : "Verdana",
+					"numinlets" : 1,
+					"numoutlets" : 0,
+					"fontsize" : 10.0,
+					"presentation_rect" : [ 60.0, 56.0, 90.0, 19.0 ]
 				}
 
 			}
@@ -3190,12 +3232,12 @@
 				"box" : 				{
 					"maxclass" : "comment",
 					"text" : "play an FTM track",
-					"fontsize" : 10.0,
+					"patching_rect" : [ 60.0, 23.0, 98.0, 19.0 ],
+					"id" : "obj-17",
+					"fontname" : "Verdana",
 					"numinlets" : 1,
-					"patching_rect" : [ 60.0, 23.0, 98.0, 19.0 ],
 					"numoutlets" : 0,
-					"id" : "obj-17",
-					"fontname" : "Verdana"
+					"fontsize" : 10.0
 				}
 
 			}
@@ -3203,12 +3245,12 @@
 				"box" : 				{
 					"maxclass" : "comment",
 					"text" : "ftm.play",
-					"fontsize" : 24.0,
+					"patching_rect" : [ 54.0, -10.0, 108.0, 36.0 ],
+					"id" : "obj-18",
+					"fontname" : "Verdana",
 					"numinlets" : 1,
-					"patching_rect" : [ 54.0, -10.0, 108.0, 36.0 ],
 					"numoutlets" : 0,
-					"id" : "obj-18",
-					"fontname" : "Verdana"
+					"fontsize" : 24.0
 				}
 
 			}
@@ -3216,23 +3258,23 @@
 				"box" : 				{
 					"maxclass" : "comment",
 					"text" : "FTM basic objects",
-					"fontsize" : 10.0,
+					"patching_rect" : [ 48.0, -22.0, 97.0, 19.0 ],
+					"id" : "obj-19",
+					"fontname" : "Verdana",
 					"numinlets" : 1,
-					"patching_rect" : [ 48.0, -22.0, 97.0, 19.0 ],
 					"numoutlets" : 0,
-					"id" : "obj-19",
-					"fontname" : "Verdana"
+					"fontsize" : 10.0
 				}
 
 			}
 , 			{
 				"box" : 				{
 					"maxclass" : "fpic",
+					"patching_rect" : [ 8.0, -25.0, 54.0, 74.0 ],
+					"pic" : "ftm.help.jpg",
+					"id" : "obj-20",
 					"numinlets" : 1,
-					"patching_rect" : [ 8.0, -25.0, 54.0, 74.0 ],
-					"numoutlets" : 0,
-					"pic" : "ftm.help.jpg",
-					"id" : "obj-20"
+					"numoutlets" : 0
 				}
 
 			}
@@ -3240,12 +3282,12 @@
 				"box" : 				{
 					"maxclass" : "newobj",
 					"text" : "midiout",
-					"fontsize" : 10.0,
+					"patching_rect" : [ -9.0, 401.0, 48.0, 19.0 ],
+					"id" : "obj-44",
+					"fontname" : "Verdana",
 					"numinlets" : 1,
-					"patching_rect" : [ -9.0, 401.0, 48.0, 19.0 ],
 					"numoutlets" : 0,
-					"id" : "obj-44",
-					"fontname" : "Verdana"
+					"fontsize" : 10.0
 				}
 
 			}
@@ -3253,15 +3295,15 @@
 				"box" : 				{
 					"maxclass" : "message",
 					"text" : "play",
-					"outlettype" : [ "" ],
-					"fontsize" : 18.0,
-					"presentation_rect" : [ 18.0, 22.0, 52.0, 26.0 ],
-					"numinlets" : 2,
 					"patching_rect" : [ 409.0, 130.0, 52.0, 26.0 ],
-					"numoutlets" : 1,
 					"presentation" : 1,
 					"id" : "obj-46",
-					"fontname" : "Verdana"
+					"fontname" : "Verdana",
+					"numinlets" : 2,
+					"numoutlets" : 1,
+					"fontsize" : 18.0,
+					"outlettype" : [ "" ],
+					"presentation_rect" : [ 18.0, 22.0, 52.0, 26.0 ]
 				}
 
 			}
@@ -3269,15 +3311,15 @@
 				"box" : 				{
 					"maxclass" : "message",
 					"text" : "stop",
-					"outlettype" : [ "" ],
-					"fontsize" : 18.0,
-					"presentation_rect" : [ 86.0, 22.0, 51.0, 26.0 ],
-					"numinlets" : 2,
 					"patching_rect" : [ 306.0, 129.0, 51.0, 26.0 ],
-					"numoutlets" : 1,
 					"presentation" : 1,
 					"id" : "obj-49",
-					"fontname" : "Verdana"
+					"fontname" : "Verdana",
+					"numinlets" : 2,
+					"numoutlets" : 1,
+					"fontsize" : 18.0,
+					"outlettype" : [ "" ],
+					"presentation_rect" : [ 86.0, 22.0, 51.0, 26.0 ]
 				}
 
 			}
@@ -3285,23 +3327,770 @@
 				"box" : 				{
 					"maxclass" : "panel",
 					"varname" : "startwinwdow_panel[1]",
+					"bgcolor" : [ 1.0, 1.0, 1.0, 1.0 ],
+					"border" : 2,
+					"patching_rect" : [ 1093.0, 886.0, 100.0, 55.0 ],
+					"presentation" : 1,
+					"id" : "obj-5",
+					"numinlets" : 1,
 					"bordercolor" : [ 0.392157, 0.792157, 0.117647, 1.0 ],
-					"border" : 2,
-					"bgcolor" : [ 1.0, 1.0, 1.0, 1.0 ],
-					"presentation_rect" : [ 12.0, 17.0, 167.0, 98.0 ],
-					"numinlets" : 1,
-					"patching_rect" : [ 1093.0, 886.0, 100.0, 55.0 ],
 					"numoutlets" : 0,
-					"presentation" : 1,
-					"id" : "obj-5"
+					"presentation_rect" : [ 12.0, 17.0, 167.0, 98.0 ]
 				}
 
 			}
  ],
 		"lines" : [ 			{
 				"patchline" : 				{
-					"source" : [ "obj-106", 0 ],
-					"destination" : [ "obj-102", 0 ],
+					"source" : [ "obj-39", 0 ],
+					"destination" : [ "obj-21", 0 ],
+					"hidden" : 0,
+					"midpoints" : [  ]
+				}
+
+			}
+, 			{
+				"patchline" : 				{
+					"source" : [ "obj-21", 0 ],
+					"destination" : [ "obj-68", 0 ],
+					"hidden" : 0,
+					"midpoints" : [  ]
+				}
+
+			}
+, 			{
+				"patchline" : 				{
+					"source" : [ "obj-97", 0 ],
+					"destination" : [ "obj-21", 1 ],
+					"hidden" : 0,
+					"midpoints" : [  ]
+				}
+
+			}
+, 			{
+				"patchline" : 				{
+					"source" : [ "obj-75", 0 ],
+					"destination" : [ "obj-97", 0 ],
+					"hidden" : 0,
+					"midpoints" : [  ]
+				}
+
+			}
+, 			{
+				"patchline" : 				{
+					"source" : [ "obj-61", 0 ],
+					"destination" : [ "obj-59", 0 ],
+					"hidden" : 0,
+					"midpoints" : [  ]
+				}
+
+			}
+, 			{
+				"patchline" : 				{
+					"source" : [ "obj-58", 0 ],
+					"destination" : [ "obj-68", 0 ],
+					"hidden" : 0,
+					"midpoints" : [  ]
+				}
+
+			}
+, 			{
+				"patchline" : 				{
+					"source" : [ "obj-59", 0 ],
+					"destination" : [ "obj-58", 0 ],
+					"hidden" : 0,
+					"midpoints" : [  ]
+				}
+
+			}
+, 			{
+				"patchline" : 				{
+					"source" : [ "obj-45", 0 ],
+					"destination" : [ "obj-68", 0 ],
+					"hidden" : 0,
+					"midpoints" : [  ]
+				}
+
+			}
+, 			{
+				"patchline" : 				{
+					"source" : [ "obj-51", 0 ],
+					"destination" : [ "obj-45", 0 ],
+					"hidden" : 0,
+					"midpoints" : [  ]
+				}
+
+			}
+, 			{
+				"patchline" : 				{
+					"source" : [ "obj-12", 0 ],
+					"destination" : [ "obj-13", 0 ],
+					"hidden" : 0,
+					"midpoints" : [  ]
+				}
+
+			}
+, 			{
+				"patchline" : 				{
+					"source" : [ "obj-13", 0 ],
+					"destination" : [ "obj-68", 0 ],
+					"hidden" : 0,
+					"midpoints" : [  ]
+				}
+
+			}
+, 			{
+				"patchline" : 				{
+					"source" : [ "obj-87", 0 ],
+					"destination" : [ "obj-14", 0 ],
+					"hidden" : 0,
+					"midpoints" : [  ]
+				}
+
+			}
+, 			{
+				"patchline" : 				{
+					"source" : [ "obj-14", 0 ],
+					"destination" : [ "obj-84", 0 ],
+					"hidden" : 0,
+					"midpoints" : [  ]
+				}
+
+			}
+, 			{
+				"patchline" : 				{
+					"source" : [ "obj-14", 0 ],
+					"destination" : [ "obj-81", 0 ],
+					"hidden" : 0,
+					"midpoints" : [  ]
+				}
+
+			}
+, 			{
+				"patchline" : 				{
+					"source" : [ "obj-84", 0 ],
+					"destination" : [ "obj-75", 0 ],
+					"hidden" : 1,
+					"midpoints" : [  ]
+				}
+
+			}
+, 			{
+				"patchline" : 				{
+					"source" : [ "obj-81", 0 ],
+					"destination" : [ "obj-66", 0 ],
+					"hidden" : 1,
+					"midpoints" : [  ]
+				}
+
+			}
+, 			{
+				"patchline" : 				{
+					"source" : [ "obj-1", 0 ],
+					"destination" : [ "obj-50", 1 ],
+					"hidden" : 0,
+					"midpoints" : [  ]
+				}
+
+			}
+, 			{
+				"patchline" : 				{
+					"source" : [ "obj-40", 0 ],
+					"destination" : [ "obj-43", 1 ],
+					"hidden" : 0,
+					"midpoints" : [  ]
+				}
+
+			}
+, 			{
+				"patchline" : 				{
+					"source" : [ "obj-35", 0 ],
+					"destination" : [ "obj-43", 1 ],
+					"hidden" : 0,
+					"midpoints" : [  ]
+				}
+
+			}
+, 			{
+				"patchline" : 				{
+					"source" : [ "obj-40", 0 ],
+					"destination" : [ "obj-68", 0 ],
+					"hidden" : 0,
+					"midpoints" : [  ]
+				}
+
+			}
+, 			{
+				"patchline" : 				{
+					"source" : [ "obj-35", 0 ],
+					"destination" : [ "obj-68", 0 ],
+					"hidden" : 0,
+					"midpoints" : [  ]
+				}
+
+			}
+, 			{
+				"patchline" : 				{
+					"source" : [ "obj-38", 1 ],
+					"destination" : [ "obj-40", 0 ],
+					"hidden" : 0,
+					"midpoints" : [  ]
+				}
+
+			}
+, 			{
+				"patchline" : 				{
+					"source" : [ "obj-38", 0 ],
+					"destination" : [ "obj-35", 0 ],
+					"hidden" : 0,
+					"midpoints" : [  ]
+				}
+
+			}
+, 			{
+				"patchline" : 				{
+					"source" : [ "obj-22", 0 ],
+					"destination" : [ "obj-38", 0 ],
+					"hidden" : 0,
+					"midpoints" : [  ]
+				}
+
+			}
+, 			{
+				"patchline" : 				{
+					"source" : [ "obj-99", 0 ],
+					"destination" : [ "obj-60", 1 ],
+					"hidden" : 0,
+					"midpoints" : [  ]
+				}
+
+			}
+, 			{
+				"patchline" : 				{
+					"source" : [ "obj-31", 0 ],
+					"destination" : [ "obj-69", 0 ],
+					"hidden" : 0,
+					"midpoints" : [  ]
+				}
+
+			}
+, 			{
+				"patchline" : 				{
+					"source" : [ "obj-74", 0 ],
+					"destination" : [ "obj-68", 0 ],
+					"hidden" : 0,
+					"midpoints" : [  ]
+				}
+
+			}
+, 			{
+				"patchline" : 				{
+					"source" : [ "obj-64", 1 ],
+					"destination" : [ "obj-74", 0 ],
+					"hidden" : 0,
+					"midpoints" : [  ]
+				}
+
+			}
+, 			{
+				"patchline" : 				{
+					"source" : [ "obj-73", 0 ],
+					"destination" : [ "obj-68", 0 ],
+					"hidden" : 0,
+					"midpoints" : [  ]
+				}
+
+			}
+, 			{
+				"patchline" : 				{
+					"source" : [ "obj-64", 0 ],
+					"destination" : [ "obj-73", 0 ],
+					"hidden" : 0,
+					"midpoints" : [  ]
+				}
+
+			}
+, 			{
+				"patchline" : 				{
+					"source" : [ "obj-32", 0 ],
+					"destination" : [ "obj-64", 0 ],
+					"hidden" : 0,
+					"midpoints" : [  ]
+				}
+
+			}
+, 			{
+				"patchline" : 				{
+					"source" : [ "obj-49", 0 ],
+					"destination" : [ "obj-60", 0 ],
+					"hidden" : 0,
+					"midpoints" : [  ]
+				}
+
+			}
+, 			{
+				"patchline" : 				{
+					"source" : [ "obj-46", 0 ],
+					"destination" : [ "obj-60", 0 ],
+					"hidden" : 0,
+					"midpoints" : [  ]
+				}
+
+			}
+, 			{
+				"patchline" : 				{
+					"source" : [ "obj-25", 0 ],
+					"destination" : [ "obj-60", 0 ],
+					"hidden" : 0,
+					"midpoints" : [  ]
+				}
+
+			}
+, 			{
+				"patchline" : 				{
+					"source" : [ "obj-55", 0 ],
+					"destination" : [ "obj-60", 0 ],
+					"hidden" : 0,
+					"midpoints" : [  ]
+				}
+
+			}
+, 			{
+				"patchline" : 				{
+					"source" : [ "obj-60", 0 ],
+					"destination" : [ "obj-82", 0 ],
+					"hidden" : 0,
+					"midpoints" : [  ]
+				}
+
+			}
+, 			{
+				"patchline" : 				{
+					"source" : [ "obj-60", 0 ],
+					"destination" : [ "obj-1", 1 ],
+					"hidden" : 0,
+					"midpoints" : [  ]
+				}
+
+			}
+, 			{
+				"patchline" : 				{
+					"source" : [ "obj-60", 1 ],
+					"destination" : [ "obj-27", 0 ],
+					"hidden" : 0,
+					"midpoints" : [  ]
+				}
+
+			}
+, 			{
+				"patchline" : 				{
+					"source" : [ "obj-31", 0 ],
+					"destination" : [ "obj-29", 1 ],
+					"hidden" : 0,
+					"midpoints" : [  ]
+				}
+
+			}
+, 			{
+				"patchline" : 				{
+					"source" : [ "obj-32", 0 ],
+					"destination" : [ "obj-31", 0 ],
+					"hidden" : 0,
+					"midpoints" : [  ]
+				}
+
+			}
+, 			{
+				"patchline" : 				{
+					"source" : [ "obj-33", 0 ],
+					"destination" : [ "obj-32", 0 ],
+					"hidden" : 0,
+					"midpoints" : [  ]
+				}
+
+			}
+, 			{
+				"patchline" : 				{
+					"source" : [ "obj-26", 0 ],
+					"destination" : [ "obj-31", 2 ],
+					"hidden" : 0,
+					"midpoints" : [  ]
+				}
+
+			}
+, 			{
+				"patchline" : 				{
+					"source" : [ "obj-27", 0 ],
+					"destination" : [ "obj-26", 0 ],
+					"hidden" : 0,
+					"midpoints" : [  ]
+				}
+
+			}
+, 			{
+				"patchline" : 				{
+					"source" : [ "obj-4", 0 ],
+					"destination" : [ "obj-1", 0 ],
+					"hidden" : 0,
+					"midpoints" : [  ]
+				}
+
+			}
+, 			{
+				"patchline" : 				{
+					"source" : [ "obj-1", 0 ],
+					"destination" : [ "obj-44", 0 ],
+					"hidden" : 0,
+					"midpoints" : [  ]
+				}
+
+			}
+, 			{
+				"patchline" : 				{
+					"source" : [ "obj-65", 1 ],
+					"destination" : [ "obj-94", 1 ],
+					"hidden" : 0,
+					"midpoints" : [  ]
+				}
+
+			}
+, 			{
+				"patchline" : 				{
+					"source" : [ "obj-65", 0 ],
+					"destination" : [ "obj-94", 0 ],
+					"hidden" : 0,
+					"midpoints" : [  ]
+				}
+
+			}
+, 			{
+				"patchline" : 				{
+					"source" : [ "obj-110", 0 ],
+					"destination" : [ "obj-65", 0 ],
+					"hidden" : 0,
+					"midpoints" : [  ]
+				}
+
+			}
+, 			{
+				"patchline" : 				{
+					"source" : [ "obj-105", 0 ],
+					"destination" : [ "obj-65", 0 ],
+					"hidden" : 0,
+					"midpoints" : [  ]
+				}
+
+			}
+, 			{
+				"patchline" : 				{
+					"source" : [ "obj-113", 0 ],
+					"destination" : [ "obj-65", 0 ],
+					"hidden" : 0,
+					"midpoints" : [  ]
+				}
+
+			}
+, 			{
+				"patchline" : 				{
+					"source" : [ "obj-70", 0 ],
+					"destination" : [ "obj-105", 0 ],
+					"hidden" : 0,
+					"midpoints" : [  ]
+				}
+
+			}
+, 			{
+				"patchline" : 				{
+					"source" : [ "obj-82", 1 ],
+					"destination" : [ "obj-67", 1 ],
+					"hidden" : 0,
+					"midpoints" : [  ]
+				}
+
+			}
+, 			{
+				"patchline" : 				{
+					"source" : [ "obj-49", 0 ],
+					"destination" : [ "obj-71", 0 ],
+					"hidden" : 0,
+					"midpoints" : [  ]
+				}
+
+			}
+, 			{
+				"patchline" : 				{
+					"source" : [ "obj-72", 0 ],
+					"destination" : [ "obj-68", 0 ],
+					"hidden" : 0,
+					"midpoints" : [  ]
+				}
+
+			}
+, 			{
+				"patchline" : 				{
+					"source" : [ "obj-71", 0 ],
+					"destination" : [ "obj-72", 0 ],
+					"hidden" : 0,
+					"midpoints" : [  ]
+				}
+
+			}
+, 			{
+				"patchline" : 				{
+					"source" : [ "obj-63", 0 ],
+					"destination" : [ "obj-68", 0 ],
+					"hidden" : 0,
+					"midpoints" : [  ]
+				}
+
+			}
+, 			{
+				"patchline" : 				{
+					"source" : [ "obj-46", 0 ],
+					"destination" : [ "obj-70", 0 ],
+					"hidden" : 0,
+					"midpoints" : [  ]
+				}
+
+			}
+, 			{
+				"patchline" : 				{
+					"source" : [ "obj-15", 0 ],
+					"destination" : [ "obj-14", 0 ],
+					"hidden" : 0,
+					"midpoints" : [  ]
+				}
+
+			}
+, 			{
+				"patchline" : 				{
+					"source" : [ "obj-69", 0 ],
+					"destination" : [ "obj-68", 0 ],
+					"hidden" : 0,
+					"midpoints" : [  ]
+				}
+
+			}
+, 			{
+				"patchline" : 				{
+					"source" : [ "obj-138", 0 ],
+					"destination" : [ "obj-136", 0 ],
+					"hidden" : 0,
+					"midpoints" : [  ]
+				}
+
+			}
+, 			{
+				"patchline" : 				{
+					"source" : [ "obj-137", 0 ],
+					"destination" : [ "obj-68", 0 ],
+					"hidden" : 0,
+					"midpoints" : [  ]
+				}
+
+			}
+, 			{
+				"patchline" : 				{
+					"source" : [ "obj-136", 0 ],
+					"destination" : [ "obj-137", 0 ],
+					"hidden" : 0,
+					"midpoints" : [  ]
+				}
+
+			}
+, 			{
+				"patchline" : 				{
+					"source" : [ "obj-71", 0 ],
+					"destination" : [ "obj-110", 0 ],
+					"hidden" : 0,
+					"midpoints" : [  ]
+				}
+
+			}
+, 			{
+				"patchline" : 				{
+					"source" : [ "obj-3", 0 ],
+					"destination" : [ "obj-109", 0 ],
+					"hidden" : 0,
+					"midpoints" : [  ]
+				}
+
+			}
+, 			{
+				"patchline" : 				{
+					"source" : [ "obj-11", 0 ],
+					"destination" : [ "obj-2", 0 ],
+					"hidden" : 0,
+					"midpoints" : [  ]
+				}
+
+			}
+, 			{
+				"patchline" : 				{
+					"source" : [ "obj-2", 0 ],
+					"destination" : [ "obj-25", 0 ],
+					"hidden" : 0,
+					"midpoints" : [  ]
+				}
+
+			}
+, 			{
+				"patchline" : 				{
+					"source" : [ "obj-36", 0 ],
+					"destination" : [ "obj-2", 1 ],
+					"hidden" : 0,
+					"midpoints" : [  ]
+				}
+
+			}
+, 			{
+				"patchline" : 				{
+					"source" : [ "obj-37", 0 ],
+					"destination" : [ "obj-36", 0 ],
+					"hidden" : 0,
+					"midpoints" : [  ]
+				}
+
+			}
+, 			{
+				"patchline" : 				{
+					"source" : [ "obj-71", 0 ],
+					"destination" : [ "obj-41", 0 ],
+					"hidden" : 0,
+					"midpoints" : [  ]
+				}
+
+			}
+, 			{
+				"patchline" : 				{
+					"source" : [ "obj-41", 0 ],
+					"destination" : [ "obj-11", 0 ],
+					"hidden" : 0,
+					"midpoints" : [  ]
+				}
+
+			}
+, 			{
+				"patchline" : 				{
+					"source" : [ "obj-28", 0 ],
+					"destination" : [ "obj-4", 0 ],
+					"hidden" : 0,
+					"midpoints" : [  ]
+				}
+
+			}
+, 			{
+				"patchline" : 				{
+					"source" : [ "obj-53", 0 ],
+					"destination" : [ "obj-14", 0 ],
+					"hidden" : 0,
+					"midpoints" : [  ]
+				}
+
+			}
+, 			{
+				"patchline" : 				{
+					"source" : [ "obj-90", 0 ],
+					"destination" : [ "obj-7", 0 ],
+					"hidden" : 0,
+					"midpoints" : [  ]
+				}
+
+			}
+, 			{
+				"patchline" : 				{
+					"source" : [ "obj-7", 0 ],
+					"destination" : [ "obj-92", 0 ],
+					"hidden" : 0,
+					"midpoints" : [  ]
+				}
+
+			}
+, 			{
+				"patchline" : 				{
+					"source" : [ "obj-31", 0 ],
+					"destination" : [ "obj-7", 1 ],
+					"hidden" : 0,
+					"midpoints" : [  ]
+				}
+
+			}
+, 			{
+				"patchline" : 				{
+					"source" : [ "obj-70", 0 ],
+					"destination" : [ "obj-63", 0 ],
+					"hidden" : 0,
+					"midpoints" : [  ]
+				}
+
+			}
+, 			{
+				"patchline" : 				{
+					"source" : [ "obj-70", 0 ],
+					"destination" : [ "obj-87", 0 ],
+					"hidden" : 0,
+					"midpoints" : [  ]
+				}
+
+			}
+, 			{
+				"patchline" : 				{
+					"source" : [ "obj-98", 1 ],
+					"destination" : [ "obj-26", 0 ],
+					"hidden" : 0,
+					"midpoints" : [  ]
+				}
+
+			}
+, 			{
+				"patchline" : 				{
+					"source" : [ "obj-98", 0 ],
+					"destination" : [ "obj-31", 1 ],
+					"hidden" : 0,
+					"midpoints" : [  ]
+				}
+
+			}
+, 			{
+				"patchline" : 				{
+					"source" : [ "obj-63", 0 ],
+					"destination" : [ "obj-98", 3 ],
+					"hidden" : 0,
+					"midpoints" : [  ]
+				}
+
+			}
+, 			{
+				"patchline" : 				{
+					"source" : [ "obj-71", 0 ],
+					"destination" : [ "obj-98", 2 ],
+					"hidden" : 0,
+					"midpoints" : [  ]
+				}
+
+			}
+, 			{
+				"patchline" : 				{
+					"source" : [ "obj-109", 0 ],
+					"destination" : [ "obj-98", 1 ],
+					"hidden" : 0,
+					"midpoints" : [  ]
+				}
+
+			}
+, 			{
+				"patchline" : 				{
+					"source" : [ "obj-1", 0 ],
+					"destination" : [ "obj-98", 0 ],
+					"hidden" : 0,
+					"midpoints" : [  ]
+				}
+
+			}
+, 			{
+				"patchline" : 				{
+					"source" : [ "obj-102", 1 ],
+					"destination" : [ "obj-101", 0 ],
 					"hidden" : 0,
 					"midpoints" : [  ]
 				}
@@ -3318,742 +4107,13 @@
 			}
 , 			{
 				"patchline" : 				{
-					"source" : [ "obj-102", 1 ],
-					"destination" : [ "obj-101", 0 ],
+					"source" : [ "obj-106", 0 ],
+					"destination" : [ "obj-102", 0 ],
 					"hidden" : 0,
 					"midpoints" : [  ]
 				}
 
 			}
-, 			{
-				"patchline" : 				{
-					"source" : [ "obj-1", 0 ],
-					"destination" : [ "obj-98", 0 ],
-					"hidden" : 0,
-					"midpoints" : [  ]
-				}
-
-			}
-, 			{
-				"patchline" : 				{
-					"source" : [ "obj-109", 0 ],
-					"destination" : [ "obj-98", 1 ],
-					"hidden" : 0,
-					"midpoints" : [  ]
-				}
-
-			}
-, 			{
-				"patchline" : 				{
-					"source" : [ "obj-71", 0 ],
-					"destination" : [ "obj-98", 2 ],
-					"hidden" : 0,
-					"midpoints" : [  ]
-				}
-
-			}
-, 			{
-				"patchline" : 				{
-					"source" : [ "obj-63", 0 ],
-					"destination" : [ "obj-98", 3 ],
-					"hidden" : 0,
-					"midpoints" : [  ]
-				}
-
-			}
-, 			{
-				"patchline" : 				{
-					"source" : [ "obj-98", 0 ],
-					"destination" : [ "obj-31", 1 ],
-					"hidden" : 0,
-					"midpoints" : [  ]
-				}
-
-			}
-, 			{
-				"patchline" : 				{
-					"source" : [ "obj-98", 1 ],
-					"destination" : [ "obj-26", 0 ],
-					"hidden" : 0,
-					"midpoints" : [  ]
-				}
-
-			}
-, 			{
-				"patchline" : 				{
-					"source" : [ "obj-70", 0 ],
-					"destination" : [ "obj-87", 0 ],
-					"hidden" : 0,
-					"midpoints" : [  ]
-				}
-
-			}
-, 			{
-				"patchline" : 				{
-					"source" : [ "obj-70", 0 ],
-					"destination" : [ "obj-63", 0 ],
-					"hidden" : 0,
-					"midpoints" : [  ]
-				}
-
-			}
-, 			{
-				"patchline" : 				{
-					"source" : [ "obj-31", 0 ],
-					"destination" : [ "obj-7", 1 ],
-					"hidden" : 0,
-					"midpoints" : [  ]
-				}
-
-			}
-, 			{
-				"patchline" : 				{
-					"source" : [ "obj-7", 0 ],
-					"destination" : [ "obj-92", 0 ],
-					"hidden" : 0,
-					"midpoints" : [  ]
-				}
-
-			}
-, 			{
-				"patchline" : 				{
-					"source" : [ "obj-90", 0 ],
-					"destination" : [ "obj-7", 0 ],
-					"hidden" : 0,
-					"midpoints" : [  ]
-				}
-
-			}
-, 			{
-				"patchline" : 				{
-					"source" : [ "obj-53", 0 ],
-					"destination" : [ "obj-14", 0 ],
-					"hidden" : 0,
-					"midpoints" : [  ]
-				}
-
-			}
-, 			{
-				"patchline" : 				{
-					"source" : [ "obj-28", 0 ],
-					"destination" : [ "obj-4", 0 ],
-					"hidden" : 0,
-					"midpoints" : [  ]
-				}
-
-			}
-, 			{
-				"patchline" : 				{
-					"source" : [ "obj-41", 0 ],
-					"destination" : [ "obj-11", 0 ],
-					"hidden" : 0,
-					"midpoints" : [  ]
-				}
-
-			}
-, 			{
-				"patchline" : 				{
-					"source" : [ "obj-71", 0 ],
-					"destination" : [ "obj-41", 0 ],
-					"hidden" : 0,
-					"midpoints" : [  ]
-				}
-
-			}
-, 			{
-				"patchline" : 				{
-					"source" : [ "obj-37", 0 ],
-					"destination" : [ "obj-36", 0 ],
-					"hidden" : 0,
-					"midpoints" : [  ]
-				}
-
-			}
-, 			{
-				"patchline" : 				{
-					"source" : [ "obj-36", 0 ],
-					"destination" : [ "obj-2", 1 ],
-					"hidden" : 0,
-					"midpoints" : [  ]
-				}
-
-			}
-, 			{
-				"patchline" : 				{
-					"source" : [ "obj-2", 0 ],
-					"destination" : [ "obj-25", 0 ],
-					"hidden" : 0,
-					"midpoints" : [  ]
-				}
-
-			}
-, 			{
-				"patchline" : 				{
-					"source" : [ "obj-11", 0 ],
-					"destination" : [ "obj-2", 0 ],
-					"hidden" : 0,
-					"midpoints" : [  ]
-				}
-
-			}
-, 			{
-				"patchline" : 				{
-					"source" : [ "obj-3", 0 ],
-					"destination" : [ "obj-109", 0 ],
-					"hidden" : 0,
-					"midpoints" : [  ]
-				}
-
-			}
-, 			{
-				"patchline" : 				{
-					"source" : [ "obj-71", 0 ],
-					"destination" : [ "obj-110", 0 ],
-					"hidden" : 0,
-					"midpoints" : [  ]
-				}
-
-			}
-, 			{
-				"patchline" : 				{
-					"source" : [ "obj-136", 0 ],
-					"destination" : [ "obj-137", 0 ],
-					"hidden" : 0,
-					"midpoints" : [  ]
-				}
-
-			}
-, 			{
-				"patchline" : 				{
-					"source" : [ "obj-137", 0 ],
-					"destination" : [ "obj-68", 0 ],
-					"hidden" : 0,
-					"midpoints" : [  ]
-				}
-
-			}
-, 			{
-				"patchline" : 				{
-					"source" : [ "obj-138", 0 ],
-					"destination" : [ "obj-136", 0 ],
-					"hidden" : 0,
-					"midpoints" : [  ]
-				}
-
-			}
-, 			{
-				"patchline" : 				{
-					"source" : [ "obj-69", 0 ],
-					"destination" : [ "obj-68", 0 ],
-					"hidden" : 0,
-					"midpoints" : [  ]
-				}
-
-			}
-, 			{
-				"patchline" : 				{
-					"source" : [ "obj-15", 0 ],
-					"destination" : [ "obj-14", 0 ],
-					"hidden" : 0,
-					"midpoints" : [  ]
-				}
-
-			}
-, 			{
-				"patchline" : 				{
-					"source" : [ "obj-46", 0 ],
-					"destination" : [ "obj-70", 0 ],
-					"hidden" : 0,
-					"midpoints" : [  ]
-				}
-
-			}
-, 			{
-				"patchline" : 				{
-					"source" : [ "obj-63", 0 ],
-					"destination" : [ "obj-68", 0 ],
-					"hidden" : 0,
-					"midpoints" : [  ]
-				}
-
-			}
-, 			{
-				"patchline" : 				{
-					"source" : [ "obj-71", 0 ],
-					"destination" : [ "obj-72", 0 ],
-					"hidden" : 0,
-					"midpoints" : [  ]
-				}
-
-			}
-, 			{
-				"patchline" : 				{
-					"source" : [ "obj-72", 0 ],
-					"destination" : [ "obj-68", 0 ],
-					"hidden" : 0,
-					"midpoints" : [  ]
-				}
-
-			}
-, 			{
-				"patchline" : 				{
-					"source" : [ "obj-49", 0 ],
-					"destination" : [ "obj-71", 0 ],
-					"hidden" : 0,
-					"midpoints" : [  ]
-				}
-
-			}
-, 			{
-				"patchline" : 				{
-					"source" : [ "obj-82", 1 ],
-					"destination" : [ "obj-67", 1 ],
-					"hidden" : 0,
-					"midpoints" : [  ]
-				}
-
-			}
-, 			{
-				"patchline" : 				{
-					"source" : [ "obj-70", 0 ],
-					"destination" : [ "obj-105", 0 ],
-					"hidden" : 0,
-					"midpoints" : [  ]
-				}
-
-			}
-, 			{
-				"patchline" : 				{
-					"source" : [ "obj-113", 0 ],
-					"destination" : [ "obj-65", 0 ],
-					"hidden" : 0,
-					"midpoints" : [  ]
-				}
-
-			}
-, 			{
-				"patchline" : 				{
-					"source" : [ "obj-105", 0 ],
-					"destination" : [ "obj-65", 0 ],
-					"hidden" : 0,
-					"midpoints" : [  ]
-				}
-
-			}
-, 			{
-				"patchline" : 				{
-					"source" : [ "obj-110", 0 ],
-					"destination" : [ "obj-65", 0 ],
-					"hidden" : 0,
-					"midpoints" : [  ]
-				}
-
-			}
-, 			{
-				"patchline" : 				{
-					"source" : [ "obj-65", 0 ],
-					"destination" : [ "obj-94", 0 ],
-					"hidden" : 0,
-					"midpoints" : [  ]
-				}
-
-			}
-, 			{
-				"patchline" : 				{
-					"source" : [ "obj-65", 1 ],
-					"destination" : [ "obj-94", 1 ],
-					"hidden" : 0,
-					"midpoints" : [  ]
-				}
-
-			}
-, 			{
-				"patchline" : 				{
-					"source" : [ "obj-1", 0 ],
-					"destination" : [ "obj-44", 0 ],
-					"hidden" : 0,
-					"midpoints" : [  ]
-				}
-
-			}
-, 			{
-				"patchline" : 				{
-					"source" : [ "obj-4", 0 ],
-					"destination" : [ "obj-1", 0 ],
-					"hidden" : 0,
-					"midpoints" : [  ]
-				}
-
-			}
-, 			{
-				"patchline" : 				{
-					"source" : [ "obj-27", 0 ],
-					"destination" : [ "obj-26", 0 ],
-					"hidden" : 0,
-					"midpoints" : [  ]
-				}
-
-			}
-, 			{
-				"patchline" : 				{
-					"source" : [ "obj-26", 0 ],
-					"destination" : [ "obj-31", 2 ],
-					"hidden" : 0,
-					"midpoints" : [  ]
-				}
-
-			}
-, 			{
-				"patchline" : 				{
-					"source" : [ "obj-33", 0 ],
-					"destination" : [ "obj-32", 0 ],
-					"hidden" : 0,
-					"midpoints" : [  ]
-				}
-
-			}
-, 			{
-				"patchline" : 				{
-					"source" : [ "obj-32", 0 ],
-					"destination" : [ "obj-31", 0 ],
-					"hidden" : 0,
-					"midpoints" : [  ]
-				}
-
-			}
-, 			{
-				"patchline" : 				{
-					"source" : [ "obj-31", 0 ],
-					"destination" : [ "obj-29", 1 ],
-					"hidden" : 0,
-					"midpoints" : [  ]
-				}
-
-			}
-, 			{
-				"patchline" : 				{
-					"source" : [ "obj-60", 1 ],
-					"destination" : [ "obj-27", 0 ],
-					"hidden" : 0,
-					"midpoints" : [  ]
-				}
-
-			}
-, 			{
-				"patchline" : 				{
-					"source" : [ "obj-60", 0 ],
-					"destination" : [ "obj-1", 1 ],
-					"hidden" : 0,
-					"midpoints" : [  ]
-				}
-
-			}
-, 			{
-				"patchline" : 				{
-					"source" : [ "obj-60", 0 ],
-					"destination" : [ "obj-82", 0 ],
-					"hidden" : 0,
-					"midpoints" : [  ]
-				}
-
-			}
-, 			{
-				"patchline" : 				{
-					"source" : [ "obj-55", 0 ],
-					"destination" : [ "obj-60", 0 ],
-					"hidden" : 0,
-					"midpoints" : [  ]
-				}
-
-			}
-, 			{
-				"patchline" : 				{
-					"source" : [ "obj-25", 0 ],
-					"destination" : [ "obj-60", 0 ],
-					"hidden" : 0,
-					"midpoints" : [  ]
-				}
-
-			}
-, 			{
-				"patchline" : 				{
-					"source" : [ "obj-46", 0 ],
-					"destination" : [ "obj-60", 0 ],
-					"hidden" : 0,
-					"midpoints" : [  ]
-				}
-
-			}
-, 			{
-				"patchline" : 				{
-					"source" : [ "obj-49", 0 ],
-					"destination" : [ "obj-60", 0 ],
-					"hidden" : 0,
-					"midpoints" : [  ]
-				}
-
-			}
-, 			{
-				"patchline" : 				{
-					"source" : [ "obj-32", 0 ],
-					"destination" : [ "obj-64", 0 ],
-					"hidden" : 0,
-					"midpoints" : [  ]
-				}
-
-			}
-, 			{
-				"patchline" : 				{
-					"source" : [ "obj-64", 0 ],
-					"destination" : [ "obj-73", 0 ],
-					"hidden" : 0,
-					"midpoints" : [  ]
-				}
-
-			}
-, 			{
-				"patchline" : 				{
-					"source" : [ "obj-73", 0 ],
-					"destination" : [ "obj-68", 0 ],
-					"hidden" : 0,
-					"midpoints" : [  ]
-				}
-
-			}
-, 			{
-				"patchline" : 				{
-					"source" : [ "obj-64", 1 ],
-					"destination" : [ "obj-74", 0 ],
-					"hidden" : 0,
-					"midpoints" : [  ]
-				}
-
-			}
-, 			{
-				"patchline" : 				{
-					"source" : [ "obj-74", 0 ],
-					"destination" : [ "obj-68", 0 ],
-					"hidden" : 0,
-					"midpoints" : [  ]
-				}
-
-			}
-, 			{
-				"patchline" : 				{
-					"source" : [ "obj-31", 0 ],
-					"destination" : [ "obj-69", 0 ],
-					"hidden" : 0,
-					"midpoints" : [  ]
-				}
-
-			}
-, 			{
-				"patchline" : 				{
-					"source" : [ "obj-99", 0 ],
-					"destination" : [ "obj-60", 1 ],
-					"hidden" : 0,
-					"midpoints" : [  ]
-				}
-
-			}
-, 			{
-				"patchline" : 				{
-					"source" : [ "obj-22", 0 ],
-					"destination" : [ "obj-38", 0 ],
-					"hidden" : 0,
-					"midpoints" : [  ]
-				}
-
-			}
-, 			{
-				"patchline" : 				{
-					"source" : [ "obj-38", 0 ],
-					"destination" : [ "obj-35", 0 ],
-					"hidden" : 0,
-					"midpoints" : [  ]
-				}
-
-			}
-, 			{
-				"patchline" : 				{
-					"source" : [ "obj-38", 1 ],
-					"destination" : [ "obj-40", 0 ],
-					"hidden" : 0,
-					"midpoints" : [  ]
-				}
-
-			}
-, 			{
-				"patchline" : 				{
-					"source" : [ "obj-35", 0 ],
-					"destination" : [ "obj-68", 0 ],
-					"hidden" : 0,
-					"midpoints" : [  ]
-				}
-
-			}
-, 			{
-				"patchline" : 				{
-					"source" : [ "obj-40", 0 ],
-					"destination" : [ "obj-68", 0 ],
-					"hidden" : 0,
-					"midpoints" : [  ]
-				}
-
-			}
-, 			{
-				"patchline" : 				{
-					"source" : [ "obj-35", 0 ],
-					"destination" : [ "obj-43", 1 ],
-					"hidden" : 0,
-					"midpoints" : [  ]
-				}
-
-			}
-, 			{
-				"patchline" : 				{
-					"source" : [ "obj-40", 0 ],
-					"destination" : [ "obj-43", 1 ],
-					"hidden" : 0,
-					"midpoints" : [  ]
-				}
-
-			}
-, 			{
-				"patchline" : 				{
-					"source" : [ "obj-1", 0 ],
-					"destination" : [ "obj-50", 1 ],
-					"hidden" : 0,
-					"midpoints" : [  ]
-				}
-
-			}
-, 			{
-				"patchline" : 				{
-					"source" : [ "obj-81", 0 ],
-					"destination" : [ "obj-66", 0 ],
-					"hidden" : 1,
-					"midpoints" : [  ]
-				}
-
-			}
-, 			{
-				"patchline" : 				{
-					"source" : [ "obj-84", 0 ],
-					"destination" : [ "obj-75", 0 ],
-					"hidden" : 1,
-					"midpoints" : [  ]
-				}
-
-			}
-, 			{
-				"patchline" : 				{
-					"source" : [ "obj-14", 0 ],
-					"destination" : [ "obj-81", 0 ],
-					"hidden" : 0,
-					"midpoints" : [  ]
-				}
-
-			}
-, 			{
-				"patchline" : 				{
-					"source" : [ "obj-14", 0 ],
-					"destination" : [ "obj-84", 0 ],
-					"hidden" : 0,
-					"midpoints" : [  ]
-				}
-
-			}
-, 			{
-				"patchline" : 				{
-					"source" : [ "obj-87", 0 ],
-					"destination" : [ "obj-14", 0 ],
-					"hidden" : 0,
-					"midpoints" : [  ]
-				}
-
-			}
-, 			{
-				"patchline" : 				{
-					"source" : [ "obj-13", 0 ],
-					"destination" : [ "obj-68", 0 ],
-					"hidden" : 0,
-					"midpoints" : [  ]
-				}
-
-			}
-, 			{
-				"patchline" : 				{
-					"source" : [ "obj-12", 0 ],
-					"destination" : [ "obj-13", 0 ],
-					"hidden" : 0,
-					"midpoints" : [  ]
-				}
-
-			}
-, 			{
-				"patchline" : 				{
-					"source" : [ "obj-51", 0 ],
-					"destination" : [ "obj-45", 0 ],
-					"hidden" : 0,
-					"midpoints" : [  ]
-				}
-
-			}
-, 			{
-				"patchline" : 				{
-					"source" : [ "obj-45", 0 ],
-					"destination" : [ "obj-68", 0 ],
-					"hidden" : 0,
-					"midpoints" : [  ]
-				}
-
-			}
-, 			{
-				"patchline" : 				{
-					"source" : [ "obj-59", 0 ],
-					"destination" : [ "obj-58", 0 ],
-					"hidden" : 0,
-					"midpoints" : [  ]
-				}
-
-			}
-, 			{
-				"patchline" : 				{
-					"source" : [ "obj-58", 0 ],
-					"destination" : [ "obj-68", 0 ],
-					"hidden" : 0,
-					"midpoints" : [  ]
-				}
-
-			}
-, 			{
-				"patchline" : 				{
-					"source" : [ "obj-61", 0 ],
-					"destination" : [ "obj-59", 0 ],
-					"hidden" : 0,
-					"midpoints" : [  ]
-				}
-
-			}
-, 			{
-				"patchline" : 				{
-					"source" : [ "obj-75", 0 ],
-					"destination" : [ "obj-97", 0 ],
-					"hidden" : 0,
-					"midpoints" : [  ]
-				}
-
-			}
-, 			{
-				"patchline" : 				{
-					"source" : [ "obj-97", 0 ],
-					"destination" : [ "obj-68", 0 ],
-					"hidden" : 0,
-					"midpoints" : [  ]
-				}
-
-			}
  ]
 	}