<?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: Newbie Midi Envelope Question</title>
		<atom:link href="http://cycling74.com/forums/topic/newbie-midi-envelope-question/feed" rel="self" type="application/rss+xml" />
		<link>http://cycling74.com/forums/topic/newbie-midi-envelope-question/feed</link>
		<description></description>
		<pubDate>Wed, 19 Jun 2013 00:01:56 +0000</pubDate>
		<generator>http://bbpress.org/?v=2.2.4</generator>
		<language></language>

		
														
					
				<item>
					<guid>http://cycling74.com/forums/topic/newbie-midi-envelope-question/#post-25568</guid>
					<title><![CDATA[Newbie Midi Envelope Question]]></title>
					<link>http://cycling74.com/forums/topic/newbie-midi-envelope-question/#post-25568</link>
					<pubDate>Fri, 21 Apr 2006 15:37:35 +0000</pubDate>
					<dc:creator>ND</dc:creator>

					<description>
						<![CDATA[
						<p>hello,</p>
<p>I was wondering whether it would be possible to create a midi control enevelope. For example play a midi note and shape the volume using something like the envi object. Unfortunately I have no idea how to start &#8211; would using the function breakpoint editor with the line object be a good starting place ?</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/newbie-midi-envelope-question/#post-75409</guid>
					<title><![CDATA[Re: Newbie Midi Envelope Question]]></title>
					<link>http://cycling74.com/forums/topic/newbie-midi-envelope-question/#post-75409</link>
					<pubDate>Fri, 21 Apr 2006 15:59:40 +0000</pubDate>
					<dc:creator>Hjalte Bested Møller</dc:creator>

					<description>
						<![CDATA[
						<p>yes ;)</p>
<p>but you should read the tutorials, since it is very well covered in there</p>
<p>here is an example</p>
<p>#P window setfont &#8220;Sans Serif&#8221; 9.;<br />
#P window linecount 1;<br />
#P newex 291 398 27 196617 *~;<br />
#P newex 225 219 29 196617 t b f;<br />
#P message 391 232 33 196617 clear;<br />
#P user ezdac~ 117 437 161 470 0;<br />
#P newex 103 238 31 196617 mtof;<br />
#P message 133 207 31 196617 0 10;<br />
#P newex 133 164 32 196617 sel 0;<br />
#P newex 155 188 40 196617 / 127.;<br />
#P newex 103 139 40 196617 unpack;<br />
#P newex 103 113 92 196617 midiparse;<br />
#P newex 103 89 37 196617 midiin;<br />
#P newex 127 394 27 196617 *~;<br />
#P newex 103 266 61 196617 cycle~ 880;<br />
#P newex 288 370 32 196617 line~;<br />
#P user function 225 257 425 357 1 1 0 0;<br />
#X frgb 82 82 82;<br />
#X brgb 204 204 204;<br />
#X rgb2 85 85 85;<br />
#X rgb3 255 255 255;<br />
#X rgb4 0 0 0;<br />
#X rgb5 0 0 0;<br />
#X add 0. 0. 0;<br />
#X add 37.234043 1. 0;<br />
#X add 154.25531 0.653333 0;<br />
#X add 1000. 0. 0;<br />
#X domain 1000.;<br />
#X range 0. 1.;<br />
#X done;<br />
#P connect 0 1 1 0;<br />
#P fasten 9 0 1 0 208 345 208 368 293 368;<br />
#P connect 1 0 14 0;<br />
#P connect 13 1 14 1;<br />
#P connect 14 0 3 1;<br />
#P connect 13 0 0 0;<br />
#P connect 7 0 13 0;<br />
#P fasten 12 0 0 0 396 252 230 252;<br />
#P connect 3 0 11 0;<br />
#P connect 3 0 11 1;<br />
#P connect 2 0 3 0;<br />
#P connect 10 0 2 0;<br />
#P connect 6 0 10 0;<br />
#P connect 8 0 9 0;<br />
#P connect 8 1 7 0;<br />
#P connect 6 1 8 0;<br />
#P connect 5 0 6 0;<br />
#P connect 4 0 5 0;<br />
#P window clipboard copycount 15;</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/newbie-midi-envelope-question/#post-75410</guid>
					<title><![CDATA[Re: Newbie Midi Envelope Question]]></title>
					<link>http://cycling74.com/forums/topic/newbie-midi-envelope-question/#post-75410</link>
					<pubDate>Fri, 21 Apr 2006 16:02:03 +0000</pubDate>
					<dc:creator>P_Petrowiek</dc:creator>

					<description>
						<![CDATA[
						<p>You got it just right :-)<br />
You can also send messages and many other solution but the one you<br />
mentioned is a good start.</p>
<p>S.T</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/newbie-midi-envelope-question/#post-75411</guid>
					<title><![CDATA[Re: Newbie Midi Envelope Question]]></title>
					<link>http://cycling74.com/forums/topic/newbie-midi-envelope-question/#post-75411</link>
					<pubDate>Fri, 21 Apr 2006 16:48:53 +0000</pubDate>
					<dc:creator>Gary Lee Nelson</dc:creator>

					<description>
						<![CDATA[
						<p>Try this</p>
<p>#P window setfont &#8220;Sans Serif&#8221; 9.;<br />
#P window linecount 1;<br />
#P message 300 132 40 196617 10000;<br />
#P newex 299 109 48 196617 loadbang;<br />
#P number 299 158 71 9 0 0 0 3 0 0 0 221 221 221 222 222 222 0 0 0;<br />
#P newex 184 198 84 196617 pack 1000 1000;<br />
#P newex 272 249 21 196617 t 0;<br />
#P newex 120 114 32 196617 sel 1;<br />
#P toggle 58 80 15 0;<br />
#P newex 58 113 58 196617 metro 125;<br />
#P newex 58 172 31 196617 + 36;<br />
#P newex 58 145 58 196617 random 37;<br />
#P newex 231 392 45 196617 ctlout 7;<br />
#P button 231 150 15 0;<br />
#P newex 231 227 50 196617 line 0 50;<br />
#P message 279 199 14 196617 0;<br />
#P newex 58 210 88 196617 makenote 96 250;<br />
#P newex 58 248 43 196617 noteout;<br />
#P user function 231 281 431 381 1 1 0 0;<br />
#X frgb 82 82 82;<br />
#X brgb 204 204 204;<br />
#X rgb2 85 85 85;<br />
#X rgb3 255 255 255;<br />
#X rgb4 0 0 0;<br />
#X rgb5 0 0 0;<br />
#X add 0. 20.32 0;<br />
#X add 244.680847 74.506668 0;<br />
#X add 393.617004 23.706667 0;<br />
#X add 627.659546 127. 0;<br />
#X add 702.127625 28.786667 0;<br />
#X add 845.744629 118.533333 0;<br />
#X add 999.999939 0. 0;<br />
#X domain 1000.;<br />
#X range 0. 127.;<br />
#X done;<br />
#P comment 172 116 100 196617 bang to start shape;<br />
#P window linecount 2;<br />
#P comment 443 315 100 196617 get info to see range has been set 0..127;<br />
#P comment 303 179 72 196617 duration of gesture in ms;<br />
#P window linecount 1;<br />
#P comment 300 250 100 196617 off at end of gesture;<br />
#P fasten 16 0 14 0 277 270 419 270 419 59 63 59;<br />
#P connect 14 0 13 0;<br />
#P connect 13 0 11 0;<br />
#P connect 11 0 12 0;<br />
#P connect 12 0 6 0;<br />
#P connect 6 0 5 0;<br />
#P connect 6 1 5 1;<br />
#P fasten 14 0 15 0 63 104 125 104;<br />
#P connect 9 0 17 0;<br />
#P fasten 15 0 9 0 125 139 236 139;<br />
#P connect 17 0 8 0;<br />
#P connect 7 0 8 0;<br />
#P connect 8 0 4 0;<br />
#P connect 4 0 10 0;<br />
#P connect 18 0 17 1;<br />
#P connect 8 1 16 0;<br />
#P connect 9 0 7 0;<br />
#P connect 20 0 18 0;<br />
#P connect 19 0 20 0;<br />
#P window clipboard copycount 21;</p>
<p>Cheers,<br />
Gary Lee Nelson<br />
TIMARA Department<br />
Oberlin College<br />
<a href="http://www.timara.oberlin.edu/GaryLeeNelson" rel="nofollow">http://www.timara.oberlin.edu/GaryLeeNelson</a></p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/newbie-midi-envelope-question/#post-75412</guid>
					<title><![CDATA[Re: Newbie Midi Envelope Question]]></title>
					<link>http://cycling74.com/forums/topic/newbie-midi-envelope-question/#post-75412</link>
					<pubDate>Sat, 22 Apr 2006 08:32:00 +0000</pubDate>
					<dc:creator>Falk</dc:creator>

					<description>
						<![CDATA[
						<p></p>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

