<?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: How-to script Modify Read-Only ?</title>
		<atom:link href="http://cycling74.com/forums/topic/how-to-script-modify-read-only/feed" rel="self" type="application/rss+xml" />
		<link>http://cycling74.com/forums/topic/how-to-script-modify-read-only/feed</link>
		<description></description>
		<pubDate>Tue, 18 Jun 2013 23:03:16 +0000</pubDate>
		<generator>http://bbpress.org/?v=2.2.4</generator>
		<language></language>

		
														
					
				<item>
					<guid>http://cycling74.com/forums/topic/how-to-script-modify-read-only/#post-66010</guid>
					<title><![CDATA[How-to script Modify Read-Only ?]]></title>
					<link>http://cycling74.com/forums/topic/how-to-script-modify-read-only/#post-66010</link>
					<pubDate>Fri, 11 Jan 2013 10:36:14 +0000</pubDate>
					<dc:creator>Thomas Goepfer</dc:creator>

					<description>
						<![CDATA[
						<p>Hi gang, </p>
<p>A little description on my problem : I have some bpatchers inside poly~ objects. If I need to modify a bpatcher, I have to :</p>
<p>- double click on poly~ object<br />
- press alt-cmd-m to modify read only<br />
- press cmd-e to enter edit mode<br />
- right-click on bpatcher object, and select &#8220;New View of blabla&#8221;<br />
- press alt-cmd-m to modify read only<br />
- press cmd-e to enter edit mode<br />
- press cmd-alt-e to exit presentation mode<br />
- tada !!!</p>
<p>Maybe I&#8217;m kind of lazy, but it&#8217;s but&#8230; boring every time ;)<br />
That&#8217;s why I&#8217;m looking for a way to script all this procedure.<br />
With Javascript, Patcher Object seems to have just a &#8220;locked&#8221; propertie, and no &#8220;Modify Read-Only&#8221;. How to access to this functionality ?<br />
Is there a way ? An hidden method/message/propertie ?!</p>
<p>Thanks !<br />
_TG</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/how-to-script-modify-read-only/#post-237672</guid>
					<title><![CDATA[Re: How-to script Modify Read-Only ?]]></title>
					<link>http://cycling74.com/forums/topic/how-to-script-modify-read-only/#post-237672</link>
					<pubDate>Fri, 11 Jan 2013 18:58:24 +0000</pubDate>
					<dc:creator>gwsounddsg</dc:creator>

					<description>
						<![CDATA[
						<p>If you&#8217;re using Max 6, right click on the bpatcher (or an abstraction as well) and goto Object > Open Original.  This will open the original patch and allow you to edit it.  It may not be a fancy script, but I&#8217;ve found it much easier.</p>
<p>GW</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/how-to-script-modify-read-only/#post-237673</guid>
					<title><![CDATA[Re: How-to script Modify Read-Only ?]]></title>
					<link>http://cycling74.com/forums/topic/how-to-script-modify-read-only/#post-237673</link>
					<pubDate>Sat, 12 Jan 2013 10:49:04 +0000</pubDate>
					<dc:creator>Thomas Goepfer</dc:creator>

					<description>
						<![CDATA[
						<p>Yep, by scripting, it is possible to find the name of the bpatcher/abstraction, and open the original .maxpat file.<br />
But I don&#8217;t want to edit the original bpatch (or abstraction)&#8230; It&#8217;s a part of a debug workflow, I want to edit a new view of the bpatch/abstraction !<br />
And to script it&#8230; ;)</p>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

