<?xml version="1.0" encoding="UTF-8"?>
	<rss version="2.0"
		xmlns:content="http://purl.org/rss/1.0/modules/content/"
		xmlns:wfw="http://wellformedweb.org/CommentAPI/"
		xmlns:dc="http://purl.org/dc/elements/1.1/"
		xmlns:atom="http://www.w3.org/2005/Atom"

			>

	<channel>
		<title>Cycling 74  &#187;  Topic: algorhythmically generated drum beats/patterns?</title>
		<atom:link href="http://cycling74.com/forums/topic/algorhythmically-generated-drum-beatspatterns/feed" rel="self" type="application/rss+xml" />
		<link>http://cycling74.com/forums/topic/algorhythmically-generated-drum-beatspatterns/feed</link>
		<description></description>
		<pubDate>Wed, 19 Jun 2013 09:05:37 +0000</pubDate>
		<generator>http://bbpress.org/?v=2.2.4</generator>
		<language></language>

		
														
					
				<item>
					<guid>http://cycling74.com/forums/topic/algorhythmically-generated-drum-beatspatterns/#post-31982</guid>
					<title><![CDATA[algorhythmically generated drum beats/patterns?]]></title>
					<link>http://cycling74.com/forums/topic/algorhythmically-generated-drum-beatspatterns/#post-31982</link>
					<pubDate>Fri, 18 May 2007 21:13:24 +0000</pubDate>
					<dc:creator>Danjel van Tijn</dc:creator>

					<description>
						<![CDATA[
						<p>My focus with Max/msp has been to make unusual midi sequencers and sequencer+synth VST plugins.</p>
<p>I have been limiting myself to doing as much as possible with purely midi data and leaving the synthesis to other vsti&#8217;s.</p>
<p>I am currently looking for ideas or examples of algorhythmically generated drum beat patches (that would work well within a minimal techno framework). In this situation, I am not sure I can so easily separate the midi data from the timbre synthesis since this is so integral to the rythm. Otherwise I just end up with a x0x step sequencer.</p>
<p>Anyone have some unique patches I can check out?</p>
<p>OR can you pooint me to some unique devices/sequencers that have had creative implementations with respect to rhythm programming?</p>
<p>thanks!</p>
<p>Danjel</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/algorhythmically-generated-drum-beatspatterns/#post-104504</guid>
					<title><![CDATA[Re: algorhythmically generated drum beats/patterns?]]></title>
					<link>http://cycling74.com/forums/topic/algorhythmically-generated-drum-beatspatterns/#post-104504</link>
					<pubDate>Fri, 18 May 2007 21:50:25 +0000</pubDate>
					<dc:creator>Wetterberg</dc:creator>

					<description>
						<![CDATA[
						<p>Danjel van Tijn skrev:<br />
> OR can you pooint me to some unique devices/sequencers that have had creative implementations with respect to rhythm programming?<br />
>   <br />
Hi Daniel, here&#8217;s a fun little abstraction I use when my beats get a bit <br />
dull. It&#8217;s an 8-way randomizer. Feed it 8 rows of Multisliders 0.-1. and <br />
it will work as a probability generator &#8211; the closer to 1. your slider <br />
gets, the more likely you are to get a beat. It&#8217;s a great way of doing a <br />
steady beat coupled with some incidental hits, all in the same sequence: <br />
Your four-to-the-floor kick can be a sequence like: 1. 0.03 1. 0.5 etc. <br />
and it&#8217;ll be good.</p>
<p>Save as aw.8to8rand<br />
&#8212;&#8212;</p>
<p>
#P outlet 544 205 15 0;<br />
#P inlet 544 58 15 0;<br />
#P window setfont &#8220;Sans Serif&#8221; 9.;<br />
#P window linecount 1;<br />
#P newex 544 179 28 9109513 sel 1;<br />
#P newex 544 156 29 9109513 < = 0.;<br />
#P newex 544 130 37 9109513 / 1000.;<br />
#P newex 544 107 62 9109513 random 1000;<br />
#P outlet 472 205 15 0;<br />
#P inlet 472 58 15 0;<br />
#P newex 472 179 28 9109513 sel 1;<br />
#P newex 472 156 29 9109513 < = 0.;<br />
#P newex 472 130 37 9109513 / 1000.;<br />
#P newex 472 107 62 9109513 random 1000;<br />
#P outlet 400 205 15 0;<br />
#P inlet 400 58 15 0;<br />
#P newex 400 179 28 9109513 sel 1;<br />
#P newex 400 156 29 9109513 < = 0.;<br />
#P newex 400 130 37 9109513 / 1000.;<br />
#P newex 400 107 62 9109513 random 1000;<br />
#P outlet 328 205 15 0;<br />
#P inlet 328 58 15 0;<br />
#P newex 328 179 28 9109513 sel 1;<br />
#P newex 328 156 29 9109513 < = 0.;<br />
#P newex 328 130 37 9109513 / 1000.;<br />
#P newex 328 107 62 9109513 random 1000;<br />
#P outlet 256 205 15 0;<br />
#P inlet 256 58 15 0;<br />
#P newex 256 179 28 9109513 sel 1;<br />
#P newex 256 156 29 9109513 < = 0.;<br />
#P newex 256 130 37 9109513 / 1000.;<br />
#P newex 256 107 62 9109513 random 1000;<br />
#P outlet 184 205 15 0;<br />
#P inlet 184 58 15 0;<br />
#P newex 184 179 28 9109513 sel 1;<br />
#P newex 184 156 29 9109513 < = 0.;<br />
#P newex 184 130 37 9109513 / 1000.;<br />
#P newex 184 107 62 9109513 random 1000;<br />
#P outlet 112 205 15 0;<br />
#P inlet 112 58 15 0;<br />
#P newex 112 179 28 9109513 sel 1;<br />
#P newex 112 156 29 9109513 < = 0.;<br />
#P newex 112 130 37 9109513 / 1000.;<br />
#P newex 112 107 62 9109513 random 1000;<br />
#P outlet 40 205 15 0;<br />
#P inlet 40 58 15 0;<br />
#P newex 40 179 28 9109513 sel 1;<br />
#P newex 40 156 29 9109513 < = 0.;<br />
#P newex 40 130 37 9109513 / 1000.;<br />
#P newex 40 107 62 9109513 random 1000;<br />
#P connect 46 0 42 0;<br />
#P fasten 46 0 44 1 549 93 608 93 608 151 568 151;<br />
#P connect 45 0 47 0;<br />
#P connect 44 0 45 0;<br />
#P connect 43 0 44 0;<br />
#P connect 42 0 43 0;<br />
#P connect 40 0 36 0;<br />
#P fasten 40 0 38 1 477 93 536 93 536 151 496 151;<br />
#P connect 39 0 41 0;<br />
#P connect 38 0 39 0;<br />
#P connect 37 0 38 0;<br />
#P connect 36 0 37 0;<br />
#P connect 34 0 30 0;<br />
#P fasten 34 0 32 1 405 93 464 93 464 151 424 151;<br />
#P connect 33 0 35 0;<br />
#P connect 32 0 33 0;<br />
#P connect 31 0 32 0;<br />
#P connect 30 0 31 0;<br />
#P connect 28 0 24 0;<br />
#P fasten 28 0 26 1 333 93 392 93 392 151 352 151;<br />
#P connect 27 0 29 0;<br />
#P connect 26 0 27 0;<br />
#P connect 25 0 26 0;<br />
#P connect 24 0 25 0;<br />
#P connect 22 0 18 0;<br />
#P fasten 22 0 20 1 261 93 320 93 320 151 280 151;<br />
#P connect 21 0 23 0;<br />
#P connect 20 0 21 0;<br />
#P connect 19 0 20 0;<br />
#P connect 18 0 19 0;<br />
#P connect 16 0 12 0;<br />
#P fasten 16 0 14 1 189 94 248 94 248 152 208 152;<br />
#P connect 15 0 17 0;<br />
#P connect 14 0 15 0;<br />
#P connect 13 0 14 0;<br />
#P connect 12 0 13 0;<br />
#P connect 10 0 6 0;<br />
#P fasten 10 0 8 1 117 95 176 95 176 153 136 153;<br />
#P connect 9 0 11 0;<br />
#P connect 8 0 9 0;<br />
#P connect 7 0 8 0;<br />
#P connect 6 0 7 0;<br />
#P connect 4 0 0 0;<br />
#P fasten 4 0 2 1 45 96 104 96 104 154 64 154;<br />
#P connect 3 0 5 0;<br />
#P connect 2 0 3 0;<br />
#P connect 1 0 2 0;<br />
#P connect 0 0 1 0;<br />
#P window clipboard copycount 48;</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/algorhythmically-generated-drum-beatspatterns/#post-104505</guid>
					<title><![CDATA[Re: algorhythmically generated drum beats/patterns?]]></title>
					<link>http://cycling74.com/forums/topic/algorhythmically-generated-drum-beatspatterns/#post-104505</link>
					<pubDate>Fri, 18 May 2007 23:57:00 +0000</pubDate>
					<dc:creator>david@5of4.com</dc:creator>

					<description>
						<![CDATA[
						<p>
>Danjel van Tijn skrev:<br />
>> OR can you pooint me to some unique devices/sequencers that have had creative implementations <br />
with respect to rhythm programming?<br />
>>   </p>
<p>
also this thread:</p>
<p><a href="http://www.cycling74.com/forums/index.php?t=rview&#038;th=21142&#038;rid=4037" rel="nofollow">http://www.cycling74.com/forums/index.php?t=rview&#038;th=21142&#038;rid=4037</a></p>
<p>Need personalized email and website? Look no further. It&#8217;s easy<br />
with Doteasy $0 Web Hosting! Learn more at <a href="http://www.doteasy.com" rel="nofollow">http://www.doteasy.com</a></p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/algorhythmically-generated-drum-beatspatterns/#post-104506</guid>
					<title><![CDATA[Re: algorhythmically generated drum beats/patterns?]]></title>
					<link>http://cycling74.com/forums/topic/algorhythmically-generated-drum-beatspatterns/#post-104506</link>
					<pubDate>Sat, 19 May 2007 01:57:03 +0000</pubDate>
					<dc:creator>Axiom-Crux</dc:creator>

					<description>
						<![CDATA[
						<p>wouldn&#8217;t a minimal techno beat just be 4/4 kick downbeat, snare on the 2+4 and hats on the up?  in that case it would just be randomizing the samples used.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/algorhythmically-generated-drum-beatspatterns/#post-104507</guid>
					<title><![CDATA[Re: algorhythmically generated drum beats/patterns?]]></title>
					<link>http://cycling74.com/forums/topic/algorhythmically-generated-drum-beatspatterns/#post-104507</link>
					<pubDate>Sun, 09 Nov 2008 22:55:24 +0000</pubDate>
					<dc:creator>Drkovorkian</dc:creator>

					<description>
						<![CDATA[
						<p>{<br />
	&#8220;patcher&#8221; : 	{<br />
		&#8220;fileversion&#8221; : 1,<br />
		&#8220;rect&#8221; : [ 381.0, 61.0, 674.0, 597.0 ],<br />
		&#8220;bglocked&#8221; : 0,<br />
		&#8220;defrect&#8221; : [ 381.0, 61.0, 674.0, 597.0 ],<br />
		&#8220;openrect&#8221; : [ 0.0, 0.0, 0.0, 0.0 ],<br />
		&#8220;openinpresentation&#8221; : 0,<br />
		&#8220;default_fontsize&#8221; : 12.0,<br />
		&#8220;default_fontface&#8221; : 0,<br />
		&#8220;default_fontname&#8221; : &#8220;Arial&#8221;,<br />
		&#8220;gridonopen&#8221; : 0,<br />
		&#8220;gridsize&#8221; : [ 15.0, 15.0 ],<br />
		&#8220;gridsnaponopen&#8221; : 0,<br />
		&#8220;toolbarvisible&#8221; : 1,<br />
		&#8220;boxanimatetime&#8221; : 200,<br />
		&#8220;imprint&#8221; : 0,<br />
		&#8220;metadata&#8221; : [  ],<br />
		&#8220;boxes&#8221; : [ 			{<br />
				"box" : 				{<br />
					"maxclass" : "button",<br />
					"outlettype" : [ "bang" ],<br />
					&#8220;patching_rect&#8221; : [ 191.0, 224.0, 20.0, 20.0 ],<br />
					&#8220;numinlets&#8221; : 1,<br />
					&#8220;id&#8221; : &#8220;obj-21&#8243;,<br />
					&#8220;numoutlets&#8221; : 1<br />
				}</p>
<p>			}<br />
, 			{<br />
				&#8220;box&#8221; : 				{<br />
					&#8220;maxclass&#8221; : &#8220;toggle&#8221;,<br />
					&#8220;outlettype&#8221; : [ "int" ],<br />
					&#8220;patching_rect&#8221; : [ 52.0, 404.0, 20.0, 20.0 ],<br />
					&#8220;numinlets&#8221; : 1,<br />
					&#8220;id&#8221; : &#8220;obj-20&#8243;,<br />
					&#8220;numoutlets&#8221; : 1<br />
				}</p>
<p>			}<br />
, 			{<br />
				&#8220;box&#8221; : 				{<br />
					&#8220;maxclass&#8221; : &#8220;toggle&#8221;,<br />
					&#8220;outlettype&#8221; : [ "int" ],<br />
					&#8220;patching_rect&#8221; : [ 135.0, 405.0, 20.0, 20.0 ],<br />
					&#8220;numinlets&#8221; : 1,<br />
					&#8220;id&#8221; : &#8220;obj-19&#8243;,<br />
					&#8220;numoutlets&#8221; : 1<br />
				}</p>
<p>			}<br />
, 			{<br />
				&#8220;box&#8221; : 				{<br />
					&#8220;maxclass&#8221; : &#8220;toggle&#8221;,<br />
					&#8220;outlettype&#8221; : [ "int" ],<br />
					&#8220;patching_rect&#8221; : [ 209.0, 404.0, 20.0, 20.0 ],<br />
					&#8220;numinlets&#8221; : 1,<br />
					&#8220;id&#8221; : &#8220;obj-18&#8243;,<br />
					&#8220;numoutlets&#8221; : 1<br />
				}</p>
<p>			}<br />
, 			{<br />
				&#8220;box&#8221; : 				{<br />
					&#8220;maxclass&#8221; : &#8220;toggle&#8221;,<br />
					&#8220;outlettype&#8221; : [ "int" ],<br />
					&#8220;patching_rect&#8221; : [ 274.0, 401.0, 20.0, 20.0 ],<br />
					&#8220;numinlets&#8221; : 1,<br />
					&#8220;id&#8221; : &#8220;obj-17&#8243;,<br />
					&#8220;numoutlets&#8221; : 1<br />
				}</p>
<p>			}<br />
, 			{<br />
				&#8220;box&#8221; : 				{<br />
					&#8220;maxclass&#8221; : &#8220;toggle&#8221;,<br />
					&#8220;outlettype&#8221; : [ "int" ],<br />
					&#8220;patching_rect&#8221; : [ 398.0, 400.0, 20.0, 20.0 ],<br />
					&#8220;numinlets&#8221; : 1,<br />
					&#8220;id&#8221; : &#8220;obj-16&#8243;,<br />
					&#8220;numoutlets&#8221; : 1<br />
				}</p>
<p>			}<br />
, 			{<br />
				&#8220;box&#8221; : 				{<br />
					&#8220;maxclass&#8221; : &#8220;newobj&#8221;,<br />
					&#8220;text&#8221; : &#8220;cell 0&#8243;,<br />
					&#8220;outlettype&#8221; : [ "int" ],<br />
					&#8220;fontname&#8221; : &#8220;Arial&#8221;,<br />
					&#8220;patching_rect&#8221; : [ 52.0, 347.0, 46.0, 20.0 ],<br />
					&#8220;numinlets&#8221; : 3,<br />
					&#8220;id&#8221; : &#8220;obj-15&#8243;,<br />
					&#8220;fontsize&#8221; : 12.0,<br />
					&#8220;numoutlets&#8221; : 1<br />
				}</p>
<p>			}<br />
, 			{<br />
				&#8220;box&#8221; : 				{<br />
					&#8220;maxclass&#8221; : &#8220;newobj&#8221;,<br />
					&#8220;text&#8221; : &#8220;cell 1&#8243;,<br />
					&#8220;outlettype&#8221; : [ "int" ],<br />
					&#8220;fontname&#8221; : &#8220;Arial&#8221;,<br />
					&#8220;patching_rect&#8221; : [ 129.0, 346.0, 46.0, 20.0 ],<br />
					&#8220;numinlets&#8221; : 3,<br />
					&#8220;id&#8221; : &#8220;obj-14&#8243;,<br />
					&#8220;fontsize&#8221; : 12.0,<br />
					&#8220;numoutlets&#8221; : 1<br />
				}</p>
<p>			}<br />
, 			{<br />
				&#8220;box&#8221; : 				{<br />
					&#8220;maxclass&#8221; : &#8220;newobj&#8221;,<br />
					&#8220;text&#8221; : &#8220;cell 1&#8243;,<br />
					&#8220;outlettype&#8221; : [ "int" ],<br />
					&#8220;fontname&#8221; : &#8220;Arial&#8221;,<br />
					&#8220;patching_rect&#8221; : [ 201.0, 344.0, 46.0, 20.0 ],<br />
					&#8220;numinlets&#8221; : 3,<br />
					&#8220;id&#8221; : &#8220;obj-13&#8243;,<br />
					&#8220;fontsize&#8221; : 12.0,<br />
					&#8220;numoutlets&#8221; : 1<br />
				}</p>
<p>			}<br />
, 			{<br />
				&#8220;box&#8221; : 				{<br />
					&#8220;maxclass&#8221; : &#8220;newobj&#8221;,<br />
					&#8220;text&#8221; : &#8220;cell 0&#8243;,<br />
					&#8220;outlettype&#8221; : [ "int" ],<br />
					&#8220;fontname&#8221; : &#8220;Arial&#8221;,<br />
					&#8220;patching_rect&#8221; : [ 270.0, 343.0, 46.0, 20.0 ],<br />
					&#8220;numinlets&#8221; : 3,<br />
					&#8220;id&#8221; : &#8220;obj-12&#8243;,<br />
					&#8220;fontsize&#8221; : 12.0,<br />
					&#8220;numoutlets&#8221; : 1<br />
				}</p>
<p>			}<br />
, 			{<br />
				&#8220;box&#8221; : 				{<br />
					&#8220;maxclass&#8221; : &#8220;newobj&#8221;,<br />
					&#8220;text&#8221; : &#8220;cell 0&#8243;,<br />
					&#8220;outlettype&#8221; : [ "int" ],<br />
					&#8220;fontname&#8221; : &#8220;Arial&#8221;,<br />
					&#8220;patching_rect&#8221; : [ 395.0, 341.0, 46.0, 20.0 ],<br />
					&#8220;numinlets&#8221; : 3,<br />
					&#8220;id&#8221; : &#8220;obj-11&#8243;,<br />
					&#8220;fontsize&#8221; : 12.0,<br />
					&#8220;numoutlets&#8221; : 1<br />
				}</p>
<p>			}<br />
, 			{<br />
				&#8220;box&#8221; : 				{<br />
					&#8220;maxclass&#8221; : &#8220;toggle&#8221;,<br />
					&#8220;outlettype&#8221; : [ "int" ],<br />
					&#8220;patching_rect&#8221; : [ 336.0, 404.0, 20.0, 20.0 ],<br />
					&#8220;numinlets&#8221; : 1,<br />
					&#8220;id&#8221; : &#8220;obj-6&#8243;,<br />
					&#8220;numoutlets&#8221; : 1<br />
				}</p>
<p>			}<br />
, 			{<br />
				&#8220;box&#8221; : 				{<br />
					&#8220;maxclass&#8221; : &#8220;newobj&#8221;,<br />
					&#8220;text&#8221; : &#8220;cell 1&#8243;,<br />
					&#8220;outlettype&#8221; : [ "int" ],<br />
					&#8220;fontname&#8221; : &#8220;Arial&#8221;,<br />
					&#8220;patching_rect&#8221; : [ 336.0, 342.0, 46.0, 20.0 ],<br />
					&#8220;numinlets&#8221; : 3,<br />
					&#8220;id&#8221; : &#8220;obj-10&#8243;,<br />
					&#8220;fontsize&#8221; : 12.0,<br />
					&#8220;numoutlets&#8221; : 1<br />
				}</p>
<p>			}<br />
, 			{<br />
				&#8220;box&#8221; : 				{<br />
					&#8220;maxclass&#8221; : &#8220;toggle&#8221;,<br />
					&#8220;outlettype&#8221; : [ "int" ],<br />
					&#8220;patching_rect&#8221; : [ 123.0, 171.0, 20.0, 20.0 ],<br />
					&#8220;numinlets&#8221; : 1,<br />
					&#8220;id&#8221; : &#8220;obj-5&#8243;,<br />
					&#8220;numoutlets&#8221; : 1<br />
				}</p>
<p>			}<br />
, 			{<br />
				&#8220;box&#8221; : 				{<br />
					&#8220;maxclass&#8221; : &#8220;button&#8221;,<br />
					&#8220;outlettype&#8221; : [ "bang" ],<br />
					&#8220;patching_rect&#8221; : [ 83.0, 60.0, 20.0, 20.0 ],<br />
					&#8220;numinlets&#8221; : 1,<br />
					&#8220;id&#8221; : &#8220;obj-4&#8243;,<br />
					&#8220;numoutlets&#8221; : 1<br />
				}</p>
<p>			}<br />
, 			{<br />
				&#8220;box&#8221; : 				{<br />
					&#8220;maxclass&#8221; : &#8220;toggle&#8221;,<br />
					&#8220;outlettype&#8221; : [ "int" ],<br />
					&#8220;patching_rect&#8221; : [ 182.0, 57.0, 20.0, 20.0 ],<br />
					&#8220;numinlets&#8221; : 1,<br />
					&#8220;id&#8221; : &#8220;obj-3&#8243;,<br />
					&#8220;numoutlets&#8221; : 1<br />
				}</p>
<p>			}<br />
, 			{<br />
				&#8220;box&#8221; : 				{<br />
					&#8220;maxclass&#8221; : &#8220;toggle&#8221;,<br />
					&#8220;outlettype&#8221; : [ "int" ],<br />
					&#8220;patching_rect&#8221; : [ 137.0, 58.0, 20.0, 20.0 ],<br />
					&#8220;numinlets&#8221; : 1,<br />
					&#8220;id&#8221; : &#8220;obj-2&#8243;,<br />
					&#8220;numoutlets&#8221; : 1<br />
				}</p>
<p>			}<br />
, 			{<br />
				&#8220;box&#8221; : 				{<br />
					&#8220;maxclass&#8221; : &#8220;newobj&#8221;,<br />
					&#8220;text&#8221; : &#8220;cell&#8221;,<br />
					&#8220;outlettype&#8221; : [ "int" ],<br />
					&#8220;fontname&#8221; : &#8220;Arial&#8221;,<br />
					&#8220;patching_rect&#8221; : [ 123.0, 126.0, 46.0, 20.0 ],<br />
					&#8220;numinlets&#8221; : 3,<br />
					&#8220;id&#8221; : &#8220;obj-1&#8243;,<br />
					&#8220;fontsize&#8221; : 12.0,<br />
					&#8220;numoutlets&#8221; : 1<br />
				}</p>
<p>			}<br />
 ],<br />
		&#8220;lines&#8221; : [ 			{<br />
				"patchline" : 				{<br />
					"source" : [ "obj-1", 0 ],<br />
					&#8220;destination&#8221; : [ "obj-5", 0 ],<br />
					&#8220;hidden&#8221; : 0,<br />
					&#8220;midpoints&#8221; : [  ]<br />
				}</p>
<p>			}<br />
, 			{<br />
				&#8220;patchline&#8221; : 				{<br />
					&#8220;source&#8221; : [ "obj-4", 0 ],<br />
					&#8220;destination&#8221; : [ "obj-1", 0 ],<br />
					&#8220;hidden&#8221; : 0,<br />
					&#8220;midpoints&#8221; : [  ]<br />
				}</p>
<p>			}<br />
, 			{<br />
				&#8220;patchline&#8221; : 				{<br />
					&#8220;source&#8221; : [ "obj-2", 0 ],<br />
					&#8220;destination&#8221; : [ "obj-1", 1 ],<br />
					&#8220;hidden&#8221; : 0,<br />
					&#8220;midpoints&#8221; : [  ]<br />
				}</p>
<p>			}<br />
, 			{<br />
				&#8220;patchline&#8221; : 				{<br />
					&#8220;source&#8221; : [ "obj-3", 0 ],<br />
					&#8220;destination&#8221; : [ "obj-1", 2 ],<br />
					&#8220;hidden&#8221; : 0,<br />
					&#8220;midpoints&#8221; : [  ]<br />
				}</p>
<p>			}<br />
, 			{<br />
				&#8220;patchline&#8221; : 				{<br />
					&#8220;source&#8221; : [ "obj-10", 0 ],<br />
					&#8220;destination&#8221; : [ "obj-6", 0 ],<br />
					&#8220;hidden&#8221; : 0,<br />
					&#8220;midpoints&#8221; : [  ]<br />
				}</p>
<p>			}<br />
, 			{<br />
				&#8220;patchline&#8221; : 				{<br />
					&#8220;source&#8221; : [ "obj-21", 0 ],<br />
					&#8220;destination&#8221; : [ "obj-10", 0 ],<br />
					&#8220;hidden&#8221; : 0,<br />
					&#8220;midpoints&#8221; : [  ]<br />
				}</p>
<p>			}<br />
, 			{<br />
				&#8220;patchline&#8221; : 				{<br />
					&#8220;source&#8221; : [ "obj-11", 0 ],<br />
					&#8220;destination&#8221; : [ "obj-10", 2 ],<br />
					&#8220;hidden&#8221; : 0,<br />
					&#8220;midpoints&#8221; : [ 404.5, 366.0, 384.0, 366.0, 384.0, 331.0, 372.5, 331.0 ]<br />
				}</p>
<p>			}<br />
, 			{<br />
				&#8220;patchline&#8221; : 				{<br />
					&#8220;source&#8221; : [ "obj-10", 0 ],<br />
					&#8220;destination&#8221; : [ "obj-11", 1 ],<br />
					&#8220;hidden&#8221; : 0,<br />
					&#8220;midpoints&#8221; : [ 345.5, 372.0, 389.0, 372.0, 389.0, 327.0, 418.0, 327.0 ]<br />
				}</p>
<p>			}<br />
, 			{<br />
				&#8220;patchline&#8221; : 				{<br />
					&#8220;source&#8221; : [ "obj-11", 0 ],<br />
					&#8220;destination&#8221; : [ "obj-16", 0 ],<br />
					&#8220;hidden&#8221; : 0,<br />
					&#8220;midpoints&#8221; : [  ]<br />
				}</p>
<p>			}<br />
, 			{<br />
				&#8220;patchline&#8221; : 				{<br />
					&#8220;source&#8221; : [ "obj-21", 0 ],<br />
					&#8220;destination&#8221; : [ "obj-11", 0 ],<br />
					&#8220;hidden&#8221; : 0,<br />
					&#8220;midpoints&#8221; : [  ]<br />
				}</p>
<p>			}<br />
, 			{<br />
				&#8220;patchline&#8221; : 				{<br />
					&#8220;source&#8221; : [ "obj-10", 0 ],<br />
					&#8220;destination&#8221; : [ "obj-12", 2 ],<br />
					&#8220;hidden&#8221; : 0,<br />
					&#8220;midpoints&#8221; : [ 345.5, 370.0, 317.0, 370.0, 317.0, 331.0, 306.5, 331.0 ]<br />
				}</p>
<p>			}<br />
, 			{<br />
				&#8220;patchline&#8221; : 				{<br />
					&#8220;source&#8221; : [ "obj-12", 0 ],<br />
					&#8220;destination&#8221; : [ "obj-10", 1 ],<br />
					&#8220;hidden&#8221; : 0,<br />
					&#8220;midpoints&#8221; : [ 279.5, 378.0, 324.0, 378.0, 324.0, 330.0, 359.0, 330.0 ]<br />
				}</p>
<p>			}<br />
, 			{<br />
				&#8220;patchline&#8221; : 				{<br />
					&#8220;source&#8221; : [ "obj-12", 0 ],<br />
					&#8220;destination&#8221; : [ "obj-17", 0 ],<br />
					&#8220;hidden&#8221; : 0,<br />
					&#8220;midpoints&#8221; : [  ]<br />
				}</p>
<p>			}<br />
, 			{<br />
				&#8220;patchline&#8221; : 				{<br />
					&#8220;source&#8221; : [ "obj-21", 0 ],<br />
					&#8220;destination&#8221; : [ "obj-12", 0 ],<br />
					&#8220;hidden&#8221; : 0,<br />
					&#8220;midpoints&#8221; : [  ]<br />
				}</p>
<p>			}<br />
, 			{<br />
				&#8220;patchline&#8221; : 				{<br />
					&#8220;source&#8221; : [ "obj-12", 0 ],<br />
					&#8220;destination&#8221; : [ "obj-13", 2 ],<br />
					&#8220;hidden&#8221; : 0,<br />
					&#8220;midpoints&#8221; : [ 279.5, 370.0, 251.0, 370.0, 251.0, 333.0, 237.5, 333.0 ]<br />
				}</p>
<p>			}<br />
, 			{<br />
				&#8220;patchline&#8221; : 				{<br />
					&#8220;source&#8221; : [ "obj-13", 0 ],<br />
					&#8220;destination&#8221; : [ "obj-12", 1 ],<br />
					&#8220;hidden&#8221; : 0,<br />
					&#8220;midpoints&#8221; : [ 210.5, 381.0, 260.0, 381.0, 260.0, 331.0, 293.0, 331.0 ]<br />
				}</p>
<p>			}<br />
, 			{<br />
				&#8220;patchline&#8221; : 				{<br />
					&#8220;source&#8221; : [ "obj-13", 0 ],<br />
					&#8220;destination&#8221; : [ "obj-18", 0 ],<br />
					&#8220;hidden&#8221; : 0,<br />
					&#8220;midpoints&#8221; : [  ]<br />
				}</p>
<p>			}<br />
, 			{<br />
				&#8220;patchline&#8221; : 				{<br />
					&#8220;source&#8221; : [ "obj-21", 0 ],<br />
					&#8220;destination&#8221; : [ "obj-13", 0 ],<br />
					&#8220;hidden&#8221; : 0,<br />
					&#8220;midpoints&#8221; : [  ]<br />
				}</p>
<p>			}<br />
, 			{<br />
				&#8220;patchline&#8221; : 				{<br />
					&#8220;source&#8221; : [ "obj-13", 0 ],<br />
					&#8220;destination&#8221; : [ "obj-14", 2 ],<br />
					&#8220;hidden&#8221; : 0,<br />
					&#8220;midpoints&#8221; : [ 210.5, 375.0, 178.0, 375.0, 178.0, 334.0, 165.5, 334.0 ]<br />
				}</p>
<p>			}<br />
, 			{<br />
				&#8220;patchline&#8221; : 				{<br />
					&#8220;source&#8221; : [ "obj-14", 0 ],<br />
					&#8220;destination&#8221; : [ "obj-13", 1 ],<br />
					&#8220;hidden&#8221; : 0,<br />
					&#8220;midpoints&#8221; : [ 138.5, 370.0, 189.0, 370.0, 189.0, 332.0, 224.0, 332.0 ]<br />
				}</p>
<p>			}<br />
, 			{<br />
				&#8220;patchline&#8221; : 				{<br />
					&#8220;source&#8221; : [ "obj-14", 0 ],<br />
					&#8220;destination&#8221; : [ "obj-19", 0 ],<br />
					&#8220;hidden&#8221; : 0,<br />
					&#8220;midpoints&#8221; : [  ]<br />
				}</p>
<p>			}<br />
, 			{<br />
				&#8220;patchline&#8221; : 				{<br />
					&#8220;source&#8221; : [ "obj-21", 0 ],<br />
					&#8220;destination&#8221; : [ "obj-14", 0 ],<br />
					&#8220;hidden&#8221; : 0,<br />
					&#8220;midpoints&#8221; : [  ]<br />
				}</p>
<p>			}<br />
, 			{<br />
				&#8220;patchline&#8221; : 				{<br />
					&#8220;source&#8221; : [ "obj-14", 0 ],<br />
					&#8220;destination&#8221; : [ "obj-15", 2 ],<br />
					&#8220;hidden&#8221; : 0,<br />
					&#8220;midpoints&#8221; : [ 138.5, 380.0, 99.0, 380.0, 99.0, 334.0, 88.5, 334.0 ]<br />
				}</p>
<p>			}<br />
, 			{<br />
				&#8220;patchline&#8221; : 				{<br />
					&#8220;source&#8221; : [ "obj-15", 0 ],<br />
					&#8220;destination&#8221; : [ "obj-14", 1 ],<br />
					&#8220;hidden&#8221; : 0,<br />
					&#8220;midpoints&#8221; : [ 61.5, 375.0, 116.0, 375.0, 116.0, 337.0, 152.0, 337.0 ]<br />
				}</p>
<p>			}<br />
, 			{<br />
				&#8220;patchline&#8221; : 				{<br />
					&#8220;source&#8221; : [ "obj-15", 0 ],<br />
					&#8220;destination&#8221; : [ "obj-11", 2 ],<br />
					&#8220;hidden&#8221; : 0,<br />
					&#8220;midpoints&#8221; : [ 61.5, 376.0, 37.0, 376.0, 37.0, 321.0, 431.5, 321.0 ]<br />
				}</p>
<p>			}<br />
, 			{<br />
				&#8220;patchline&#8221; : 				{<br />
					&#8220;source&#8221; : [ "obj-11", 0 ],<br />
					&#8220;destination&#8221; : [ "obj-15", 1 ],<br />
					&#8220;hidden&#8221; : 0,<br />
					&#8220;midpoints&#8221; : [ 404.5, 372.0, 454.0, 372.0, 454.0, 307.0, 75.0, 307.0 ]<br />
				}</p>
<p>			}<br />
, 			{<br />
				&#8220;patchline&#8221; : 				{<br />
					&#8220;source&#8221; : [ "obj-15", 0 ],<br />
					&#8220;destination&#8221; : [ "obj-20", 0 ],<br />
					&#8220;hidden&#8221; : 0,<br />
					&#8220;midpoints&#8221; : [  ]<br />
				}</p>
<p>			}<br />
, 			{<br />
				&#8220;patchline&#8221; : 				{<br />
					&#8220;source&#8221; : [ "obj-21", 0 ],<br />
					&#8220;destination&#8221; : [ "obj-15", 0 ],<br />
					&#8220;hidden&#8221; : 0,<br />
					&#8220;midpoints&#8221; : [  ]<br />
				}</p>
<p>			}<br />
 ]<br />
	}</p>
<p>}</p>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

