<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: How To Send A Tweet From Max/MSP { sound + tutorial }</title>
	<atom:link href="http://www.soundplusdesign.com/?feed=rss2&#038;p=1779" rel="self" type="application/rss+xml" />
	<link>http://www.soundplusdesign.com/?p=1779</link>
	<description>Social Sound Design</description>
	<lastBuildDate>Sun, 05 Sep 2010 15:38:52 -0600</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: synnys</title>
		<link>http://www.soundplusdesign.com/?p=1779&#038;cpage=1#comment-7879</link>
		<dc:creator>synnys</dc:creator>
		<pubDate>Wed, 11 Aug 2010 10:02:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.soundplusdesign.com/?p=1779#comment-7879</guid>
		<description>one of the main reasons i can&#039;t downgrade to 5.08 is it&#039;s lack of maxforlive functionality which was comes only in 5.1.1 and above and i wanna tweet from within ableton! :P</description>
		<content:encoded><![CDATA[<p>one of the main reasons i can&#8217;t downgrade to 5.08 is it&#8217;s lack of maxforlive functionality which was comes only in 5.1.1 and above and i wanna tweet from within ableton! <img src='http://www.soundplusdesign.com/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrew Spitz</title>
		<link>http://www.soundplusdesign.com/?p=1779&#038;cpage=1#comment-7877</link>
		<dc:creator>Andrew Spitz</dc:creator>
		<pubDate>Tue, 10 Aug 2010 08:58:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.soundplusdesign.com/?p=1779#comment-7877</guid>
		<description>Hey Sunnys, thanks for pointing that out. URI is fine though, that&#039;s not the issue. I think the issue is to do with Snow Leopard&#039;s 64bit java and ajm.ruby not being updated for that. Not 100% sure though. Didn&#039;t the ajm.objects where updated, good to know. Pity that doesn&#039;t solve the issue.</description>
		<content:encoded><![CDATA[<p>Hey Sunnys, thanks for pointing that out. URI is fine though, that&#8217;s not the issue. I think the issue is to do with Snow Leopard&#8217;s 64bit java and ajm.ruby not being updated for that. Not 100% sure though. Didn&#8217;t the ajm.objects where updated, good to know. Pity that doesn&#8217;t solve the issue.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: synnys</title>
		<link>http://www.soundplusdesign.com/?p=1779&#038;cpage=1#comment-7869</link>
		<dc:creator>synnys</dc:creator>
		<pubDate>Sun, 08 Aug 2010 07:43:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.soundplusdesign.com/?p=1779#comment-7869</guid>
		<description>ajm.ruby: could not evaluate: require &#039;net/http&#039; require &#039;uri&#039; $url = $url.delete(&#039; &#039;) puts $url res = Net::HTTP.post_form(URI.parse($url), {&#039;status&#039; =&gt; $message}) if res.code == &#039;200&#039; then out1(Sent!) else out1(Error! (#{res.code}: #{res.message})) end


in the first line it says &#039;uri&#039; shouldn&#039;t that be url?</description>
		<content:encoded><![CDATA[<p>ajm.ruby: could not evaluate: require &#8216;net/http&#8217; require &#8216;uri&#8217; $url = $url.delete(&#8217; &#8216;) puts $url res = Net::HTTP.post_form(URI.parse($url), {&#8217;status&#8217; =&gt; $message}) if res.code == &#8216;200&#8242; then out1(Sent!) else out1(Error! (#{res.code}: #{res.message})) end</p>
<p>in the first line it says &#8216;uri&#8217; shouldn&#8217;t that be url?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: synnys</title>
		<link>http://www.soundplusdesign.com/?p=1779&#038;cpage=1#comment-7867</link>
		<dc:creator>synnys</dc:creator>
		<pubDate>Sun, 08 Aug 2010 07:33:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.soundplusdesign.com/?p=1779#comment-7867</guid>
		<description>the ajm.ruby object has been updated (download here: http://groups.google.com/group/ajm-objects)

the error @baudry gave remains the same

any suggestions anyone?</description>
		<content:encoded><![CDATA[<p>the ajm.ruby object has been updated (download here: <a href="http://groups.google.com/group/ajm-objects)" rel="nofollow">http://groups.google.com/group/ajm-objects)</a></p>
<p>the error @baudry gave remains the same</p>
<p>any suggestions anyone?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrew Spitz</title>
		<link>http://www.soundplusdesign.com/?p=1779&#038;cpage=1#comment-7645</link>
		<dc:creator>Andrew Spitz</dc:creator>
		<pubDate>Sun, 04 Jul 2010 14:23:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.soundplusdesign.com/?p=1779#comment-7645</guid>
		<description>@Baudry The script should work. Apparently the latest update of Max/MSP doesn&#039;t work with [ajm.ruby], which might be the cause of your issues. Try downgrading Max and see if that fixes the issue. I&#039;m on version 5.1.1 and it works.</description>
		<content:encoded><![CDATA[<p>@Baudry The script should work. Apparently the latest update of Max/MSP doesn&#8217;t work with [ajm.ruby], which might be the cause of your issues. Try downgrading Max and see if that fixes the issue. I&#8217;m on version 5.1.1 and it works.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Baudry</title>
		<link>http://www.soundplusdesign.com/?p=1779&#038;cpage=1#comment-7643</link>
		<dc:creator>Baudry</dc:creator>
		<pubDate>Sun, 04 Jul 2010 00:08:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.soundplusdesign.com/?p=1779#comment-7643</guid>
		<description>Thanks for your idea!
Hello I&#039;woudlike to know if I must modify anything in these  script to send tweet 

require &#039;net/http&#039;
require &#039;uri&#039;

$url = $url.delete(&#039; &#039;)
puts $url
res = Net::HTTP.post_form(URI.parse($url),
		{&#039;status&#039; =&gt; $message})

if res.code == &#039;200&#039; then
  out1(&quot;Sent!&quot;) 
else
  out1(&quot;Error! (#{res.code}: #{res.message})&quot;)
end


I see in a max window:
 ajm.ruby: could not evaluate: require &#039;net/http&#039; require &#039;uri&#039; $url = $url.delete(&#039; &#039;) puts $url res = Net::HTTP.post_form(URI.parse($url), {&#039;status&#039; =&gt; $message}) if res.code == &#039;200&#039; then out1(Sent!) else out1(Error! (#{res.code}: #{res.message})) end</description>
		<content:encoded><![CDATA[<p>Thanks for your idea!<br />
Hello I&#8217;woudlike to know if I must modify anything in these  script to send tweet </p>
<p>require &#8216;net/http&#8217;<br />
require &#8216;uri&#8217;</p>
<p>$url = $url.delete(&#8217; &#8216;)<br />
puts $url<br />
res = Net::HTTP.post_form(URI.parse($url),<br />
		{&#8217;status&#8217; =&gt; $message})</p>
<p>if res.code == &#8216;200&#8242; then<br />
  out1(&#8221;Sent!&#8221;)<br />
else<br />
  out1(&#8221;Error! (#{res.code}: #{res.message})&#8221;)<br />
end</p>
<p>I see in a max window:<br />
 ajm.ruby: could not evaluate: require &#8216;net/http&#8217; require &#8216;uri&#8217; $url = $url.delete(&#8217; &#8216;) puts $url res = Net::HTTP.post_form(URI.parse($url), {&#8217;status&#8217; =&gt; $message}) if res.code == &#8216;200&#8242; then out1(Sent!) else out1(Error! (#{res.code}: #{res.message})) end</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrew Spitz</title>
		<link>http://www.soundplusdesign.com/?p=1779&#038;cpage=1#comment-7245</link>
		<dc:creator>Andrew Spitz</dc:creator>
		<pubDate>Thu, 17 Jun 2010 09:27:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.soundplusdesign.com/?p=1779#comment-7245</guid>
		<description>@Aaron cool project. Thanks for sharing it. I&#039;ve been waiting to update Max/MSP for that exact reason. I hope Adam updates it soon.</description>
		<content:encoded><![CDATA[<p>@Aaron cool project. Thanks for sharing it. I&#8217;ve been waiting to update Max/MSP for that exact reason. I hope Adam updates it soon.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aaron Oppenheim</title>
		<link>http://www.soundplusdesign.com/?p=1779&#038;cpage=1#comment-7195</link>
		<dc:creator>Aaron Oppenheim</dc:creator>
		<pubDate>Wed, 16 Jun 2010 00:24:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.soundplusdesign.com/?p=1779#comment-7195</guid>
		<description>Just put up some documentation of a project I did using your patch, generating gibberish tweets through a needlessly complex text-to-speech-to-text process. There&#039;s a page for it up at http://www.aaronoppenheim.com/?page_id=241

Thanks muchly for the work you did. I had to downgrade to Max 5.08 to get it running though, hopefully ajm.ruby will be updated soon.</description>
		<content:encoded><![CDATA[<p>Just put up some documentation of a project I did using your patch, generating gibberish tweets through a needlessly complex text-to-speech-to-text process. There&#8217;s a page for it up at <a href="http://www.aaronoppenheim.com/?page_id=241" rel="nofollow">http://www.aaronoppenheim.com/?page_id=241</a></p>
<p>Thanks muchly for the work you did. I had to downgrade to Max 5.08 to get it running though, hopefully ajm.ruby will be updated soon.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrew Spitz</title>
		<link>http://www.soundplusdesign.com/?p=1779&#038;cpage=1#comment-5789</link>
		<dc:creator>Andrew Spitz</dc:creator>
		<pubDate>Thu, 04 Feb 2010 19:14:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.soundplusdesign.com/?p=1779#comment-5789</guid>
		<description>Oh, good to know! Thanks for telling me. cause I need some of the ajm objects for something I&#039;m soon compiling... so I won&#039;t update! Curious to see what you&#039;re up to if you wanna share.</description>
		<content:encoded><![CDATA[<p>Oh, good to know! Thanks for telling me. cause I need some of the ajm objects for something I&#8217;m soon compiling&#8230; so I won&#8217;t update! Curious to see what you&#8217;re up to if you wanna share.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joe</title>
		<link>http://www.soundplusdesign.com/?p=1779&#038;cpage=1#comment-5786</link>
		<dc:creator>Joe</dc:creator>
		<pubDate>Thu, 04 Feb 2010 16:42:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.soundplusdesign.com/?p=1779#comment-5786</guid>
		<description>Thanks Andrew, 

Actually I&#039;ve been emailing with Adam and I think its an issue with the newest update of Max and the ruby object.  Hopefully he&#039;ll have some time to fix it, and it gets resolved, but for now, i think one must remain on the previous version of Max to get this to work.  

Thanks again!</description>
		<content:encoded><![CDATA[<p>Thanks Andrew, </p>
<p>Actually I&#8217;ve been emailing with Adam and I think its an issue with the newest update of Max and the ruby object.  Hopefully he&#8217;ll have some time to fix it, and it gets resolved, but for now, i think one must remain on the previous version of Max to get this to work.  </p>
<p>Thanks again!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
