changeset 45:90ad1817ca56

Working version of the score follower using annotations read in from RWC set. Links player to midi file from rwc set
author Andrew N Robertson <andrew.robertson@eecs.qmul.ac.uk>
date Sun, 05 Feb 2012 10:00:34 +0000
parents 6c8a048720c3
children 43edc8abe2a7
files .DS_Store README.txt hackday/hackday_notes.txt jnmr/testApp.cpp maxPatchToPlayFiles/playMidiTranscription7.maxpat
diffstat 5 files changed, 2078 insertions(+), 2006 deletions(-) [+]
line wrap: on
line diff
Binary file .DS_Store has changed
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/README.txt	Sun Feb 05 10:00:34 2012 +0000
@@ -0,0 +1,13 @@
+
+This is the JNMR version of the Midi player. To work
+The repository will be referred to as REPO
+
+1. download openFrameworks_007 and MaxMSP from www.openframeworks.cc and www.cycling74.com. Download FTM from IRCAM.
+
+2. in Max open the patch from
+REPO->maxPatchesToPlayeFiles->playMidiTranscription7
+
+
+
+
+in openframeworks
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/hackday/hackday_notes.txt	Sun Feb 05 10:00:34 2012 +0000
@@ -0,0 +1,36 @@
+hackney wiki - london hacks link for full list
+
+the matrix
+
+ctrl
+
+beat tracking
+
+musochackday app - spotifyle system
+
+dylanjones.info - Facebook music taste game
+
+drivetime - code on github
+
+scotd.herokuapp.com
+
+mmsm.herokuapp.com - yves' monster mashup
+
+ethicsgirls.com/pitchforkeffect
+
+github for "guess the intro" app in spiffy
+
+owl octave!
+
+
+gig out iphone app: share test flight - foursquare venue data - gigs around you - at export?? on twitter
+
+chordify spotify app and pretentiometer
+
+alarm clock app
+
+
+
+
+
+
--- a/jnmr/testApp.cpp	Wed Feb 01 16:07:09 2012 +0000
+++ b/jnmr/testApp.cpp	Sun Feb 05 10:00:34 2012 +0000
@@ -9,15 +9,20 @@
 void testApp::setup(){
 
 	
-	midiEvents.fileOutput = &myfile;
-	midiEvents.differenceOutput = &diffFile;
 	
 	root = "/Users/andrew/Documents/work/MuseScore/RWC/Classical_RWC_Groundtruth/RM-C0";
 	outputFileRoot = "../../../data/FilesOut/rwcOutputData_RM-C0";
 	
 	myfile.open("../../../data/FilesOut/exampletest2.txt");
+	
+	
+	
 //	diffFile.open("../../../data/FilesOut/diffTest.txt");
 	
+	midiEvents.fileOutput = &myfile;
+	midiEvents.differenceOutput = &diffFile;
+	
+	
 	this->args->printArgs();
 	this->args->printOpts();
 
--- a/maxPatchToPlayFiles/playMidiTranscription7.maxpat	Wed Feb 01 16:07:09 2012 +0000
+++ b/maxPatchToPlayFiles/playMidiTranscription7.maxpat	Sun Feb 05 10:00:34 2012 +0000
@@ -20,16 +20,32 @@
 		"devicewidth" : 0.0,
 		"boxes" : [ 			{
 				"box" : 				{
+					"maxclass" : "comment",
+					"text" : "change this to load your own location of the RWC warped files",
+					"linecount" : 3,
+					"fontname" : "Verdana",
+					"numinlets" : 1,
+					"presentation_rect" : [ 578.0, 28.0, 330.0, 19.0 ],
+					"fontsize" : 10.0,
+					"numoutlets" : 0,
+					"patching_rect" : [ 670.0, 38.0, 150.0, 43.0 ],
+					"presentation" : 1,
+					"id" : "obj-52"
+				}
+
+			}
+, 			{
+				"box" : 				{
 					"maxclass" : "number",
+					"fontname" : "Verdana",
+					"numinlets" : 1,
 					"presentation_rect" : [ 438.0, 20.0, 50.0, 19.0 ],
-					"numinlets" : 1,
+					"fontsize" : 10.0,
 					"numoutlets" : 2,
 					"patching_rect" : [ 210.0, 89.0, 50.0, 19.0 ],
+					"outlettype" : [ "int", "bang" ],
 					"presentation" : 1,
-					"id" : "obj-56",
-					"fontname" : "Verdana",
-					"outlettype" : [ "int", "bang" ],
-					"fontsize" : 10.0
+					"id" : "obj-56"
 				}
 
 			}
@@ -37,27 +53,27 @@
 				"box" : 				{
 					"maxclass" : "message",
 					"text" : "/RWCfile $1",
+					"fontname" : "Verdana",
 					"numinlets" : 2,
+					"fontsize" : 10.0,
 					"numoutlets" : 1,
 					"patching_rect" : [ 869.0, 480.0, 70.0, 17.0 ],
-					"id" : "obj-48",
-					"fontname" : "Verdana",
 					"outlettype" : [ "" ],
-					"fontsize" : 10.0
+					"id" : "obj-48"
 				}
 
 			}
 , 			{
 				"box" : 				{
 					"maxclass" : "message",
-					"text" : "import \"Macintosh HD:/Users/andrew/Documents/work/MuseScore/RWC/Muller_warp/RM-C004_warped.mid\"",
+					"text" : "import \"Macintosh HD:/Users/andrew/Documents/work/MuseScore/RWC/Muller_warp/RM-C007_warped.mid\"",
+					"fontname" : "Verdana",
 					"numinlets" : 2,
+					"fontsize" : 10.0,
 					"numoutlets" : 1,
 					"patching_rect" : [ 403.0, 89.0, 568.0, 17.0 ],
-					"id" : "obj-42",
-					"fontname" : "Verdana",
 					"outlettype" : [ "" ],
-					"fontsize" : 10.0
+					"id" : "obj-42"
 				}
 
 			}
@@ -65,27 +81,27 @@
 				"box" : 				{
 					"maxclass" : "comment",
 					"text" : "set prior on start",
+					"fontname" : "Verdana",
+					"numinlets" : 1,
 					"presentation_rect" : [ 327.0, 93.0, 150.0, 19.0 ],
-					"numinlets" : 1,
+					"fontsize" : 10.0,
 					"numoutlets" : 0,
 					"patching_rect" : [ 739.0, 374.0, 150.0, 19.0 ],
 					"presentation" : 1,
-					"id" : "obj-47",
-					"fontname" : "Verdana",
-					"fontsize" : 10.0
+					"id" : "obj-47"
 				}
 
 			}
 , 			{
 				"box" : 				{
 					"maxclass" : "toggle",
+					"numinlets" : 1,
 					"presentation_rect" : [ 300.0, 92.0, 20.0, 20.0 ],
-					"numinlets" : 1,
 					"numoutlets" : 1,
 					"patching_rect" : [ 712.0, 373.0, 20.0, 20.0 ],
+					"outlettype" : [ "int" ],
 					"presentation" : 1,
-					"id" : "obj-39",
-					"outlettype" : [ "int" ]
+					"id" : "obj-39"
 				}
 
 			}
@@ -93,13 +109,13 @@
 				"box" : 				{
 					"maxclass" : "newobj",
 					"text" : "gate",
+					"fontname" : "Verdana",
 					"numinlets" : 2,
+					"fontsize" : 10.0,
 					"numoutlets" : 1,
 					"patching_rect" : [ 710.0, 401.0, 33.0, 19.0 ],
-					"id" : "obj-21",
-					"fontname" : "Verdana",
 					"outlettype" : [ "" ],
-					"fontsize" : 10.0
+					"id" : "obj-21"
 				}
 
 			}
@@ -107,13 +123,15 @@
 				"box" : 				{
 					"maxclass" : "message",
 					"text" : "prefix /Users/andrew/Documents/work/MuseScore/RWC/Muller_warp",
+					"fontname" : "Verdana",
 					"numinlets" : 2,
+					"presentation_rect" : [ 571.0, 7.0, 363.0, 17.0 ],
+					"fontsize" : 10.0,
 					"numoutlets" : 1,
 					"patching_rect" : [ 478.0, 12.0, 363.0, 17.0 ],
-					"id" : "obj-106",
-					"fontname" : "Verdana",
 					"outlettype" : [ "" ],
-					"fontsize" : 10.0
+					"presentation" : 1,
+					"id" : "obj-106"
 				}
 
 			}
@@ -121,32 +139,32 @@
 				"box" : 				{
 					"maxclass" : "newobj",
 					"text" : "prepend import",
+					"fontname" : "Arial",
 					"numinlets" : 1,
+					"fontsize" : 11.595187,
 					"numoutlets" : 1,
 					"patching_rect" : [ 267.0, 45.0, 86.0, 20.0 ],
-					"id" : "obj-101",
-					"fontname" : "Arial",
 					"outlettype" : [ "" ],
-					"fontsize" : 11.595187
+					"id" : "obj-101"
 				}
 
 			}
 , 			{
 				"box" : 				{
 					"maxclass" : "umenu",
+					"fontname" : "Arial",
+					"numinlets" : 1,
 					"presentation_rect" : [ 267.0, 18.0, 164.0, 18.0 ],
+					"fontsize" : 10.0,
+					"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" ],
 					"prefix" : "Macintosh HD:/Users/andrew/Documents/work/MuseScore/RWC/Muller_warp/",
-					"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" ],
-					"numinlets" : 1,
 					"numoutlets" : 3,
+					"types" : [  ],
 					"patching_rect" : [ 267.0, 18.0, 164.0, 18.0 ],
+					"outlettype" : [ "int", "", "" ],
 					"presentation" : 1,
 					"id" : "obj-102",
-					"fontname" : "Arial",
-					"outlettype" : [ "int", "", "" ],
-					"types" : [  ],
-					"autopopulate" : 1,
-					"fontsize" : 10.0
+					"autopopulate" : 1
 				}
 
 			}
@@ -154,28 +172,28 @@
 				"box" : 				{
 					"maxclass" : "newobj",
 					"text" : "loadmess prefix /Users/andrew/Documents/work/MuseScore/RWC/Muller_warp",
+					"fontname" : "Arial",
 					"numinlets" : 1,
+					"fontsize" : 11.595187,
 					"numoutlets" : 1,
 					"patching_rect" : [ 267.0, -14.0, 426.0, 20.0 ],
-					"id" : "obj-103",
-					"fontname" : "Arial",
 					"outlettype" : [ "" ],
-					"fontsize" : 11.595187
+					"id" : "obj-103"
 				}
 
 			}
 , 			{
 				"box" : 				{
 					"maxclass" : "umenu",
+					"fontname" : "Verdana",
+					"numinlets" : 1,
+					"fontsize" : 10.0,
 					"items" : "<empty>",
-					"numinlets" : 1,
 					"numoutlets" : 3,
+					"types" : [  ],
 					"patching_rect" : [ 607.0, 32.0, 100.0, 19.0 ],
-					"id" : "obj-100",
-					"fontname" : "Verdana",
 					"outlettype" : [ "int", "", "" ],
-					"types" : [  ],
-					"fontsize" : 10.0
+					"id" : "obj-100"
 				}
 
 			}
@@ -183,13 +201,13 @@
 				"box" : 				{
 					"maxclass" : "newobj",
 					"text" : "p routingNoteons",
+					"fontname" : "Verdana",
 					"numinlets" : 4,
+					"fontsize" : 10.0,
 					"numoutlets" : 2,
 					"patching_rect" : [ 143.0, 530.0, 97.0, 19.0 ],
+					"outlettype" : [ "", "" ],
 					"id" : "obj-98",
-					"fontname" : "Verdana",
-					"outlettype" : [ "", "" ],
-					"fontsize" : 10.0,
 					"patcher" : 					{
 						"fileversion" : 1,
 						"rect" : [ 0.0, 0.0, 640.0, 480.0 ],
@@ -213,13 +231,13 @@
 								"box" : 								{
 									"maxclass" : "message",
 									"text" : "181 11 32",
+									"fontname" : "Verdana",
 									"numinlets" : 2,
+									"fontsize" : 10.0,
 									"numoutlets" : 1,
 									"patching_rect" : [ 310.0, 160.0, 102.0, 17.0 ],
-									"id" : "obj-93",
-									"fontname" : "Verdana",
 									"outlettype" : [ "" ],
-									"fontsize" : 10.0
+									"id" : "obj-93"
 								}
 
 							}
@@ -227,13 +245,13 @@
 								"box" : 								{
 									"maxclass" : "message",
 									"text" : "59 85",
+									"fontname" : "Verdana",
 									"numinlets" : 2,
+									"fontsize" : 10.0,
 									"numoutlets" : 1,
 									"patching_rect" : [ 120.0, 185.0, 50.0, 17.0 ],
-									"id" : "obj-91",
-									"fontname" : "Verdana",
 									"outlettype" : [ "" ],
-									"fontsize" : 10.0
+									"id" : "obj-91"
 								}
 
 							}
@@ -241,13 +259,13 @@
 								"box" : 								{
 									"maxclass" : "newobj",
 									"text" : "t l",
+									"fontname" : "Verdana",
 									"numinlets" : 1,
+									"fontsize" : 10.0,
 									"numoutlets" : 1,
 									"patching_rect" : [ 73.0, 158.0, 21.0, 19.0 ],
-									"id" : "obj-89",
-									"fontname" : "Verdana",
 									"outlettype" : [ "" ],
-									"fontsize" : 10.0
+									"id" : "obj-89"
 								}
 
 							}
@@ -255,13 +273,13 @@
 								"box" : 								{
 									"maxclass" : "newobj",
 									"text" : "route 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159",
+									"fontname" : "Verdana",
 									"numinlets" : 1,
+									"fontsize" : 10.0,
 									"numoutlets" : 17,
 									"patching_rect" : [ 50.0, 100.0, 398.0, 19.0 ],
-									"id" : "obj-88",
-									"fontname" : "Verdana",
 									"outlettype" : [ "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" ],
-									"fontsize" : 10.0
+									"id" : "obj-88"
 								}
 
 							}
@@ -269,13 +287,13 @@
 								"box" : 								{
 									"maxclass" : "newobj",
 									"text" : "p weirdStarter",
+									"fontname" : "Verdana",
 									"numinlets" : 2,
+									"fontsize" : 10.0,
 									"numoutlets" : 1,
 									"patching_rect" : [ 144.0, 237.0, 83.0, 19.0 ],
+									"outlettype" : [ "bang" ],
 									"id" : "obj-48",
-									"fontname" : "Verdana",
-									"outlettype" : [ "bang" ],
-									"fontsize" : 10.0,
 									"patcher" : 									{
 										"fileversion" : 1,
 										"rect" : [ 25.0, 69.0, 640.0, 480.0 ],
@@ -301,8 +319,8 @@
 													"numinlets" : 1,
 													"numoutlets" : 1,
 													"patching_rect" : [ 94.0, 159.0, 20.0, 20.0 ],
-													"id" : "obj-132",
-													"outlettype" : [ "int" ]
+													"outlettype" : [ "int" ],
+													"id" : "obj-132"
 												}
 
 											}
@@ -312,8 +330,8 @@
 													"numinlets" : 1,
 													"numoutlets" : 1,
 													"patching_rect" : [ 95.0, 217.0, 20.0, 20.0 ],
-													"id" : "obj-130",
-													"outlettype" : [ "bang" ]
+													"outlettype" : [ "bang" ],
+													"id" : "obj-130"
 												}
 
 											}
@@ -321,13 +339,13 @@
 												"box" : 												{
 													"maxclass" : "message",
 													"text" : "0",
+													"fontname" : "Verdana",
 													"numinlets" : 2,
+													"fontsize" : 10.0,
 													"numoutlets" : 1,
 													"patching_rect" : [ 92.0, 239.0, 32.5, 17.0 ],
-													"id" : "obj-128",
-													"fontname" : "Verdana",
 													"outlettype" : [ "" ],
-													"fontsize" : 10.0
+													"id" : "obj-128"
 												}
 
 											}
@@ -335,13 +353,13 @@
 												"box" : 												{
 													"maxclass" : "newobj",
 													"text" : "gate",
+													"fontname" : "Verdana",
 													"numinlets" : 2,
+													"fontsize" : 10.0,
 													"numoutlets" : 1,
 													"patching_rect" : [ 92.0, 192.0, 33.0, 19.0 ],
-													"id" : "obj-126",
-													"fontname" : "Verdana",
 													"outlettype" : [ "" ],
-													"fontsize" : 10.0
+													"id" : "obj-126"
 												}
 
 											}
@@ -349,13 +367,13 @@
 												"box" : 												{
 													"maxclass" : "message",
 													"text" : "1",
+													"fontname" : "Verdana",
 													"numinlets" : 2,
+													"fontsize" : 10.0,
 													"numoutlets" : 1,
 													"patching_rect" : [ 65.0, 136.0, 32.5, 17.0 ],
-													"id" : "obj-125",
-													"fontname" : "Verdana",
 													"outlettype" : [ "" ],
-													"fontsize" : 10.0
+													"id" : "obj-125"
 												}
 
 											}
@@ -363,13 +381,13 @@
 												"box" : 												{
 													"maxclass" : "newobj",
 													"text" : "loadbang",
+													"fontname" : "Verdana",
 													"numinlets" : 1,
+													"fontsize" : 10.0,
 													"numoutlets" : 1,
 													"patching_rect" : [ 50.0, 100.0, 56.0, 19.0 ],
-													"id" : "obj-123",
-													"fontname" : "Verdana",
 													"outlettype" : [ "bang" ],
-													"fontsize" : 10.0
+													"id" : "obj-123"
 												}
 
 											}
@@ -379,8 +397,8 @@
 													"numinlets" : 0,
 													"numoutlets" : 1,
 													"patching_rect" : [ 65.0, 40.0, 25.0, 25.0 ],
+													"outlettype" : [ "bang" ],
 													"id" : "obj-40",
-													"outlettype" : [ "bang" ],
 													"comment" : ""
 												}
 
@@ -391,8 +409,8 @@
 													"numinlets" : 0,
 													"numoutlets" : 1,
 													"patching_rect" : [ 106.0, 40.0, 25.0, 25.0 ],
+													"outlettype" : [ "" ],
 													"id" : "obj-41",
-													"outlettype" : [ "" ],
 													"comment" : ""
 												}
 
@@ -411,8 +429,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" : [  ]
 												}
@@ -429,62 +501,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" : [  ]
 												}
@@ -494,12 +512,12 @@
 									}
 ,
 									"saved_object_attributes" : 									{
+										"fontname" : "Arial",
 										"default_fontsize" : 12.0,
-										"fontname" : "Arial",
-										"default_fontface" : 0,
 										"globalpatchername" : "",
 										"fontface" : 0,
 										"fontsize" : 12.0,
+										"default_fontface" : 0,
 										"default_fontname" : "Arial"
 									}
 
@@ -510,13 +528,13 @@
 								"box" : 								{
 									"maxclass" : "newobj",
 									"text" : "gate",
+									"fontname" : "Verdana",
 									"numinlets" : 2,
+									"fontsize" : 10.0,
 									"numoutlets" : 1,
 									"patching_rect" : [ 52.0, 456.0, 33.0, 19.0 ],
-									"id" : "obj-30",
-									"fontname" : "Verdana",
 									"outlettype" : [ "" ],
-									"fontsize" : 10.0
+									"id" : "obj-30"
 								}
 
 							}
@@ -526,8 +544,8 @@
 									"numinlets" : 1,
 									"numoutlets" : 1,
 									"patching_rect" : [ 169.0, 298.0, 20.0, 20.0 ],
-									"id" : "obj-134",
-									"outlettype" : [ "bang" ]
+									"outlettype" : [ "bang" ],
+									"id" : "obj-134"
 								}
 
 							}
@@ -535,13 +553,13 @@
 								"box" : 								{
 									"maxclass" : "newobj",
 									"text" : "zl join",
+									"fontname" : "Verdana",
 									"numinlets" : 2,
+									"fontsize" : 10.0,
 									"numoutlets" : 2,
 									"patching_rect" : [ 88.0, 388.0, 41.0, 19.0 ],
-									"id" : "obj-83",
-									"fontname" : "Verdana",
 									"outlettype" : [ "", "" ],
-									"fontsize" : 10.0
+									"id" : "obj-83"
 								}
 
 							}
@@ -549,13 +567,13 @@
 								"box" : 								{
 									"maxclass" : "newobj",
 									"text" : "- 0.",
+									"fontname" : "Verdana",
 									"numinlets" : 2,
+									"fontsize" : 10.0,
 									"numoutlets" : 1,
 									"patching_rect" : [ 102.0, 357.0, 32.5, 19.0 ],
-									"id" : "obj-80",
-									"fontname" : "Verdana",
 									"outlettype" : [ "float" ],
-									"fontsize" : 10.0
+									"id" : "obj-80"
 								}
 
 							}
@@ -563,13 +581,13 @@
 								"box" : 								{
 									"maxclass" : "newobj",
 									"text" : "t l b",
+									"fontname" : "Verdana",
 									"numinlets" : 1,
+									"fontsize" : 10.0,
 									"numoutlets" : 2,
 									"patching_rect" : [ 88.0, 299.0, 32.5, 19.0 ],
-									"id" : "obj-79",
-									"fontname" : "Verdana",
 									"outlettype" : [ "", "bang" ],
-									"fontsize" : 10.0
+									"id" : "obj-79"
 								}
 
 							}
@@ -577,13 +595,13 @@
 								"box" : 								{
 									"maxclass" : "newobj",
 									"text" : "cpuclock",
+									"fontname" : "Verdana",
 									"numinlets" : 1,
+									"fontsize" : 10.0,
 									"numoutlets" : 1,
 									"patching_rect" : [ 169.0, 328.0, 53.0, 19.0 ],
-									"id" : "obj-78",
-									"fontname" : "Verdana",
 									"outlettype" : [ "float" ],
-									"fontsize" : 10.0
+									"id" : "obj-78"
 								}
 
 							}
@@ -591,13 +609,13 @@
 								"box" : 								{
 									"maxclass" : "newobj",
 									"text" : "cpuclock",
+									"fontname" : "Verdana",
 									"numinlets" : 1,
+									"fontsize" : 10.0,
 									"numoutlets" : 1,
 									"patching_rect" : [ 102.0, 327.0, 53.0, 19.0 ],
-									"id" : "obj-76",
-									"fontname" : "Verdana",
 									"outlettype" : [ "float" ],
-									"fontsize" : 10.0
+									"id" : "obj-76"
 								}
 
 							}
@@ -607,8 +625,8 @@
 									"numinlets" : 0,
 									"numoutlets" : 1,
 									"patching_rect" : [ 50.0, 40.0, 25.0, 25.0 ],
+									"outlettype" : [ "" ],
 									"id" : "obj-21",
-									"outlettype" : [ "" ],
 									"comment" : ""
 								}
 
@@ -619,8 +637,8 @@
 									"numinlets" : 0,
 									"numoutlets" : 1,
 									"patching_rect" : [ 52.0, 40.0, 25.0, 25.0 ],
+									"outlettype" : [ "int" ],
 									"id" : "obj-39",
-									"outlettype" : [ "int" ],
 									"comment" : ""
 								}
 
@@ -631,8 +649,8 @@
 									"numinlets" : 0,
 									"numoutlets" : 1,
 									"patching_rect" : [ 144.0, 40.0, 25.0, 25.0 ],
+									"outlettype" : [ "bang" ],
 									"id" : "obj-42",
-									"outlettype" : [ "bang" ],
 									"comment" : ""
 								}
 
@@ -643,8 +661,8 @@
 									"numinlets" : 0,
 									"numoutlets" : 1,
 									"patching_rect" : [ 169.0, 40.0, 25.0, 25.0 ],
+									"outlettype" : [ "" ],
 									"id" : "obj-47",
-									"outlettype" : [ "" ],
 									"comment" : ""
 								}
 
@@ -674,7 +692,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" : [  ]
@@ -692,284 +971,23 @@
 							}
 , 							{
 								"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" : 					{
+						"fontname" : "Arial",
 						"default_fontsize" : 12.0,
-						"fontname" : "Arial",
-						"default_fontface" : 0,
 						"globalpatchername" : "",
 						"fontface" : 0,
 						"fontsize" : 12.0,
+						"default_fontface" : 0,
 						"default_fontname" : "Arial"
 					}
 
@@ -980,13 +998,13 @@
 				"box" : 				{
 					"maxclass" : "newobj",
 					"text" : "prepend /duration",
+					"fontname" : "Verdana",
 					"numinlets" : 1,
+					"fontsize" : 10.0,
 					"numoutlets" : 1,
 					"patching_rect" : [ 769.0, 340.0, 101.0, 19.0 ],
-					"id" : "obj-97",
-					"fontname" : "Verdana",
 					"outlettype" : [ "" ],
-					"fontsize" : 10.0
+					"id" : "obj-97"
 				}
 
 			}
@@ -994,12 +1012,12 @@
 				"box" : 				{
 					"maxclass" : "newobj",
 					"text" : "print",
+					"fontname" : "Verdana",
 					"numinlets" : 1,
+					"fontsize" : 10.0,
 					"numoutlets" : 0,
 					"patching_rect" : [ 33.0, 893.0, 34.0, 19.0 ],
-					"id" : "obj-92",
-					"fontname" : "Verdana",
-					"fontsize" : 10.0
+					"id" : "obj-92"
 				}
 
 			}
@@ -1009,8 +1027,8 @@
 					"numinlets" : 1,
 					"numoutlets" : 1,
 					"patching_rect" : [ 33.0, 827.0, 20.0, 20.0 ],
-					"id" : "obj-90",
-					"outlettype" : [ "int" ]
+					"outlettype" : [ "int" ],
+					"id" : "obj-90"
 				}
 
 			}
@@ -1018,13 +1036,13 @@
 				"box" : 				{
 					"maxclass" : "newobj",
 					"text" : "gate",
+					"fontname" : "Verdana",
 					"numinlets" : 2,
+					"fontsize" : 10.0,
 					"numoutlets" : 1,
 					"patching_rect" : [ 33.0, 862.0, 33.0, 19.0 ],
-					"id" : "obj-7",
-					"fontname" : "Verdana",
 					"outlettype" : [ "" ],
-					"fontsize" : 10.0
+					"id" : "obj-7"
 				}
 
 			}
@@ -1032,13 +1050,13 @@
 				"box" : 				{
 					"maxclass" : "newobj",
 					"text" : "loadmess 0.08",
+					"fontname" : "Verdana",
 					"numinlets" : 1,
+					"fontsize" : 10.0,
 					"numoutlets" : 1,
 					"patching_rect" : [ 633.0, 513.0, 84.0, 19.0 ],
-					"id" : "obj-61",
-					"fontname" : "Verdana",
 					"outlettype" : [ "" ],
-					"fontsize" : 10.0
+					"id" : "obj-61"
 				}
 
 			}
@@ -1046,32 +1064,32 @@
 				"box" : 				{
 					"maxclass" : "newobj",
 					"text" : "prepend /likelihoodToNoiseRatio",
+					"fontname" : "Verdana",
+					"numinlets" : 1,
 					"presentation_rect" : [ 135.0, 522.0, 171.0, 19.0 ],
-					"numinlets" : 1,
+					"fontsize" : 10.0,
 					"numoutlets" : 1,
 					"patching_rect" : [ 612.0, 579.0, 171.0, 19.0 ],
+					"outlettype" : [ "" ],
 					"presentation" : 1,
-					"id" : "obj-58",
-					"fontname" : "Verdana",
-					"outlettype" : [ "" ],
-					"fontsize" : 10.0
+					"id" : "obj-58"
 				}
 
 			}
 , 			{
 				"box" : 				{
 					"maxclass" : "flonum",
+					"fontname" : "Verdana",
+					"numinlets" : 1,
+					"presentation_rect" : [ 138.0, 500.0, 50.0, 19.0 ],
+					"fontsize" : 10.0,
 					"maximum" : 0.6,
-					"presentation_rect" : [ 138.0, 500.0, 50.0, 19.0 ],
-					"numinlets" : 1,
 					"numoutlets" : 2,
+					"minimum" : 0.001,
 					"patching_rect" : [ 612.0, 552.0, 50.0, 19.0 ],
+					"outlettype" : [ "float", "bang" ],
 					"presentation" : 1,
-					"id" : "obj-59",
-					"fontname" : "Verdana",
-					"outlettype" : [ "float", "bang" ],
-					"minimum" : 0.001,
-					"fontsize" : 10.0
+					"id" : "obj-59"
 				}
 
 			}
@@ -1079,83 +1097,83 @@
 				"box" : 				{
 					"maxclass" : "newobj",
 					"text" : "prepend /maximumSpeedRatio",
+					"fontname" : "Verdana",
+					"numinlets" : 1,
 					"presentation_rect" : [ 311.0, 464.0, 167.0, 19.0 ],
-					"numinlets" : 1,
+					"fontsize" : 10.0,
 					"numoutlets" : 1,
 					"patching_rect" : [ 702.0, 728.0, 167.0, 19.0 ],
+					"outlettype" : [ "" ],
 					"presentation" : 1,
-					"id" : "obj-45",
-					"fontname" : "Verdana",
-					"outlettype" : [ "" ],
-					"fontsize" : 10.0
+					"id" : "obj-45"
 				}
 
 			}
 , 			{
 				"box" : 				{
 					"maxclass" : "flonum",
+					"fontname" : "Verdana",
+					"numinlets" : 1,
+					"presentation_rect" : [ 311.0, 436.0, 50.0, 19.0 ],
+					"fontsize" : 10.0,
 					"maximum" : 2.0,
-					"presentation_rect" : [ 311.0, 436.0, 50.0, 19.0 ],
-					"numinlets" : 1,
 					"numoutlets" : 2,
+					"minimum" : 0.0,
 					"patching_rect" : [ 702.0, 701.0, 50.0, 19.0 ],
+					"outlettype" : [ "float", "bang" ],
 					"presentation" : 1,
-					"id" : "obj-51",
-					"fontname" : "Verdana",
-					"outlettype" : [ "float", "bang" ],
-					"minimum" : 0.0,
-					"fontsize" : 10.0
+					"id" : "obj-51"
 				}
 
 			}
 , 			{
 				"box" : 				{
 					"maxclass" : "button",
-					"presentation_rect" : [ 522.0, 40.0, 20.0, 20.0 ],
 					"numinlets" : 1,
+					"presentation_rect" : [ 523.0, 109.0, 20.0, 20.0 ],
 					"numoutlets" : 1,
 					"patching_rect" : [ 713.0, 162.0, 20.0, 20.0 ],
+					"outlettype" : [ "bang" ],
 					"presentation" : 1,
-					"id" : "obj-87",
-					"outlettype" : [ "bang" ]
+					"id" : "obj-87"
 				}
 
 			}
 , 			{
 				"box" : 				{
 					"maxclass" : "number",
-					"presentation_rect" : [ 521.0, 67.0, 63.0, 19.0 ],
-					"htextcolor" : [ 0.870588, 0.870588, 0.870588, 1.0 ],
+					"fontname" : "Verdana",
 					"numinlets" : 1,
-					"triscale" : 0.9,
+					"presentation_rect" : [ 522.0, 136.0, 63.0, 19.0 ],
+					"fontsize" : 10.0,
 					"numoutlets" : 2,
 					"patching_rect" : [ 777.0, 284.0, 63.0, 19.0 ],
+					"outlettype" : [ "int", "bang" ],
 					"presentation" : 1,
 					"id" : "obj-66",
-					"fontname" : "Verdana",
-					"outlettype" : [ "int", "bang" ],
+					"htextcolor" : [ 0.870588, 0.870588, 0.870588, 1.0 ],
 					"bgcolor" : [ 0.866667, 0.866667, 0.866667, 1.0 ],
-					"fontsize" : 10.0
+					"triscale" : 0.9
 				}
 
 			}
 , 			{
 				"box" : 				{
 					"maxclass" : "flonum",
-					"presentation_rect" : [ 521.0, 90.0, 64.0, 19.0 ],
-					"htextcolor" : [ 0.870588, 0.870588, 0.870588, 1.0 ],
+					"fontname" : "Verdana",
+					"triangle" : 0,
 					"numinlets" : 1,
-					"triscale" : 0.9,
+					"presentation_rect" : [ 522.0, 159.0, 64.0, 19.0 ],
+					"fontsize" : 10.0,
 					"numoutlets" : 2,
 					"patching_rect" : [ 777.0, 307.0, 64.0, 19.0 ],
+					"cantchange" : 1,
+					"outlettype" : [ "float", "bang" ],
 					"presentation" : 1,
-					"cantchange" : 1,
 					"id" : "obj-75",
-					"fontname" : "Verdana",
-					"outlettype" : [ "float", "bang" ],
+					"htextcolor" : [ 0.870588, 0.870588, 0.870588, 1.0 ],
 					"bgcolor" : [ 0.866667, 0.866667, 0.866667, 1.0 ],
-					"triangle" : 0,
-					"fontsize" : 10.0
+					"triscale" : 0.9
 				}
 
 			}
@@ -1163,58 +1181,58 @@
 				"box" : 				{
 					"maxclass" : "comment",
 					"text" : "number of events",
-					"presentation_rect" : [ 584.0, 69.0, 97.0, 19.0 ],
+					"fontname" : "Verdana",
 					"numinlets" : 1,
+					"presentation_rect" : [ 587.0, 136.0, 97.0, 19.0 ],
+					"fontsize" : 10.0,
 					"numoutlets" : 0,
 					"patching_rect" : [ 840.0, 286.0, 97.0, 19.0 ],
 					"presentation" : 1,
-					"id" : "obj-77",
-					"fontname" : "Verdana",
-					"fontsize" : 10.0
+					"id" : "obj-77"
 				}
 
 			}
 , 			{
 				"box" : 				{
 					"maxclass" : "ftm.mess",
+					"fontname" : "Verdana",
+					"ftm_scope" : 1,
+					"#loadbang" : 0,
+					"text" : [ "_($1 size)" ],
+					"numinlets" : 2,
+					"#triggerall" : 0,
 					"presentation_rect" : [ 718.0, 285.0, 51.93457, 17.0 ],
-					"ftm_scope" : 1,
-					"numinlets" : 2,
+					"fontsize" : 10.0,
+					"ftm_objref_conv" : 0,
+					"numoutlets" : 1,
 					"#init" : "",
-					"numoutlets" : 1,
 					"patching_rect" : [ 718.0, 285.0, 51.93457, 17.0 ],
-					"text" : [ "_($1 size)" ],
-					"presentation" : 1,
-					"#loadbang" : 0,
-					"id" : "obj-81",
-					"fontname" : "Verdana",
 					"outlettype" : [ "" ],
 					"#untuple" : 0,
-					"ftm_objref_conv" : 0,
-					"#triggerall" : 0,
-					"fontsize" : 10.0
+					"presentation" : 1,
+					"id" : "obj-81"
 				}
 
 			}
 , 			{
 				"box" : 				{
 					"maxclass" : "ftm.mess",
+					"fontname" : "Verdana",
+					"ftm_scope" : 0,
+					"#loadbang" : 0,
+					"text" : [ "_($1 duration)" ],
+					"numinlets" : 2,
+					"#triggerall" : 0,
 					"presentation_rect" : [ 699.0, 308.0, 74.566406, 17.0 ],
-					"ftm_scope" : 0,
-					"numinlets" : 2,
+					"fontsize" : 10.0,
+					"ftm_objref_conv" : 0,
+					"numoutlets" : 1,
 					"#init" : "",
-					"numoutlets" : 1,
 					"patching_rect" : [ 699.0, 308.0, 74.566406, 17.0 ],
-					"text" : [ "_($1 duration)" ],
-					"presentation" : 1,
-					"#loadbang" : 0,
-					"id" : "obj-84",
-					"fontname" : "Verdana",
 					"outlettype" : [ "" ],
 					"#untuple" : 0,
-					"ftm_objref_conv" : 0,
-					"#triggerall" : 0,
-					"fontsize" : 10.0
+					"presentation" : 1,
+					"id" : "obj-84"
 				}
 
 			}
@@ -1222,14 +1240,14 @@
 				"box" : 				{
 					"maxclass" : "comment",
 					"text" : "duration in msec",
-					"presentation_rect" : [ 584.0, 92.0, 93.0, 19.0 ],
+					"fontname" : "Verdana",
 					"numinlets" : 1,
+					"presentation_rect" : [ 587.0, 159.0, 93.0, 19.0 ],
+					"fontsize" : 10.0,
 					"numoutlets" : 0,
 					"patching_rect" : [ 840.0, 309.0, 93.0, 19.0 ],
 					"presentation" : 1,
-					"id" : "obj-85",
-					"fontname" : "Verdana",
-					"fontsize" : 10.0
+					"id" : "obj-85"
 				}
 
 			}
@@ -1237,13 +1255,13 @@
 				"box" : 				{
 					"maxclass" : "message",
 					"text" : "import /Users/andrew/hg/midi-score-follower/MIDIfiles/test.mid",
+					"fontname" : "Verdana",
 					"numinlets" : 2,
+					"fontsize" : 10.0,
 					"numoutlets" : 1,
 					"patching_rect" : [ 663.0, 129.0, 335.0, 17.0 ],
-					"id" : "obj-53",
-					"fontname" : "Verdana",
 					"outlettype" : [ "" ],
-					"fontsize" : 10.0
+					"id" : "obj-53"
 				}
 
 			}
@@ -1251,13 +1269,13 @@
 				"box" : 				{
 					"maxclass" : "newobj",
 					"text" : "loadmess 1",
+					"fontname" : "Verdana",
 					"numinlets" : 1,
+					"fontsize" : 10.0,
 					"numoutlets" : 1,
 					"patching_rect" : [ -28.0, 309.0, 68.0, 19.0 ],
-					"id" : "obj-28",
-					"fontname" : "Verdana",
 					"outlettype" : [ "" ],
-					"fontsize" : 10.0
+					"id" : "obj-28"
 				}
 
 			}
@@ -1265,15 +1283,15 @@
 				"box" : 				{
 					"maxclass" : "message",
 					"text" : "148 59 85",
+					"fontname" : "Verdana",
+					"numinlets" : 2,
 					"presentation_rect" : [ 10.0, 226.0, 95.0, 17.0 ],
-					"numinlets" : 2,
+					"fontsize" : 10.0,
 					"numoutlets" : 1,
 					"patching_rect" : [ -131.0, 428.0, 95.0, 17.0 ],
+					"outlettype" : [ "" ],
 					"presentation" : 1,
-					"id" : "obj-50",
-					"fontname" : "Verdana",
-					"outlettype" : [ "" ],
-					"fontsize" : 10.0
+					"id" : "obj-50"
 				}
 
 			}
@@ -1281,15 +1299,15 @@
 				"box" : 				{
 					"maxclass" : "message",
 					"text" : "/integratedEstimate",
+					"fontname" : "Verdana",
+					"numinlets" : 2,
 					"presentation_rect" : [ 364.0, 375.0, 108.0, 17.0 ],
-					"numinlets" : 2,
+					"fontsize" : 10.0,
 					"numoutlets" : 1,
 					"patching_rect" : [ 793.0, 807.0, 108.0, 17.0 ],
+					"outlettype" : [ "" ],
 					"presentation" : 1,
-					"id" : "obj-43",
-					"fontname" : "Verdana",
-					"outlettype" : [ "" ],
-					"fontsize" : 10.0
+					"id" : "obj-43"
 				}
 
 			}
@@ -1297,13 +1315,13 @@
 				"box" : 				{
 					"maxclass" : "message",
 					"text" : "/MAPestimate",
+					"fontname" : "Verdana",
 					"numinlets" : 2,
+					"fontsize" : 10.0,
 					"numoutlets" : 1,
 					"patching_rect" : [ 768.0, 865.0, 80.0, 17.0 ],
-					"id" : "obj-40",
-					"fontname" : "Verdana",
 					"outlettype" : [ "" ],
-					"fontsize" : 10.0
+					"id" : "obj-40"
 				}
 
 			}
@@ -1311,13 +1329,13 @@
 				"box" : 				{
 					"maxclass" : "newobj",
 					"text" : "sel 0 1",
+					"fontname" : "Verdana",
 					"numinlets" : 1,
+					"fontsize" : 10.0,
 					"numoutlets" : 3,
 					"patching_rect" : [ 698.0, 826.0, 46.0, 19.0 ],
-					"id" : "obj-38",
-					"fontname" : "Verdana",
 					"outlettype" : [ "bang", "bang", "" ],
-					"fontsize" : 10.0
+					"id" : "obj-38"
 				}
 
 			}
@@ -1325,26 +1343,26 @@
 				"box" : 				{
 					"maxclass" : "message",
 					"text" : "/integratedEstimate",
+					"fontname" : "Verdana",
 					"numinlets" : 2,
+					"fontsize" : 10.0,
 					"numoutlets" : 1,
 					"patching_rect" : [ 646.0, 865.0, 110.0, 17.0 ],
-					"id" : "obj-35",
-					"fontname" : "Verdana",
 					"outlettype" : [ "" ],
-					"fontsize" : 10.0
+					"id" : "obj-35"
 				}
 
 			}
 , 			{
 				"box" : 				{
 					"maxclass" : "toggle",
+					"numinlets" : 1,
 					"presentation_rect" : [ 364.0, 350.0, 20.0, 20.0 ],
-					"numinlets" : 1,
 					"numoutlets" : 1,
 					"patching_rect" : [ 698.0, 796.0, 20.0, 20.0 ],
+					"outlettype" : [ "int" ],
 					"presentation" : 1,
-					"id" : "obj-22",
-					"outlettype" : [ "int" ]
+					"id" : "obj-22"
 				}
 
 			}
@@ -1352,32 +1370,32 @@
 				"box" : 				{
 					"maxclass" : "newobj",
 					"text" : "prepend /minimumSpeedRatio",
+					"fontname" : "Verdana",
+					"numinlets" : 1,
 					"presentation_rect" : [ 134.0, 463.0, 164.0, 19.0 ],
-					"numinlets" : 1,
+					"fontsize" : 10.0,
 					"numoutlets" : 1,
 					"patching_rect" : [ 685.0, 657.0, 164.0, 19.0 ],
+					"outlettype" : [ "" ],
 					"presentation" : 1,
-					"id" : "obj-13",
-					"fontname" : "Verdana",
-					"outlettype" : [ "" ],
-					"fontsize" : 10.0
+					"id" : "obj-13"
 				}
 
 			}
 , 			{
 				"box" : 				{
 					"maxclass" : "flonum",
+					"fontname" : "Verdana",
+					"numinlets" : 1,
+					"presentation_rect" : [ 134.0, 436.0, 50.0, 19.0 ],
+					"fontsize" : 10.0,
 					"maximum" : 2.0,
-					"presentation_rect" : [ 134.0, 436.0, 50.0, 19.0 ],
-					"numinlets" : 1,
 					"numoutlets" : 2,
+					"minimum" : 0.0,
 					"patching_rect" : [ 685.0, 630.0, 50.0, 19.0 ],
+					"outlettype" : [ "float", "bang" ],
 					"presentation" : 1,
-					"id" : "obj-12",
-					"fontname" : "Verdana",
-					"outlettype" : [ "float", "bang" ],
-					"minimum" : 0.0,
-					"fontsize" : 10.0
+					"id" : "obj-12"
 				}
 
 			}
@@ -1385,13 +1403,13 @@
 				"box" : 				{
 					"maxclass" : "message",
 					"text" : "0",
+					"fontname" : "Verdana",
 					"numinlets" : 2,
+					"fontsize" : 10.0,
 					"numoutlets" : 1,
 					"patching_rect" : [ 86.0, 135.0, 32.5, 17.0 ],
-					"id" : "obj-41",
-					"fontname" : "Verdana",
 					"outlettype" : [ "" ],
-					"fontsize" : 10.0
+					"id" : "obj-41"
 				}
 
 			}
@@ -1399,28 +1417,28 @@
 				"box" : 				{
 					"maxclass" : "newobj",
 					"text" : "loadmess 250",
+					"fontname" : "Verdana",
 					"numinlets" : 1,
+					"fontsize" : 10.0,
 					"numoutlets" : 1,
 					"patching_rect" : [ 141.0, 150.0, 80.0, 19.0 ],
-					"id" : "obj-37",
-					"fontname" : "Verdana",
 					"outlettype" : [ "" ],
-					"fontsize" : 10.0
+					"id" : "obj-37"
 				}
 
 			}
 , 			{
 				"box" : 				{
 					"maxclass" : "number",
+					"fontname" : "Verdana",
+					"numinlets" : 1,
 					"presentation_rect" : [ 583.0, 228.0, 50.0, 19.0 ],
-					"numinlets" : 1,
+					"fontsize" : 10.0,
 					"numoutlets" : 2,
 					"patching_rect" : [ 141.0, 173.0, 50.0, 19.0 ],
+					"outlettype" : [ "int", "bang" ],
 					"presentation" : 1,
-					"id" : "obj-36",
-					"fontname" : "Verdana",
-					"outlettype" : [ "int", "bang" ],
-					"fontsize" : 10.0
+					"id" : "obj-36"
 				}
 
 			}
@@ -1430,27 +1448,27 @@
 					"text" : "iterate through notes when used offline",
 					"linecount" : 2,
 					"presentation_linecount" : 2,
+					"fontname" : "Verdana",
+					"numinlets" : 1,
 					"presentation_rect" : [ 550.0, 197.0, 150.0, 31.0 ],
-					"numinlets" : 1,
+					"fontsize" : 10.0,
 					"numoutlets" : 0,
 					"patching_rect" : [ 1247.0, 855.0, 150.0, 31.0 ],
 					"presentation" : 1,
-					"id" : "obj-34",
-					"fontname" : "Verdana",
-					"fontsize" : 10.0
+					"id" : "obj-34"
 				}
 
 			}
 , 			{
 				"box" : 				{
 					"maxclass" : "toggle",
+					"numinlets" : 1,
 					"presentation_rect" : [ 523.0, 204.0, 20.0, 20.0 ],
-					"numinlets" : 1,
 					"numoutlets" : 1,
 					"patching_rect" : [ 89.0, 165.0, 20.0, 20.0 ],
+					"outlettype" : [ "int" ],
 					"presentation" : 1,
-					"id" : "obj-11",
-					"outlettype" : [ "int" ]
+					"id" : "obj-11"
 				}
 
 			}
@@ -1458,30 +1476,30 @@
 				"box" : 				{
 					"maxclass" : "newobj",
 					"text" : "metro 250",
+					"fontname" : "Verdana",
+					"numinlets" : 2,
 					"presentation_rect" : [ 517.0, 230.0, 63.0, 19.0 ],
-					"numinlets" : 2,
+					"fontsize" : 10.0,
 					"numoutlets" : 1,
 					"patching_rect" : [ 90.0, 201.0, 63.0, 19.0 ],
+					"outlettype" : [ "bang" ],
 					"presentation" : 1,
-					"id" : "obj-2",
-					"fontname" : "Verdana",
-					"outlettype" : [ "bang" ],
-					"fontsize" : 10.0
+					"id" : "obj-2"
 				}
 
 			}
 , 			{
 				"box" : 				{
 					"maxclass" : "flonum",
+					"fontname" : "Verdana",
+					"numinlets" : 1,
 					"presentation_rect" : [ 282.0, 62.0, 57.0, 21.0 ],
-					"numinlets" : 1,
+					"fontsize" : 12.0,
 					"numoutlets" : 2,
 					"patching_rect" : [ 511.0, 249.0, 57.0, 21.0 ],
+					"outlettype" : [ "float", "bang" ],
 					"presentation" : 1,
-					"id" : "obj-99",
-					"fontname" : "Verdana",
-					"outlettype" : [ "float", "bang" ],
-					"fontsize" : 12.0
+					"id" : "obj-99"
 				}
 
 			}
@@ -1489,13 +1507,13 @@
 				"box" : 				{
 					"maxclass" : "message",
 					"text" : "/offline",
+					"fontname" : "Verdana",
 					"numinlets" : 2,
+					"fontsize" : 10.0,
 					"numoutlets" : 1,
 					"patching_rect" : [ 169.0, 893.0, 46.0, 17.0 ],
-					"id" : "obj-74",
-					"fontname" : "Verdana",
 					"outlettype" : [ "" ],
-					"fontsize" : 10.0
+					"id" : "obj-74"
 				}
 
 			}
@@ -1503,13 +1521,13 @@
 				"box" : 				{
 					"maxclass" : "message",
 					"text" : "/realtime",
+					"fontname" : "Verdana",
 					"numinlets" : 2,
+					"fontsize" : 10.0,
 					"numoutlets" : 1,
 					"patching_rect" : [ 100.0, 890.0, 56.0, 17.0 ],
-					"id" : "obj-73",
-					"fontname" : "Verdana",
 					"outlettype" : [ "" ],
-					"fontsize" : 10.0
+					"id" : "obj-73"
 				}
 
 			}
@@ -1517,13 +1535,13 @@
 				"box" : 				{
 					"maxclass" : "newobj",
 					"text" : "sel 1 2",
+					"fontname" : "Verdana",
 					"numinlets" : 1,
+					"fontsize" : 10.0,
 					"numoutlets" : 3,
 					"patching_rect" : [ 85.0, 860.0, 46.0, 19.0 ],
-					"id" : "obj-64",
-					"fontname" : "Verdana",
 					"outlettype" : [ "bang", "bang", "" ],
-					"fontsize" : 10.0
+					"id" : "obj-64"
 				}
 
 			}
@@ -1531,13 +1549,13 @@
 				"box" : 				{
 					"maxclass" : "newobj",
 					"text" : "p ftmPlayer",
+					"fontname" : "Verdana",
 					"numinlets" : 2,
+					"fontsize" : 10.0,
 					"numoutlets" : 2,
 					"patching_rect" : [ 45.0, 316.0, 476.0, 19.0 ],
+					"outlettype" : [ "", "" ],
 					"id" : "obj-60",
-					"fontname" : "Verdana",
-					"outlettype" : [ "", "" ],
-					"fontsize" : 10.0,
 					"patcher" : 					{
 						"fileversion" : 1,
 						"rect" : [ 25.0, 69.0, 640.0, 480.0 ],
@@ -1563,8 +1581,8 @@
 									"numinlets" : 0,
 									"numoutlets" : 1,
 									"patching_rect" : [ 336.0, 56.0, 25.0, 25.0 ],
+									"outlettype" : [ "float" ],
 									"id" : "obj-1",
-									"outlettype" : [ "float" ],
 									"comment" : ""
 								}
 
@@ -1573,14 +1591,14 @@
 								"box" : 								{
 									"maxclass" : "comment",
 									"text" : "midi",
+									"fontname" : "Verdana",
+									"numinlets" : 1,
 									"presentation_rect" : [ 52.0, 420.0, 150.0, 19.0 ],
-									"numinlets" : 1,
+									"fontsize" : 10.0,
 									"numoutlets" : 0,
 									"patching_rect" : [ 131.0, 214.0, 150.0, 19.0 ],
 									"presentation" : 1,
-									"id" : "obj-11",
-									"fontname" : "Verdana",
-									"fontsize" : 10.0
+									"id" : "obj-11"
 								}
 
 							}
@@ -1588,13 +1606,13 @@
 								"box" : 								{
 									"maxclass" : "newobj",
 									"text" : "p otherFtmControls",
+									"fontname" : "Verdana",
 									"numinlets" : 0,
+									"fontsize" : 10.0,
 									"numoutlets" : 1,
 									"patching_rect" : [ 50.0, 109.0, 108.0, 19.0 ],
+									"outlettype" : [ "" ],
 									"id" : "obj-115",
-									"fontname" : "Verdana",
-									"outlettype" : [ "" ],
-									"fontsize" : 10.0,
 									"patcher" : 									{
 										"fileversion" : 1,
 										"rect" : [ 25.0, 69.0, 640.0, 480.0 ],
@@ -1620,14 +1638,14 @@
 													"text" : "ordinary file following (x) or else one shot test",
 													"linecount" : 2,
 													"presentation_linecount" : 2,
+													"fontname" : "Verdana",
+													"numinlets" : 1,
 													"presentation_rect" : [ 52.0, 186.0, 156.0, 31.0 ],
-													"numinlets" : 1,
+													"fontsize" : 10.0,
 													"numoutlets" : 0,
 													"patching_rect" : [ 98.0, 56.0, 153.0, 31.0 ],
 													"presentation" : 1,
-													"id" : "obj-111",
-													"fontname" : "Verdana",
-													"fontsize" : 10.0
+													"id" : "obj-111"
 												}
 
 											}
@@ -1635,33 +1653,33 @@
 												"box" : 												{
 													"maxclass" : "comment",
 													"text" : "set speed",
+													"fontname" : "Verdana",
 													"numinlets" : 1,
+													"fontsize" : 10.0,
 													"numoutlets" : 0,
 													"patching_rect" : [ 362.0, 263.0, 57.0, 19.0 ],
-													"id" : "obj-3",
-													"fontname" : "Verdana",
-													"fontsize" : 10.0
+													"id" : "obj-3"
 												}
 
 											}
 , 											{
 												"box" : 												{
 													"maxclass" : "ftm.mess",
+													"fontname" : "Verdana",
+													"ftm_scope" : 0,
+													"#loadbang" : 0,
+													"text" : [ "_loop 500 1500 1." ],
+													"numinlets" : 2,
+													"#triggerall" : 0,
 													"presentation_rect" : [ 216.0, 166.0, 92.157234, 17.0 ],
-													"ftm_scope" : 0,
-													"numinlets" : 2,
+													"fontsize" : 10.0,
+													"ftm_objref_conv" : 0,
+													"numoutlets" : 1,
 													"#init" : "",
-													"numoutlets" : 1,
 													"patching_rect" : [ 216.0, 166.0, 92.157234, 17.0 ],
-													"text" : [ "_loop 500 1500 1." ],
-													"#loadbang" : 0,
-													"id" : "obj-4",
-													"fontname" : "Verdana",
 													"outlettype" : [ "" ],
 													"#untuple" : 0,
-													"ftm_objref_conv" : 0,
-													"#triggerall" : 0,
-													"fontsize" : 10.0
+													"id" : "obj-4"
 												}
 
 											}
@@ -1669,33 +1687,33 @@
 												"box" : 												{
 													"maxclass" : "comment",
 													"text" : "set segment (begin, end and speed) and loop",
+													"fontname" : "Verdana",
 													"numinlets" : 1,
+													"fontsize" : 10.0,
 													"numoutlets" : 0,
 													"patching_rect" : [ 306.0, 167.0, 240.0, 19.0 ],
-													"id" : "obj-5",
-													"fontname" : "Verdana",
-													"fontsize" : 10.0
+													"id" : "obj-5"
 												}
 
 											}
 , 											{
 												"box" : 												{
 													"maxclass" : "ftm.mess",
+													"fontname" : "Verdana",
+													"ftm_scope" : 0,
+													"#loadbang" : 0,
+													"text" : [ "_play $play.seq 500 1500 1." ],
+													"numinlets" : 2,
+													"#triggerall" : 0,
 													"presentation_rect" : [ 216.0, 146.0, 142.66507, 17.0 ],
-													"ftm_scope" : 0,
-													"numinlets" : 2,
+													"fontsize" : 10.0,
+													"ftm_objref_conv" : 0,
+													"numoutlets" : 1,
 													"#init" : "",
-													"numoutlets" : 1,
 													"patching_rect" : [ 216.0, 146.0, 142.66507, 17.0 ],
-													"text" : [ "_play $play.seq 500 1500 1." ],
-													"#loadbang" : 0,
-													"id" : "obj-6",
-													"fontname" : "Verdana",
 													"outlettype" : [ "" ],
 													"#untuple" : 0,
-													"ftm_objref_conv" : 0,
-													"#triggerall" : 0,
-													"fontsize" : 10.0
+													"id" : "obj-6"
 												}
 
 											}
@@ -1703,12 +1721,12 @@
 												"box" : 												{
 													"maxclass" : "comment",
 													"text" : "set segment (track, begin, end and speed) and play",
+													"fontname" : "Verdana",
 													"numinlets" : 1,
+													"fontsize" : 10.0,
 													"numoutlets" : 0,
 													"patching_rect" : [ 370.0, 147.0, 272.0, 19.0 ],
-													"id" : "obj-7",
-													"fontname" : "Verdana",
-													"fontsize" : 10.0
+													"id" : "obj-7"
 												}
 
 											}
@@ -1716,25 +1734,25 @@
 												"box" : 												{
 													"maxclass" : "comment",
 													"text" : "advance to next time",
+													"fontname" : "Verdana",
 													"numinlets" : 1,
+													"fontsize" : 10.0,
 													"numoutlets" : 0,
 													"patching_rect" : [ 88.0, 258.0, 115.0, 19.0 ],
-													"id" : "obj-8",
-													"fontname" : "Verdana",
-													"fontsize" : 10.0
+													"id" : "obj-8"
 												}
 
 											}
 , 											{
 												"box" : 												{
 													"maxclass" : "slider",
+													"orientation" : 1,
 													"numinlets" : 1,
+													"size" : 1001.0,
 													"numoutlets" : 1,
 													"patching_rect" : [ 162.0, 238.0, 169.0, 15.0 ],
+													"outlettype" : [ "" ],
 													"id" : "obj-9",
-													"outlettype" : [ "" ],
-													"size" : 1001.0,
-													"orientation" : 1,
 													"mult" : 10.0
 												}
 
@@ -1743,12 +1761,12 @@
 												"box" : 												{
 													"maxclass" : "comment",
 													"text" : "locate or jump at given time",
+													"fontname" : "Verdana",
 													"numinlets" : 1,
+													"fontsize" : 10.0,
 													"numoutlets" : 0,
 													"patching_rect" : [ 114.0, 121.0, 151.0, 19.0 ],
-													"id" : "obj-10",
-													"fontname" : "Verdana",
-													"fontsize" : 10.0
+													"id" : "obj-10"
 												}
 
 											}
@@ -1756,13 +1774,13 @@
 												"box" : 												{
 													"maxclass" : "message",
 													"text" : "next",
+													"fontname" : "Verdana",
 													"numinlets" : 2,
+													"fontsize" : 10.0,
 													"numoutlets" : 1,
 													"patching_rect" : [ 50.0, 257.0, 33.0, 17.0 ],
-													"id" : "obj-11",
-													"fontname" : "Verdana",
 													"outlettype" : [ "" ],
-													"fontsize" : 10.0
+													"id" : "obj-11"
 												}
 
 											}
@@ -1770,13 +1788,13 @@
 												"box" : 												{
 													"maxclass" : "message",
 													"text" : "jump 300.",
+													"fontname" : "Verdana",
 													"numinlets" : 2,
+													"fontsize" : 10.0,
 													"numoutlets" : 1,
 													"patching_rect" : [ 50.0, 119.0, 62.0, 17.0 ],
-													"id" : "obj-12",
-													"fontname" : "Verdana",
 													"outlettype" : [ "" ],
-													"fontsize" : 10.0
+													"id" : "obj-12"
 												}
 
 											}
@@ -1784,12 +1802,12 @@
 												"box" : 												{
 													"maxclass" : "comment",
 													"text" : "set speed by giving a duration for the current segment",
+													"fontname" : "Verdana",
 													"numinlets" : 1,
+													"fontsize" : 10.0,
 													"numoutlets" : 0,
 													"patching_rect" : [ 336.0, 281.0, 285.0, 19.0 ],
-													"id" : "obj-23",
-													"fontname" : "Verdana",
-													"fontsize" : 10.0
+													"id" : "obj-23"
 												}
 
 											}
@@ -1797,12 +1815,12 @@
 												"box" : 												{
 													"maxclass" : "comment",
 													"text" : "set segment (only begin and end) and play straight",
+													"fontname" : "Verdana",
 													"numinlets" : 1,
+													"fontsize" : 10.0,
 													"numoutlets" : 0,
 													"patching_rect" : [ 354.0, 120.0, 270.0, 19.0 ],
-													"id" : "obj-24",
-													"fontname" : "Verdana",
-													"fontsize" : 10.0
+													"id" : "obj-24"
 												}
 
 											}
@@ -1810,12 +1828,12 @@
 												"box" : 												{
 													"maxclass" : "comment",
 													"text" : "play current segment",
+													"fontname" : "Verdana",
 													"numinlets" : 1,
+													"fontsize" : 10.0,
 													"numoutlets" : 0,
 													"patching_rect" : [ 86.0, 147.0, 116.0, 19.0 ],
-													"id" : "obj-25",
-													"fontname" : "Verdana",
-													"fontsize" : 10.0
+													"id" : "obj-25"
 												}
 
 											}
@@ -1823,50 +1841,50 @@
 												"box" : 												{
 													"maxclass" : "message",
 													"text" : "speed 0.5",
+													"fontname" : "Verdana",
 													"numinlets" : 2,
+													"fontsize" : 10.0,
 													"numoutlets" : 1,
 													"patching_rect" : [ 299.0, 262.0, 58.0, 17.0 ],
-													"id" : "obj-26",
-													"fontname" : "Verdana",
 													"outlettype" : [ "" ],
-													"fontsize" : 10.0
+													"id" : "obj-26"
 												}
 
 											}
 , 											{
 												"box" : 												{
 													"maxclass" : "ftm.mess",
+													"fontname" : "Verdana",
+													"ftm_scope" : 0,
+													"#loadbang" : 0,
+													"text" : [ "_set 0 9999999" ],
+													"numinlets" : 2,
+													"#triggerall" : 0,
 													"presentation_rect" : [ 274.0, 119.0, 78.998055, 17.0 ],
-													"ftm_scope" : 0,
-													"numinlets" : 2,
+													"fontsize" : 10.0,
+													"ftm_objref_conv" : 0,
+													"numoutlets" : 1,
 													"#init" : "",
-													"numoutlets" : 1,
 													"patching_rect" : [ 274.0, 119.0, 78.998055, 17.0 ],
-													"text" : [ "_set 0 9999999" ],
-													"#loadbang" : 0,
-													"id" : "obj-27",
-													"fontname" : "Verdana",
 													"outlettype" : [ "" ],
 													"#untuple" : 0,
-													"ftm_objref_conv" : 0,
-													"#triggerall" : 0,
-													"fontsize" : 10.0
+													"id" : "obj-27"
 												}
 
 											}
 , 											{
 												"box" : 												{
 													"maxclass" : "flonum",
-													"htextcolor" : [ 0.870588, 0.870588, 0.870588, 1.0 ],
+													"fontname" : "Verdana",
 													"numinlets" : 1,
-													"triscale" : 0.9,
+													"fontsize" : 10.0,
 													"numoutlets" : 2,
 													"patching_rect" : [ 104.0, 238.0, 56.0, 19.0 ],
+													"outlettype" : [ "float", "bang" ],
 													"id" : "obj-28",
-													"fontname" : "Verdana",
-													"outlettype" : [ "float", "bang" ],
+													"htextcolor" : [ 0.870588, 0.870588, 0.870588, 1.0 ],
 													"bgcolor" : [ 0.866667, 0.866667, 0.866667, 1.0 ],
-													"fontsize" : 10.0
+													"triscale" : 0.9
 												}
 
 											}
@@ -1874,13 +1892,13 @@
 												"box" : 												{
 													"maxclass" : "message",
 													"text" : "duration 1000",
+													"fontname" : "Verdana",
 													"numinlets" : 2,
+													"fontsize" : 10.0,
 													"numoutlets" : 1,
 													"patching_rect" : [ 252.0, 281.0, 79.0, 17.0 ],
-													"id" : "obj-29",
-													"fontname" : "Verdana",
 													"outlettype" : [ "" ],
-													"fontsize" : 10.0
+													"id" : "obj-29"
 												}
 
 											}
@@ -1888,13 +1906,13 @@
 												"box" : 												{
 													"maxclass" : "message",
 													"text" : "speed 2.",
+													"fontname" : "Verdana",
 													"numinlets" : 2,
+													"fontsize" : 10.0,
 													"numoutlets" : 1,
 													"patching_rect" : [ 252.0, 262.0, 52.0, 17.0 ],
-													"id" : "obj-30",
-													"fontname" : "Verdana",
 													"outlettype" : [ "" ],
-													"fontsize" : 10.0
+													"id" : "obj-30"
 												}
 
 											}
@@ -1902,13 +1920,13 @@
 												"box" : 												{
 													"maxclass" : "message",
 													"text" : "pause",
+													"fontname" : "Verdana",
 													"numinlets" : 2,
+													"fontsize" : 10.0,
 													"numoutlets" : 1,
 													"patching_rect" : [ 50.0, 192.0, 40.0, 17.0 ],
-													"id" : "obj-31",
-													"fontname" : "Verdana",
 													"outlettype" : [ "" ],
-													"fontsize" : 10.0
+													"id" : "obj-31"
 												}
 
 											}
@@ -1916,13 +1934,13 @@
 												"box" : 												{
 													"maxclass" : "message",
 													"text" : "locate 300.",
+													"fontname" : "Verdana",
 													"numinlets" : 2,
+													"fontsize" : 10.0,
 													"numoutlets" : 1,
 													"patching_rect" : [ 50.0, 100.0, 67.0, 17.0 ],
-													"id" : "obj-32",
-													"fontname" : "Verdana",
 													"outlettype" : [ "" ],
-													"fontsize" : 10.0
+													"id" : "obj-32"
 												}
 
 											}
@@ -1930,34 +1948,34 @@
 												"box" : 												{
 													"maxclass" : "message",
 													"text" : "sync $1",
+													"fontname" : "Verdana",
 													"numinlets" : 2,
+													"fontsize" : 10.0,
 													"numoutlets" : 1,
 													"patching_rect" : [ 50.0, 238.0, 49.0, 17.0 ],
-													"id" : "obj-33",
-													"fontname" : "Verdana",
 													"outlettype" : [ "" ],
-													"fontsize" : 10.0
+													"id" : "obj-33"
 												}
 
 											}
 , 											{
 												"box" : 												{
 													"maxclass" : "ftm.mess",
+													"fontname" : "Verdana",
+													"ftm_scope" : 0,
+													"#loadbang" : 0,
+													"text" : [ "_set $play.seq 500 1500 1." ],
+													"numinlets" : 2,
+													"#triggerall" : 0,
 													"presentation_rect" : [ 274.0, 100.0, 136.952179, 17.0 ],
-													"ftm_scope" : 0,
-													"numinlets" : 2,
+													"fontsize" : 10.0,
+													"ftm_objref_conv" : 0,
+													"numoutlets" : 1,
 													"#init" : "",
-													"numoutlets" : 1,
 													"patching_rect" : [ 274.0, 100.0, 136.952179, 17.0 ],
-													"text" : [ "_set $play.seq 500 1500 1." ],
-													"#loadbang" : 0,
-													"id" : "obj-40",
-													"fontname" : "Verdana",
 													"outlettype" : [ "" ],
 													"#untuple" : 0,
-													"ftm_objref_conv" : 0,
-													"#triggerall" : 0,
-													"fontsize" : 10.0
+													"id" : "obj-40"
 												}
 
 											}
@@ -1965,13 +1983,13 @@
 												"box" : 												{
 													"maxclass" : "message",
 													"text" : "loop",
+													"fontname" : "Verdana",
 													"numinlets" : 2,
+													"fontsize" : 10.0,
 													"numoutlets" : 1,
 													"patching_rect" : [ 50.0, 165.0, 32.5, 17.0 ],
-													"id" : "obj-41",
-													"fontname" : "Verdana",
 													"outlettype" : [ "" ],
-													"fontsize" : 10.0
+													"id" : "obj-41"
 												}
 
 											}
@@ -1981,8 +1999,8 @@
 													"numinlets" : 1,
 													"numoutlets" : 1,
 													"patching_rect" : [ 50.0, 292.0, 15.0, 15.0 ],
-													"id" : "obj-50",
-													"outlettype" : [ "bang" ]
+													"outlettype" : [ "bang" ],
+													"id" : "obj-50"
 												}
 
 											}
@@ -1990,12 +2008,12 @@
 												"box" : 												{
 													"maxclass" : "comment",
 													"text" : "advance to gven time (output all events on the way)",
+													"fontname" : "Verdana",
 													"numinlets" : 1,
+													"fontsize" : 10.0,
 													"numoutlets" : 0,
 													"patching_rect" : [ 326.0, 238.0, 274.0, 19.0 ],
-													"id" : "obj-54",
-													"fontname" : "Verdana",
-													"fontsize" : 10.0
+													"id" : "obj-54"
 												}
 
 											}
@@ -2003,12 +2021,12 @@
 												"box" : 												{
 													"maxclass" : "comment",
 													"text" : "locate halted at given time",
+													"fontname" : "Verdana",
 													"numinlets" : 1,
+													"fontsize" : 10.0,
 													"numoutlets" : 0,
 													"patching_rect" : [ 119.0, 101.0, 143.0, 19.0 ],
-													"id" : "obj-55",
-													"fontname" : "Verdana",
-													"fontsize" : 10.0
+													"id" : "obj-55"
 												}
 
 											}
@@ -2016,12 +2034,12 @@
 												"box" : 												{
 													"maxclass" : "comment",
 													"text" : "loop current segment",
+													"fontname" : "Verdana",
 													"numinlets" : 1,
+													"fontsize" : 10.0,
 													"numoutlets" : 0,
 													"patching_rect" : [ 85.0, 166.0, 116.0, 19.0 ],
-													"id" : "obj-57",
-													"fontname" : "Verdana",
-													"fontsize" : 10.0
+													"id" : "obj-57"
 												}
 
 											}
@@ -2029,12 +2047,12 @@
 												"box" : 												{
 													"maxclass" : "comment",
 													"text" : "stop playing and reset",
+													"fontname" : "Verdana",
 													"numinlets" : 1,
+													"fontsize" : 10.0,
 													"numoutlets" : 0,
 													"patching_rect" : [ 86.0, 212.0, 121.0, 19.0 ],
-													"id" : "obj-58",
-													"fontname" : "Verdana",
-													"fontsize" : 10.0
+													"id" : "obj-58"
 												}
 
 											}
@@ -2042,12 +2060,12 @@
 												"box" : 												{
 													"maxclass" : "comment",
 													"text" : "halt playing",
+													"fontname" : "Verdana",
 													"numinlets" : 1,
+													"fontsize" : 10.0,
 													"numoutlets" : 0,
 													"patching_rect" : [ 93.0, 193.0, 67.0, 19.0 ],
-													"id" : "obj-59",
-													"fontname" : "Verdana",
-													"fontsize" : 10.0
+													"id" : "obj-59"
 												}
 
 											}
@@ -2055,12 +2073,12 @@
 												"box" : 												{
 													"maxclass" : "comment",
 													"text" : "play current segment straight",
+													"fontname" : "Verdana",
 													"numinlets" : 1,
+													"fontsize" : 10.0,
 													"numoutlets" : 0,
 													"patching_rect" : [ 67.0, 292.0, 158.0, 19.0 ],
-													"id" : "obj-60",
-													"fontname" : "Verdana",
-													"fontsize" : 10.0
+													"id" : "obj-60"
 												}
 
 											}
@@ -2069,12 +2087,12 @@
 													"maxclass" : "comment",
 													"text" : "note that setting a new track stops and resets the player (play and loop start from beginning)",
 													"linecount" : 2,
+													"fontname" : "Verdana",
 													"numinlets" : 1,
+													"fontsize" : 10.0,
 													"numoutlets" : 0,
 													"patching_rect" : [ 277.0, 196.0, 266.0, 31.0 ],
-													"id" : "obj-62",
-													"fontname" : "Verdana",
-													"fontsize" : 10.0
+													"id" : "obj-62"
 												}
 
 											}
@@ -2092,7 +2110,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" : [  ]
@@ -2110,140 +2245,23 @@
 											}
 , 											{
 												"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" : 									{
+										"fontname" : "Arial",
 										"default_fontsize" : 12.0,
-										"fontname" : "Arial",
-										"default_fontface" : 0,
 										"globalpatchername" : "",
 										"fontface" : 0,
 										"fontsize" : 12.0,
+										"default_fontface" : 0,
 										"default_fontname" : "Arial"
 									}
 
@@ -2254,12 +2272,12 @@
 								"box" : 								{
 									"maxclass" : "comment",
 									"text" : "syntax:",
+									"fontname" : "Verdana",
 									"numinlets" : 1,
+									"fontsize" : 10.0,
 									"numoutlets" : 0,
 									"patching_rect" : [ 358.0, 168.0, 46.0, 19.0 ],
-									"id" : "obj-2",
-									"fontname" : "Verdana",
-									"fontsize" : 10.0
+									"id" : "obj-2"
 								}
 
 							}
@@ -2268,12 +2286,12 @@
 									"maxclass" : "comment",
 									"text" : "kill hanging notes when looping",
 									"hidden" : 1,
+									"fontname" : "Verdana",
 									"numinlets" : 1,
+									"fontsize" : 10.0,
 									"numoutlets" : 0,
 									"patching_rect" : [ 291.0, 203.0, 168.0, 19.0 ],
-									"id" : "obj-13",
-									"fontname" : "Verdana",
-									"fontsize" : 10.0
+									"id" : "obj-13"
 								}
 
 							}
@@ -2281,12 +2299,12 @@
 								"box" : 								{
 									"maxclass" : "comment",
 									"text" : "set segment end",
+									"fontname" : "Verdana",
 									"numinlets" : 1,
+									"fontsize" : 10.0,
 									"numoutlets" : 0,
 									"patching_rect" : [ 433.0, 120.0, 93.0, 19.0 ],
-									"id" : "obj-21",
-									"fontname" : "Verdana",
-									"fontsize" : 10.0
+									"id" : "obj-21"
 								}
 
 							}
@@ -2295,26 +2313,26 @@
 									"maxclass" : "newobj",
 									"text" : "change 0 -",
 									"hidden" : 1,
+									"fontname" : "Verdana",
 									"numinlets" : 1,
+									"fontsize" : 10.0,
 									"numoutlets" : 3,
 									"patching_rect" : [ 128.0, 202.0, 62.0, 19.0 ],
-									"id" : "obj-34",
-									"fontname" : "Verdana",
 									"outlettype" : [ "", "int", "int" ],
-									"fontsize" : 10.0
+									"id" : "obj-34"
 								}
 
 							}
 , 							{
 								"box" : 								{
 									"maxclass" : "slider",
+									"orientation" : 1,
 									"numinlets" : 1,
+									"size" : 1001.0,
 									"numoutlets" : 1,
 									"patching_rect" : [ 262.0, 120.0, 169.0, 15.0 ],
+									"outlettype" : [ "" ],
 									"id" : "obj-35",
-									"outlettype" : [ "" ],
-									"size" : 1001.0,
-									"orientation" : 1,
 									"mult" : 10.0
 								}
 
@@ -2322,13 +2340,13 @@
 , 							{
 								"box" : 								{
 									"maxclass" : "slider",
+									"orientation" : 1,
 									"numinlets" : 1,
+									"size" : 1001.0,
 									"numoutlets" : 1,
 									"patching_rect" : [ 187.0, 100.0, 169.0, 15.0 ],
+									"outlettype" : [ "" ],
 									"id" : "obj-36",
-									"outlettype" : [ "" ],
-									"size" : 1001.0,
-									"orientation" : 1,
 									"mult" : 10.0
 								}
 
@@ -2337,15 +2355,15 @@
 								"box" : 								{
 									"maxclass" : "message",
 									"text" : "GM",
+									"fontname" : "Verdana",
+									"numinlets" : 2,
 									"presentation_rect" : [ 127.0, 442.0, 32.5, 17.0 ],
-									"numinlets" : 2,
+									"fontsize" : 10.0,
 									"numoutlets" : 1,
 									"patching_rect" : [ 203.0, 228.0, 32.5, 17.0 ],
+									"outlettype" : [ "" ],
 									"presentation" : 1,
-									"id" : "obj-37",
-									"fontname" : "Verdana",
-									"outlettype" : [ "" ],
-									"fontsize" : 10.0
+									"id" : "obj-37"
 								}
 
 							}
@@ -2353,15 +2371,15 @@
 								"box" : 								{
 									"maxclass" : "message",
 									"text" : "panic",
+									"fontname" : "Verdana",
+									"numinlets" : 2,
 									"presentation_rect" : [ 85.0, 442.0, 37.0, 17.0 ],
-									"numinlets" : 2,
+									"fontsize" : 10.0,
 									"numoutlets" : 1,
 									"patching_rect" : [ 161.0, 228.0, 37.0, 17.0 ],
+									"outlettype" : [ "" ],
 									"presentation" : 1,
-									"id" : "obj-38",
-									"fontname" : "Verdana",
-									"outlettype" : [ "" ],
-									"fontsize" : 10.0
+									"id" : "obj-38"
 								}
 
 							}
@@ -2369,47 +2387,47 @@
 								"box" : 								{
 									"maxclass" : "message",
 									"text" : "off",
+									"fontname" : "Verdana",
+									"numinlets" : 2,
 									"presentation_rect" : [ 48.0, 442.0, 32.5, 17.0 ],
-									"numinlets" : 2,
+									"fontsize" : 10.0,
 									"numoutlets" : 1,
 									"patching_rect" : [ 124.0, 228.0, 32.5, 17.0 ],
+									"outlettype" : [ "" ],
 									"presentation" : 1,
-									"id" : "obj-39",
-									"fontname" : "Verdana",
-									"outlettype" : [ "" ],
-									"fontsize" : 10.0
+									"id" : "obj-39"
 								}
 
 							}
 , 							{
 								"box" : 								{
 									"maxclass" : "flonum",
-									"htextcolor" : [ 0.870588, 0.870588, 0.870588, 1.0 ],
+									"fontname" : "Verdana",
 									"numinlets" : 1,
-									"triscale" : 0.9,
+									"fontsize" : 10.0,
 									"numoutlets" : 2,
 									"patching_rect" : [ 262.0, 143.0, 55.0, 19.0 ],
+									"outlettype" : [ "float", "bang" ],
 									"id" : "obj-42",
-									"fontname" : "Verdana",
-									"outlettype" : [ "float", "bang" ],
+									"htextcolor" : [ 0.870588, 0.870588, 0.870588, 1.0 ],
 									"bgcolor" : [ 0.866667, 0.866667, 0.866667, 1.0 ],
-									"fontsize" : 10.0
+									"triscale" : 0.9
 								}
 
 							}
 , 							{
 								"box" : 								{
 									"maxclass" : "flonum",
-									"htextcolor" : [ 0.870588, 0.870588, 0.870588, 1.0 ],
+									"fontname" : "Verdana",
 									"numinlets" : 1,
-									"triscale" : 0.9,
+									"fontsize" : 10.0,
 									"numoutlets" : 2,
 									"patching_rect" : [ 187.0, 143.0, 55.0, 19.0 ],
+									"outlettype" : [ "float", "bang" ],
 									"id" : "obj-43",
-									"fontname" : "Verdana",
-									"outlettype" : [ "float", "bang" ],
+									"htextcolor" : [ 0.870588, 0.870588, 0.870588, 1.0 ],
 									"bgcolor" : [ 0.866667, 0.866667, 0.866667, 1.0 ],
-									"fontsize" : 10.0
+									"triscale" : 0.9
 								}
 
 							}
@@ -2417,13 +2435,13 @@
 								"box" : 								{
 									"maxclass" : "newobj",
 									"text" : "ftm.midiunparse",
+									"fontname" : "Verdana",
 									"numinlets" : 1,
+									"fontsize" : 10.0,
 									"numoutlets" : 1,
 									"patching_rect" : [ 112.0, 249.0, 93.0, 19.0 ],
+									"outlettype" : [ "" ],
 									"id" : "obj-45",
-									"fontname" : "Verdana",
-									"outlettype" : [ "" ],
-									"fontsize" : 10.0,
 									"saved_object_attributes" : 									{
 										"ftm_scope" : 0,
 										"ftm_objref_conv" : 0
@@ -2438,24 +2456,24 @@
 									"numinlets" : 1,
 									"numoutlets" : 1,
 									"patching_rect" : [ 337.0, 228.0, 15.0, 15.0 ],
-									"id" : "obj-51",
-									"outlettype" : [ "bang" ]
+									"outlettype" : [ "bang" ],
+									"id" : "obj-51"
 								}
 
 							}
 , 							{
 								"box" : 								{
 									"maxclass" : "flonum",
-									"htextcolor" : [ 0.870588, 0.870588, 0.870588, 1.0 ],
+									"fontname" : "Verdana",
 									"numinlets" : 1,
-									"triscale" : 0.9,
+									"fontsize" : 10.0,
 									"numoutlets" : 2,
 									"patching_rect" : [ 215.0, 201.0, 55.0, 19.0 ],
+									"outlettype" : [ "float", "bang" ],
 									"id" : "obj-52",
-									"fontname" : "Verdana",
-									"outlettype" : [ "float", "bang" ],
+									"htextcolor" : [ 0.870588, 0.870588, 0.870588, 1.0 ],
 									"bgcolor" : [ 0.866667, 0.866667, 0.866667, 1.0 ],
-									"fontsize" : 10.0
+									"triscale" : 0.9
 								}
 
 							}
@@ -2463,13 +2481,13 @@
 								"box" : 								{
 									"maxclass" : "newobj",
 									"text" : "ftm.play $play.seq",
+									"fontname" : "Verdana",
 									"numinlets" : 4,
+									"fontsize" : 18.0,
 									"numoutlets" : 3,
 									"patching_rect" : [ 112.0, 166.0, 244.0, 28.0 ],
+									"outlettype" : [ "", "", "" ],
 									"id" : "obj-53",
-									"fontname" : "Verdana",
-									"outlettype" : [ "", "", "" ],
-									"fontsize" : 18.0,
 									"saved_object_attributes" : 									{
 										"ftm_scope" : 0,
 										"ftm_objref_conv" : 0
@@ -2482,12 +2500,12 @@
 								"box" : 								{
 									"maxclass" : "comment",
 									"text" : "set segment beginning",
+									"fontname" : "Verdana",
 									"numinlets" : 1,
+									"fontsize" : 10.0,
 									"numoutlets" : 0,
 									"patching_rect" : [ 358.0, 100.0, 123.0, 19.0 ],
-									"id" : "obj-61",
-									"fontname" : "Verdana",
-									"fontsize" : 10.0
+									"id" : "obj-61"
 								}
 
 							}
@@ -2497,8 +2515,8 @@
 									"numinlets" : 0,
 									"numoutlets" : 1,
 									"patching_rect" : [ 112.0, 40.0, 25.0, 25.0 ],
+									"outlettype" : [ "" ],
 									"id" : "obj-57",
-									"outlettype" : [ "" ],
 									"comment" : ""
 								}
 
@@ -2528,8 +2546,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" : [  ]
 								}
@@ -2546,134 +2690,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" : [  ]
 								}
@@ -2683,12 +2701,12 @@
 					}
 ,
 					"saved_object_attributes" : 					{
+						"fontname" : "Arial",
 						"default_fontsize" : 12.0,
-						"fontname" : "Arial",
-						"default_fontface" : 0,
 						"globalpatchername" : "",
 						"fontface" : 0,
 						"fontsize" : 12.0,
+						"default_fontface" : 0,
 						"default_fontname" : "Arial"
 					}
 
@@ -2699,15 +2717,15 @@
 				"box" : 				{
 					"maxclass" : "message",
 					"text" : "pause",
+					"fontname" : "Verdana",
+					"numinlets" : 2,
 					"presentation_rect" : [ 62.0, 86.0, 51.0, 17.0 ],
-					"numinlets" : 2,
+					"fontsize" : 10.0,
 					"numoutlets" : 1,
 					"patching_rect" : [ 226.0, 269.0, 40.0, 17.0 ],
+					"outlettype" : [ "" ],
 					"presentation" : 1,
-					"id" : "obj-55",
-					"fontname" : "Verdana",
-					"outlettype" : [ "" ],
-					"fontsize" : 10.0
+					"id" : "obj-55"
 				}
 
 			}
@@ -2715,12 +2733,12 @@
 				"box" : 				{
 					"maxclass" : "comment",
 					"text" : "hear MIDI playing",
+					"fontname" : "Verdana",
 					"numinlets" : 1,
+					"fontsize" : 10.0,
 					"numoutlets" : 0,
 					"patching_rect" : [ -32.0, 255.0, 150.0, 19.0 ],
-					"id" : "obj-54",
-					"fontname" : "Verdana",
-					"fontsize" : 10.0
+					"id" : "obj-54"
 				}
 
 			}
@@ -2728,30 +2746,30 @@
 				"box" : 				{
 					"maxclass" : "newobj",
 					"text" : "loadmess 1",
+					"fontname" : "Verdana",
 					"numinlets" : 1,
+					"fontsize" : 10.0,
 					"numoutlets" : 1,
 					"patching_rect" : [ 110.0, 692.0, 68.0, 19.0 ],
-					"id" : "obj-33",
-					"fontname" : "Verdana",
 					"outlettype" : [ "" ],
-					"fontsize" : 10.0
+					"id" : "obj-33"
 				}
 
 			}
 , 			{
 				"box" : 				{
 					"maxclass" : "umenu",
+					"fontname" : "Verdana",
+					"numinlets" : 1,
 					"presentation_rect" : [ 232.0, 138.0, 100.0, 19.0 ],
+					"fontsize" : 10.0,
 					"items" : [ "off", ",", "realtime", ",", "offline" ],
-					"numinlets" : 1,
 					"numoutlets" : 3,
+					"types" : [  ],
 					"patching_rect" : [ 113.0, 722.0, 100.0, 19.0 ],
+					"outlettype" : [ "int", "", "" ],
 					"presentation" : 1,
-					"id" : "obj-32",
-					"fontname" : "Verdana",
-					"outlettype" : [ "int", "", "" ],
-					"types" : [  ],
-					"fontsize" : 10.0
+					"id" : "obj-32"
 				}
 
 			}
@@ -2759,13 +2777,13 @@
 				"box" : 				{
 					"maxclass" : "newobj",
 					"text" : "switch",
+					"fontname" : "Verdana",
 					"numinlets" : 3,
+					"fontsize" : 10.0,
 					"numoutlets" : 1,
 					"patching_rect" : [ 121.0, 786.0, 46.0, 19.0 ],
-					"id" : "obj-31",
-					"fontname" : "Verdana",
 					"outlettype" : [ "" ],
-					"fontsize" : 10.0
+					"id" : "obj-31"
 				}
 
 			}
@@ -2773,15 +2791,15 @@
 				"box" : 				{
 					"maxclass" : "message",
 					"text" : "59 85 87167.992188",
+					"fontname" : "Verdana",
+					"numinlets" : 2,
 					"presentation_rect" : [ 32.0, 199.0, 201.0, 17.0 ],
-					"numinlets" : 2,
+					"fontsize" : 10.0,
 					"numoutlets" : 1,
 					"patching_rect" : [ 173.0, 787.0, 201.0, 17.0 ],
+					"outlettype" : [ "" ],
 					"presentation" : 1,
-					"id" : "obj-29",
-					"fontname" : "Verdana",
-					"outlettype" : [ "" ],
-					"fontsize" : 10.0
+					"id" : "obj-29"
 				}
 
 			}
@@ -2789,13 +2807,13 @@
 				"box" : 				{
 					"maxclass" : "newobj",
 					"text" : "prepend set",
+					"fontname" : "Verdana",
 					"numinlets" : 1,
+					"fontsize" : 10.0,
 					"numoutlets" : 1,
 					"patching_rect" : [ 190.0, 627.0, 70.0, 19.0 ],
-					"id" : "obj-27",
-					"fontname" : "Verdana",
 					"outlettype" : [ "" ],
-					"fontsize" : 10.0
+					"id" : "obj-27"
 				}
 
 			}
@@ -2803,13 +2821,13 @@
 				"box" : 				{
 					"maxclass" : "newobj",
 					"text" : "append",
+					"fontname" : "Verdana",
 					"numinlets" : 1,
+					"fontsize" : 10.0,
 					"numoutlets" : 1,
 					"patching_rect" : [ 190.0, 655.0, 47.0, 19.0 ],
-					"id" : "obj-26",
-					"fontname" : "Verdana",
 					"outlettype" : [ "" ],
-					"fontsize" : 10.0
+					"id" : "obj-26"
 				}
 
 			}
@@ -2817,15 +2835,15 @@
 				"box" : 				{
 					"maxclass" : "message",
 					"text" : "next",
+					"fontname" : "Verdana",
+					"numinlets" : 2,
 					"presentation_rect" : [ 22.0, 86.0, 33.0, 17.0 ],
-					"numinlets" : 2,
+					"fontsize" : 10.0,
 					"numoutlets" : 1,
 					"patching_rect" : [ 182.0, 268.0, 33.0, 17.0 ],
+					"outlettype" : [ "" ],
 					"presentation" : 1,
-					"id" : "obj-25",
-					"fontname" : "Verdana",
-					"outlettype" : [ "" ],
-					"fontsize" : 10.0
+					"id" : "obj-25"
 				}
 
 			}
@@ -2833,14 +2851,14 @@
 				"box" : 				{
 					"maxclass" : "comment",
 					"text" : "speed",
+					"fontname" : "Verdana",
+					"numinlets" : 1,
 					"presentation_rect" : [ 245.0, 62.0, 150.0, 19.0 ],
-					"numinlets" : 1,
+					"fontsize" : 10.0,
 					"numoutlets" : 0,
 					"patching_rect" : [ 571.0, 365.0, 150.0, 19.0 ],
 					"presentation" : 1,
-					"id" : "obj-9",
-					"fontname" : "Verdana",
-					"fontsize" : 10.0
+					"id" : "obj-9"
 				}
 
 			}
@@ -2848,14 +2866,14 @@
 				"box" : 				{
 					"maxclass" : "comment",
 					"text" : "MIDI representation",
+					"fontname" : "Verdana",
+					"numinlets" : 1,
 					"presentation_rect" : [ 16.0, -3.0, 150.0, 19.0 ],
-					"numinlets" : 1,
+					"fontsize" : 10.0,
 					"numoutlets" : 0,
 					"patching_rect" : [ 1141.0, 862.0, 150.0, 19.0 ],
 					"presentation" : 1,
-					"id" : "obj-24",
-					"fontname" : "Verdana",
-					"fontsize" : 10.0
+					"id" : "obj-24"
 				}
 
 			}
@@ -2863,14 +2881,14 @@
 				"box" : 				{
 					"maxclass" : "comment",
 					"text" : "audio",
+					"fontname" : "Verdana",
+					"numinlets" : 1,
 					"presentation_rect" : [ 14.0, 119.0, 150.0, 19.0 ],
-					"numinlets" : 1,
+					"fontsize" : 10.0,
 					"numoutlets" : 0,
 					"patching_rect" : [ 1126.0, 847.0, 150.0, 19.0 ],
 					"presentation" : 1,
-					"id" : "obj-23",
-					"fontname" : "Verdana",
-					"fontsize" : 10.0
+					"id" : "obj-23"
 				}
 
 			}
@@ -2878,14 +2896,14 @@
 				"box" : 				{
 					"maxclass" : "comment",
 					"text" : "send notes",
+					"fontname" : "Verdana",
+					"numinlets" : 1,
 					"presentation_rect" : [ 149.0, 169.0, 67.0, 19.0 ],
-					"numinlets" : 1,
+					"fontsize" : 10.0,
 					"numoutlets" : 0,
 					"patching_rect" : [ 1243.0, 894.0, 150.0, 19.0 ],
 					"presentation" : 1,
-					"id" : "obj-10",
-					"fontname" : "Verdana",
-					"fontsize" : 10.0
+					"id" : "obj-10"
 				}
 
 			}
@@ -2893,13 +2911,13 @@
 				"box" : 				{
 					"maxclass" : "newobj",
 					"text" : "loadmess 1",
+					"fontname" : "Verdana",
 					"numinlets" : 1,
+					"fontsize" : 10.0,
 					"numoutlets" : 1,
 					"patching_rect" : [ 170.0, 442.0, 68.0, 19.0 ],
-					"id" : "obj-3",
-					"fontname" : "Verdana",
 					"outlettype" : [ "" ],
-					"fontsize" : 10.0
+					"id" : "obj-3"
 				}
 
 			}
@@ -2908,14 +2926,14 @@
 					"maxclass" : "comment",
 					"text" : "midi playing on/off",
 					"presentation_linecount" : 2,
+					"fontname" : "Verdana",
+					"numinlets" : 1,
 					"presentation_rect" : [ 215.0, 84.0, 73.0, 31.0 ],
-					"numinlets" : 1,
+					"fontsize" : 10.0,
 					"numoutlets" : 0,
 					"patching_rect" : [ 712.0, 190.0, 150.0, 19.0 ],
 					"presentation" : 1,
-					"id" : "obj-8",
-					"fontname" : "Verdana",
-					"fontsize" : 10.0
+					"id" : "obj-8"
 				}
 
 			}
@@ -2925,27 +2943,27 @@
 					"text" : "plays midi and accompanying audio too",
 					"linecount" : 2,
 					"presentation_linecount" : 2,
+					"fontname" : "Verdana",
+					"numinlets" : 1,
 					"presentation_rect" : [ 294.0, 517.0, 150.0, 31.0 ],
-					"numinlets" : 1,
+					"fontsize" : 10.0,
 					"numoutlets" : 0,
 					"patching_rect" : [ 906.0, 904.0, 150.0, 31.0 ],
 					"presentation" : 1,
-					"id" : "obj-6",
-					"fontname" : "Verdana",
-					"fontsize" : 10.0
+					"id" : "obj-6"
 				}
 
 			}
 , 			{
 				"box" : 				{
 					"maxclass" : "toggle",
+					"numinlets" : 1,
 					"presentation_rect" : [ 188.0, 84.0, 20.0, 20.0 ],
-					"numinlets" : 1,
 					"numoutlets" : 1,
 					"patching_rect" : [ -24.0, 341.0, 20.0, 20.0 ],
+					"outlettype" : [ "int" ],
 					"presentation" : 1,
-					"id" : "obj-4",
-					"outlettype" : [ "int" ]
+					"id" : "obj-4"
 				}
 
 			}
@@ -2953,13 +2971,13 @@
 				"box" : 				{
 					"maxclass" : "newobj",
 					"text" : "gate",
+					"fontname" : "Verdana",
 					"numinlets" : 2,
+					"fontsize" : 10.0,
 					"numoutlets" : 1,
 					"patching_rect" : [ -15.0, 373.0, 33.0, 19.0 ],
-					"id" : "obj-1",
-					"fontname" : "Verdana",
 					"outlettype" : [ "" ],
-					"fontsize" : 10.0
+					"id" : "obj-1"
 				}
 
 			}
@@ -2967,13 +2985,13 @@
 				"box" : 				{
 					"maxclass" : "newobj",
 					"text" : "loadmess 1",
+					"fontname" : "Verdana",
 					"numinlets" : 1,
+					"fontsize" : 10.0,
 					"numoutlets" : 1,
 					"patching_rect" : [ -28.0, 861.0, 68.0, 19.0 ],
-					"id" : "obj-138",
-					"fontname" : "Verdana",
 					"outlettype" : [ "" ],
-					"fontsize" : 10.0
+					"id" : "obj-138"
 				}
 
 			}
@@ -2981,31 +2999,31 @@
 				"box" : 				{
 					"maxclass" : "newobj",
 					"text" : "prepend /setSpeedPrior",
+					"fontname" : "Verdana",
+					"numinlets" : 1,
 					"presentation_rect" : [ 128.0, 383.0, 129.0, 19.0 ],
-					"numinlets" : 1,
+					"fontsize" : 10.0,
 					"numoutlets" : 1,
 					"patching_rect" : [ -29.0, 923.0, 129.0, 19.0 ],
+					"outlettype" : [ "" ],
 					"presentation" : 1,
-					"id" : "obj-137",
-					"fontname" : "Verdana",
-					"outlettype" : [ "" ],
-					"fontsize" : 10.0
+					"id" : "obj-137"
 				}
 
 			}
 , 			{
 				"box" : 				{
 					"maxclass" : "flonum",
+					"fontname" : "Verdana",
+					"numinlets" : 1,
 					"presentation_rect" : [ 133.0, 351.0, 50.0, 19.0 ],
-					"numinlets" : 1,
+					"fontsize" : 10.0,
 					"numoutlets" : 2,
+					"minimum" : 0.0,
 					"patching_rect" : [ -29.0, 884.0, 50.0, 19.0 ],
+					"outlettype" : [ "float", "bang" ],
 					"presentation" : 1,
-					"id" : "obj-136",
-					"fontname" : "Verdana",
-					"outlettype" : [ "float", "bang" ],
-					"minimum" : 0.0,
-					"fontsize" : 10.0
+					"id" : "obj-136"
 				}
 
 			}
@@ -3013,15 +3031,15 @@
 				"box" : 				{
 					"maxclass" : "message",
 					"text" : "open",
+					"fontname" : "Verdana",
+					"numinlets" : 2,
 					"presentation_rect" : [ 58.0, 170.0, 35.0, 17.0 ],
-					"numinlets" : 2,
+					"fontsize" : 10.0,
 					"numoutlets" : 1,
 					"patching_rect" : [ 622.0, 320.0, 35.0, 17.0 ],
+					"outlettype" : [ "" ],
 					"presentation" : 1,
-					"id" : "obj-113",
-					"fontname" : "Verdana",
-					"outlettype" : [ "" ],
-					"fontsize" : 10.0
+					"id" : "obj-113"
 				}
 
 			}
@@ -3029,13 +3047,13 @@
 				"box" : 				{
 					"maxclass" : "message",
 					"text" : "0",
+					"fontname" : "Verdana",
 					"numinlets" : 2,
+					"fontsize" : 10.0,
 					"numoutlets" : 1,
 					"patching_rect" : [ 583.0, 320.0, 32.5, 17.0 ],
-					"id" : "obj-110",
-					"fontname" : "Verdana",
 					"outlettype" : [ "" ],
-					"fontsize" : 10.0
+					"id" : "obj-110"
 				}
 
 			}
@@ -3043,15 +3061,15 @@
 				"box" : 				{
 					"maxclass" : "message",
 					"text" : "1",
+					"fontname" : "Verdana",
+					"numinlets" : 2,
 					"presentation_rect" : [ 19.0, 172.0, 32.5, 17.0 ],
-					"numinlets" : 2,
+					"fontsize" : 10.0,
 					"numoutlets" : 1,
 					"patching_rect" : [ 542.0, 320.0, 32.5, 17.0 ],
+					"outlettype" : [ "" ],
 					"presentation" : 1,
-					"id" : "obj-105",
-					"fontname" : "Verdana",
-					"outlettype" : [ "" ],
-					"fontsize" : 10.0
+					"id" : "obj-105"
 				}
 
 			}
@@ -3059,13 +3077,13 @@
 				"box" : 				{
 					"maxclass" : "newobj",
 					"text" : "sfplay~ 2",
+					"fontname" : "Verdana",
 					"numinlets" : 2,
+					"fontsize" : 10.0,
 					"numoutlets" : 3,
 					"patching_rect" : [ 532.0, 343.0, 58.0, 19.0 ],
+					"outlettype" : [ "signal", "signal", "bang" ],
 					"id" : "obj-65",
-					"fontname" : "Verdana",
-					"outlettype" : [ "signal", "signal", "bang" ],
-					"fontsize" : 10.0,
 					"save" : [ "#N", "sfplay~", "", 2, 120960, 0, "", ";" ]
 				}
 
@@ -3073,13 +3091,13 @@
 , 			{
 				"box" : 				{
 					"maxclass" : "toggle",
+					"numinlets" : 1,
 					"presentation_rect" : [ 126.0, 169.0, 20.0, 20.0 ],
-					"numinlets" : 1,
 					"numoutlets" : 1,
 					"patching_rect" : [ 170.0, 471.0, 20.0, 20.0 ],
+					"outlettype" : [ "int" ],
 					"presentation" : 1,
-					"id" : "obj-109",
-					"outlettype" : [ "int" ]
+					"id" : "obj-109"
 				}
 
 			}
@@ -3087,13 +3105,13 @@
 				"box" : 				{
 					"maxclass" : "newobj",
 					"text" : "zl slice 1",
+					"fontname" : "Verdana",
 					"numinlets" : 2,
+					"fontsize" : 10.0,
 					"numoutlets" : 2,
 					"patching_rect" : [ -54.0, 200.0, 54.0, 19.0 ],
-					"id" : "obj-82",
-					"fontname" : "Verdana",
 					"outlettype" : [ "", "" ],
-					"fontsize" : 10.0
+					"id" : "obj-82"
 				}
 
 			}
@@ -3101,8 +3119,8 @@
 				"box" : 				{
 					"maxclass" : "ezdac~",
 					"varname" : "autohelp_dac",
+					"numinlets" : 2,
 					"presentation_rect" : [ 186.0, 14.0, 45.0, 45.0 ],
-					"numinlets" : 2,
 					"numoutlets" : 0,
 					"patching_rect" : [ 531.0, 388.0, 45.0, 45.0 ],
 					"presentation" : 1,
@@ -3115,10 +3133,10 @@
 				"box" : 				{
 					"maxclass" : "panel",
 					"varname" : "startwinwdow_panel",
-					"presentation_rect" : [ 12.0, 136.0, 205.0, 57.0 ],
-					"numinlets" : 1,
 					"bordercolor" : [ 0.392157, 0.792157, 0.117647, 1.0 ],
 					"border" : 2,
+					"numinlets" : 1,
+					"presentation_rect" : [ 12.0, 136.0, 205.0, 57.0 ],
 					"numoutlets" : 0,
 					"patching_rect" : [ 1093.0, 826.0, 100.0, 55.0 ],
 					"presentation" : 1,
@@ -3133,8 +3151,8 @@
 					"numinlets" : 1,
 					"numoutlets" : 1,
 					"patching_rect" : [ 306.0, 171.0, 20.0, 20.0 ],
-					"id" : "obj-71",
-					"outlettype" : [ "bang" ]
+					"outlettype" : [ "bang" ],
+					"id" : "obj-71"
 				}
 
 			}
@@ -3142,13 +3160,13 @@
 				"box" : 				{
 					"maxclass" : "message",
 					"text" : "/stopplaying",
+					"fontname" : "Verdana",
 					"numinlets" : 2,
+					"fontsize" : 10.0,
 					"numoutlets" : 1,
 					"patching_rect" : [ 336.0, 492.0, 73.0, 17.0 ],
-					"id" : "obj-72",
-					"fontname" : "Verdana",
 					"outlettype" : [ "" ],
-					"fontsize" : 10.0
+					"id" : "obj-72"
 				}
 
 			}
@@ -3158,8 +3176,8 @@
 					"numinlets" : 1,
 					"numoutlets" : 1,
 					"patching_rect" : [ 422.0, 174.0, 20.0, 20.0 ],
-					"id" : "obj-70",
-					"outlettype" : [ "bang" ]
+					"outlettype" : [ "bang" ],
+					"id" : "obj-70"
 				}
 
 			}
@@ -3167,13 +3185,13 @@
 				"box" : 				{
 					"maxclass" : "message",
 					"text" : "/startplaying",
+					"fontname" : "Verdana",
 					"numinlets" : 2,
+					"fontsize" : 10.0,
 					"numoutlets" : 1,
 					"patching_rect" : [ 244.0, 490.0, 75.0, 17.0 ],
-					"id" : "obj-63",
-					"fontname" : "Verdana",
 					"outlettype" : [ "" ],
-					"fontsize" : 10.0
+					"id" : "obj-63"
 				}
 
 			}
@@ -3181,13 +3199,13 @@
 				"box" : 				{
 					"maxclass" : "newobj",
 					"text" : "prepend /midinoteon",
+					"fontname" : "Verdana",
 					"numinlets" : 1,
+					"fontsize" : 10.0,
 					"numoutlets" : 1,
 					"patching_rect" : [ 122.0, 833.0, 116.0, 19.0 ],
-					"id" : "obj-69",
-					"fontname" : "Verdana",
 					"outlettype" : [ "" ],
-					"fontsize" : 10.0
+					"id" : "obj-69"
 				}
 
 			}
@@ -3195,12 +3213,12 @@
 				"box" : 				{
 					"maxclass" : "newobj",
 					"text" : "udpsend 127.0.0.1 12121",
+					"fontname" : "Verdana",
 					"numinlets" : 1,
+					"fontsize" : 10.0,
 					"numoutlets" : 0,
 					"patching_rect" : [ 229.0, 962.0, 141.0, 19.0 ],
-					"id" : "obj-68",
-					"fontname" : "Verdana",
-					"fontsize" : 10.0
+					"id" : "obj-68"
 				}
 
 			}
@@ -3208,15 +3226,15 @@
 				"box" : 				{
 					"maxclass" : "message",
 					"text" : "59 85",
+					"fontname" : "Verdana",
+					"numinlets" : 2,
 					"presentation_rect" : [ 30.0, 255.0, 50.0, 17.0 ],
-					"numinlets" : 2,
+					"fontsize" : 10.0,
 					"numoutlets" : 1,
 					"patching_rect" : [ -47.0, 229.0, 50.0, 17.0 ],
+					"outlettype" : [ "" ],
 					"presentation" : 1,
-					"id" : "obj-67",
-					"fontname" : "Verdana",
-					"outlettype" : [ "" ],
-					"fontsize" : 10.0
+					"id" : "obj-67"
 				}
 
 			}
@@ -3224,21 +3242,21 @@
 				"box" : 				{
 					"maxclass" : "ftm.object",
 					"text" : "sequence midi",
-					"presentation_rect" : [ 712.0, 250.0, 165.820312, 20.0 ],
+					"editor_interface" : "matrix",
+					"fontname" : "Verdana",
 					"ftm_scope" : 2,
+					"description" : "sequence midi",
 					"scope" : 0,
 					"numinlets" : 1,
-					"description" : "sequence midi",
-					"persistence" : 0,
+					"presentation_rect" : [ 712.0, 250.0, 165.820312, 20.0 ],
+					"fontsize" : 12.0,
+					"ftm_objref_conv" : 0,
 					"numoutlets" : 2,
 					"patching_rect" : [ 712.0, 250.0, 165.820312, 20.0 ],
+					"persistence" : 0,
+					"outlettype" : [ "", "" ],
 					"id" : "obj-14",
-					"fontname" : "Verdana",
-					"outlettype" : [ "", "" ],
-					"name" : "play.seq",
-					"ftm_objref_conv" : 0,
-					"editor_interface" : "matrix",
-					"fontsize" : 12.0
+					"name" : "play.seq"
 				}
 
 			}
@@ -3246,15 +3264,15 @@
 				"box" : 				{
 					"maxclass" : "message",
 					"text" : "import",
+					"fontname" : "Verdana",
+					"numinlets" : 2,
 					"presentation_rect" : [ 19.0, 57.0, 43.0, 17.0 ],
-					"numinlets" : 2,
+					"fontsize" : 10.0,
 					"numoutlets" : 1,
 					"patching_rect" : [ 712.0, 222.0, 43.0, 17.0 ],
+					"outlettype" : [ "" ],
 					"presentation" : 1,
-					"id" : "obj-15",
-					"fontname" : "Verdana",
-					"outlettype" : [ "" ],
-					"fontsize" : 10.0
+					"id" : "obj-15"
 				}
 
 			}
@@ -3262,14 +3280,14 @@
 				"box" : 				{
 					"maxclass" : "comment",
 					"text" : "import MIDI file",
+					"fontname" : "Verdana",
+					"numinlets" : 1,
 					"presentation_rect" : [ 60.0, 56.0, 90.0, 19.0 ],
-					"numinlets" : 1,
+					"fontsize" : 10.0,
 					"numoutlets" : 0,
 					"patching_rect" : [ 757.0, 221.0, 90.0, 19.0 ],
 					"presentation" : 1,
-					"id" : "obj-16",
-					"fontname" : "Verdana",
-					"fontsize" : 10.0
+					"id" : "obj-16"
 				}
 
 			}
@@ -3277,12 +3295,12 @@
 				"box" : 				{
 					"maxclass" : "comment",
 					"text" : "play an FTM track",
+					"fontname" : "Verdana",
 					"numinlets" : 1,
+					"fontsize" : 10.0,
 					"numoutlets" : 0,
 					"patching_rect" : [ 60.0, 23.0, 98.0, 19.0 ],
-					"id" : "obj-17",
-					"fontname" : "Verdana",
-					"fontsize" : 10.0
+					"id" : "obj-17"
 				}
 
 			}
@@ -3290,12 +3308,12 @@
 				"box" : 				{
 					"maxclass" : "comment",
 					"text" : "ftm.play",
+					"fontname" : "Verdana",
 					"numinlets" : 1,
+					"fontsize" : 24.0,
 					"numoutlets" : 0,
 					"patching_rect" : [ 54.0, -10.0, 108.0, 36.0 ],
-					"id" : "obj-18",
-					"fontname" : "Verdana",
-					"fontsize" : 24.0
+					"id" : "obj-18"
 				}
 
 			}
@@ -3303,12 +3321,12 @@
 				"box" : 				{
 					"maxclass" : "comment",
 					"text" : "FTM basic objects",
+					"fontname" : "Verdana",
 					"numinlets" : 1,
+					"fontsize" : 10.0,
 					"numoutlets" : 0,
 					"patching_rect" : [ 48.0, -22.0, 97.0, 19.0 ],
-					"id" : "obj-19",
-					"fontname" : "Verdana",
-					"fontsize" : 10.0
+					"id" : "obj-19"
 				}
 
 			}
@@ -3327,12 +3345,12 @@
 				"box" : 				{
 					"maxclass" : "newobj",
 					"text" : "midiout",
+					"fontname" : "Verdana",
 					"numinlets" : 1,
+					"fontsize" : 10.0,
 					"numoutlets" : 0,
 					"patching_rect" : [ -9.0, 401.0, 48.0, 19.0 ],
-					"id" : "obj-44",
-					"fontname" : "Verdana",
-					"fontsize" : 10.0
+					"id" : "obj-44"
 				}
 
 			}
@@ -3340,15 +3358,15 @@
 				"box" : 				{
 					"maxclass" : "message",
 					"text" : "play",
+					"fontname" : "Verdana",
+					"numinlets" : 2,
 					"presentation_rect" : [ 18.0, 22.0, 52.0, 26.0 ],
-					"numinlets" : 2,
+					"fontsize" : 18.0,
 					"numoutlets" : 1,
 					"patching_rect" : [ 409.0, 130.0, 52.0, 26.0 ],
+					"outlettype" : [ "" ],
 					"presentation" : 1,
-					"id" : "obj-46",
-					"fontname" : "Verdana",
-					"outlettype" : [ "" ],
-					"fontsize" : 18.0
+					"id" : "obj-46"
 				}
 
 			}
@@ -3356,15 +3374,15 @@
 				"box" : 				{
 					"maxclass" : "message",
 					"text" : "stop",
+					"fontname" : "Verdana",
+					"numinlets" : 2,
 					"presentation_rect" : [ 86.0, 22.0, 51.0, 26.0 ],
-					"numinlets" : 2,
+					"fontsize" : 18.0,
 					"numoutlets" : 1,
 					"patching_rect" : [ 306.0, 129.0, 51.0, 26.0 ],
+					"outlettype" : [ "" ],
 					"presentation" : 1,
-					"id" : "obj-49",
-					"fontname" : "Verdana",
-					"outlettype" : [ "" ],
-					"fontsize" : 18.0
+					"id" : "obj-49"
 				}
 
 			}
@@ -3372,10 +3390,10 @@
 				"box" : 				{
 					"maxclass" : "panel",
 					"varname" : "startwinwdow_panel[1]",
-					"presentation_rect" : [ 12.0, 17.0, 167.0, 98.0 ],
-					"numinlets" : 1,
 					"bordercolor" : [ 0.392157, 0.792157, 0.117647, 1.0 ],
 					"border" : 2,
+					"numinlets" : 1,
+					"presentation_rect" : [ 12.0, 17.0, 167.0, 98.0 ],
 					"numoutlets" : 0,
 					"patching_rect" : [ 1093.0, 886.0, 100.0, 55.0 ],
 					"presentation" : 1,
@@ -3388,7 +3406,799 @@
 		"lines" : [ 			{
 				"patchline" : 				{
 					"source" : [ "obj-102", 0 ],
-					"destination" : [ "obj-48", 0 ],
+					"destination" : [ "obj-56", 0 ],
+					"hidden" : 0,
+					"midpoints" : [  ]
+				}
+
+			}
+, 			{
+				"patchline" : 				{
+					"source" : [ "obj-48", 0 ],
+					"destination" : [ "obj-68", 0 ],
+					"hidden" : 0,
+					"midpoints" : [  ]
+				}
+
+			}
+, 			{
+				"patchline" : 				{
+					"source" : [ "obj-103", 0 ],
+					"destination" : [ "obj-102", 0 ],
+					"hidden" : 0,
+					"midpoints" : [  ]
+				}
+
+			}
+, 			{
+				"patchline" : 				{
+					"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-106", 0 ],
+					"destination" : [ "obj-102", 0 ],
+					"hidden" : 0,
+					"midpoints" : [  ]
+				}
+
+			}
+, 			{
+				"patchline" : 				{
+					"source" : [ "obj-102", 1 ],
+					"destination" : [ "obj-101", 0 ],
+					"hidden" : 0,
+					"midpoints" : [  ]
+				}
+
+			}
+, 			{
+				"patchline" : 				{
+					"source" : [ "obj-101", 0 ],
+					"destination" : [ "obj-42", 1 ],
 					"hidden" : 0,
 					"midpoints" : [  ]
 				}
@@ -3405,805 +4215,13 @@
 			}
 , 			{
 				"patchline" : 				{
-					"source" : [ "obj-101", 0 ],
-					"destination" : [ "obj-42", 1 ],
+					"source" : [ "obj-102", 0 ],
+					"destination" : [ "obj-48", 0 ],
 					"hidden" : 0,
 					"midpoints" : [  ]
 				}
 
 			}
-, 			{
-				"patchline" : 				{
-					"source" : [ "obj-102", 1 ],
-					"destination" : [ "obj-101", 0 ],
-					"hidden" : 0,
-					"midpoints" : [  ]
-				}
-
-			}
-, 			{
-				"patchline" : 				{
-					"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-21", 1 ],
-					"hidden" : 0,
-					"midpoints" : [  ]
-				}
-
-			}
-, 			{
-				"patchline" : 				{
-					"source" : [ "obj-21", 0 ],
-					"destination" : [ "obj-68", 0 ],
-					"hidden" : 0,
-					"midpoints" : [  ]
-				}
-
-			}
-, 			{
-				"patchline" : 				{
-					"source" : [ "obj-39", 0 ],
-					"destination" : [ "obj-21", 0 ],
-					"hidden" : 0,
-					"midpoints" : [  ]
-				}
-
-			}
-, 			{
-				"patchline" : 				{
-					"source" : [ "obj-103", 0 ],
-					"destination" : [ "obj-102", 0 ],
-					"hidden" : 0,
-					"midpoints" : [  ]
-				}
-
-			}
-, 			{
-				"patchline" : 				{
-					"source" : [ "obj-48", 0 ],
-					"destination" : [ "obj-68", 0 ],
-					"hidden" : 0,
-					"midpoints" : [  ]
-				}
-
-			}
-, 			{
-				"patchline" : 				{
-					"source" : [ "obj-102", 0 ],
-					"destination" : [ "obj-56", 0 ],
-					"hidden" : 0,
-					"midpoints" : [  ]
-				}
-
-			}
  ]
 	}