<?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: undocumented or unsupported? midi object enable 0/1</title>
		<atom:link href="http://cycling74.com/forums/topic/undocumented-or-unsupported-midi-object-enable-01/feed" rel="self" type="application/rss+xml" />
		<link>http://cycling74.com/forums/topic/undocumented-or-unsupported-midi-object-enable-01/feed</link>
		<description></description>
		<pubDate>Thu, 20 Jun 2013 00:28:50 +0000</pubDate>
		<generator>http://bbpress.org/?v=2.2.4</generator>
		<language></language>

		
														
					
				<item>
					<guid>http://cycling74.com/forums/topic/undocumented-or-unsupported-midi-object-enable-01/#post-29714</guid>
					<title><![CDATA[undocumented or unsupported? midi object enable 0/1]]></title>
					<link>http://cycling74.com/forums/topic/undocumented-or-unsupported-midi-object-enable-01/#post-29714</link>
					<pubDate>Sun, 22 Jul 2012 23:57:28 +0000</pubDate>
					<dc:creator>basvlk</dc:creator>

					<description>
						<![CDATA[
						<p>Hi, </p>
<p>I&#8217;ve been getting into trouble with midi objects automatically selecting an in or out when their designated port doesn&#8217;t exist.. I don&#8217;t always have all my (USB) hardware with me and things go a little unpredictable..</p>
<p>somy patch now creates a virtual &#8216;dummyin&#8217; and &#8216;dummyout&#8217; midiport: when the &#8216;right&#8217;port (the hardware) is not available, I route the ins and outs to the dummyports that don&#8217;t connect to anything.</p>
<p>BUT I was on the (excellent) Max Advanced course last week by Sebastian Lexer &#8211; and saw a [enable $1] going into midi objects. </p>
<p>Is this enable function for midi objects &#8216;official&#8217;? It would make my patch cleaner but I don&#8217;t want to use it if it may not work in future generations. There is no mention of &#8216;enable&#8217; in the documentation (other than in the &#8216;pcontrol&#8217; context which is not what I want to use)</p>
<p>Thanks!</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/undocumented-or-unsupported-midi-object-enable-01/#post-93388</guid>
					<title><![CDATA[Re: undocumented or unsupported? midi object enable 0/1]]></title>
					<link>http://cycling74.com/forums/topic/undocumented-or-unsupported-midi-object-enable-01/#post-93388</link>
					<pubDate>Wed, 25 Jul 2012 20:34:32 +0000</pubDate>
					<dc:creator>Florent Ghys</dc:creator>

					<description>
						<![CDATA[
						<p>so you want to be able to change to incoming port of Max objects such as notein midiin&#8230; right?<br />
you can have a general receive to these objects and lodbang a [port blablabla] message<br />
then if you don&#8217;t have your blablabla gear you just send a [port bliblibli] message in order to use your bliblibli gear<br />
hope this answers your question</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/undocumented-or-unsupported-midi-object-enable-01/#post-93389</guid>
					<title><![CDATA[Re: undocumented or unsupported? midi object enable 0/1]]></title>
					<link>http://cycling74.com/forums/topic/undocumented-or-unsupported-midi-object-enable-01/#post-93389</link>
					<pubDate>Thu, 26 Jul 2012 01:44:41 +0000</pubDate>
					<dc:creator>basvlk</dc:creator>

					<description>
						<![CDATA[
						<p>Hi Florent, it&#8217;s actually a little different: I have a patch (part of a system of patches) that communicates with the launchpad. So with a loadbang I set the midi objects to the launchpad port.</p>
<p>BUT if the the launchpad is not present, these midi objects automatically default to other midi in and out ports, with unpredictable results. So I want to be able to switch them off if the port does not exist (eg when the device is not plugged in)</p>
<p>I used to do it by assigning dummy ports to make suer that there was nothing going wrong, but I&#8217;d rather completely switch them off.. which seems to be possible (it works) but it is not mentioned anywhere in the documentation. I want to know if it is &#8216;supported&#8217; (futureproof) or not (it happens to work right now, but who knows what will happen in the next version of Max)</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/undocumented-or-unsupported-midi-object-enable-01/#post-93390</guid>
					<title><![CDATA[Re: undocumented or unsupported? midi object enable 0/1]]></title>
					<link>http://cycling74.com/forums/topic/undocumented-or-unsupported-midi-object-enable-01/#post-93390</link>
					<pubDate>Thu, 26 Jul 2012 07:40:35 +0000</pubDate>
					<dc:creator>Florent Ghys</dc:creator>

					<description>
						<![CDATA[
						<p>I never heard about [enable $1] to midi objects.  It should be documented somewhere.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/undocumented-or-unsupported-midi-object-enable-01/#post-93391</guid>
					<title><![CDATA[Re: undocumented or unsupported? midi object enable 0/1]]></title>
					<link>http://cycling74.com/forums/topic/undocumented-or-unsupported-midi-object-enable-01/#post-93391</link>
					<pubDate>Thu, 26 Jul 2012 09:35:44 +0000</pubDate>
					<dc:creator>broc</dc:creator>

					<description>
						<![CDATA[
						<p>I&#8217;ve just checked and found that enable 0/1 works for all midi input objects, even in M4L.<br />
But it must be used carefully to avoid hanging notes.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/undocumented-or-unsupported-midi-object-enable-01/#post-93392</guid>
					<title><![CDATA[Re: undocumented or unsupported? midi object enable 0/1]]></title>
					<link>http://cycling74.com/forums/topic/undocumented-or-unsupported-midi-object-enable-01/#post-93392</link>
					<pubDate>Fri, 27 Jul 2012 14:27:25 +0000</pubDate>
					<dc:creator>basvlk</dc:creator>

					<description>
						<![CDATA[
						<p>Exactly! So I was quite excited to learn that this works &#8211; I could use it well. BUT I don&#8217;t want to start using it if it is offically unsupported and it will stop working in future versions. Hence my question&#8230;</p>
<p>Is there any way to attract attention from MAX/MSP guys on this list?</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/undocumented-or-unsupported-midi-object-enable-01/#post-93393</guid>
					<title><![CDATA[Re: undocumented or unsupported? midi object enable 0/1]]></title>
					<link>http://cycling74.com/forums/topic/undocumented-or-unsupported-midi-object-enable-01/#post-93393</link>
					<pubDate>Fri, 27 Jul 2012 18:21:02 +0000</pubDate>
					<dc:creator>Ben Bracken</dc:creator>

					<description>
						<![CDATA[
						<p>It has been intentionally omitted from the reference.</p>
<p>Although it does basically work, I would not rely on it remaining a valid message to midi objects. </p>
<p>Without knowing your exact issue, it seems like a simple gate or something could be used instead.</p>
<p>-Ben</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/undocumented-or-unsupported-midi-object-enable-01/#post-93394</guid>
					<title><![CDATA[Re: undocumented or unsupported? midi object enable 0/1]]></title>
					<link>http://cycling74.com/forums/topic/undocumented-or-unsupported-midi-object-enable-01/#post-93394</link>
					<pubDate>Tue, 31 Jul 2012 10:51:33 +0000</pubDate>
					<dc:creator>basvlk</dc:creator>

					<description>
						<![CDATA[
						<p>Thanks Ben! that&#8217;s really useful. Just FYI, the issue is that I have part of my setup responding to hardware controllers that may or may not be present (I don&#8217;t always bring all my great to a gig).</p>
<p>I set the midiports during an initialisation routine &#8211; but when that port doesn&#8217;t exist the midi object automatically takes a different input causing all kinds of unpredictable behaviour. it seemed &#8216;cleaner&#8217; to me to just switch the object off (which is why I got a little excited :-) ) then to put a gate after it, or like I did, to assign it to a virtual &#8216;dummy&#8217; input.</p>
<p>Cheers!</p>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

