<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Best way to send OSC messages from Pure Data??]]></title><description><![CDATA[<p>Hi,</p>
<p>I am trying to send float data from Pure Data to processing. After searching around I see a lot of methods using [sendOSC], but i am on Vanilla and don't have that. I tried [netsend] but haven't had any luck with that.</p>
<p>in Max I use a number box(sending float data) to   [prepend /ramp1]  connected to [udpsend 127.0.0.1 12000] to send a value called ramp1 on network channel 12000.</p>
<p>Does anyone know how to do this in Pd?</p>
<p>Thanks, Nick</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/12282/best-way-to-send-osc-messages-from-pure-data</link><generator>RSS for Node</generator><lastBuildDate>Tue, 14 Jul 2026 22:19:20 GMT</lastBuildDate><atom:link href="http://forum.pdpatchrepo.info/topic/12282.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 05 Sep 2019 03:56:41 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Best way to send OSC messages from Pure Data?? on Thu, 05 Sep 2019 03:56:41 GMT]]></title><description><![CDATA[<p>Hi,</p>
<p>I am trying to send float data from Pure Data to processing. After searching around I see a lot of methods using [sendOSC], but i am on Vanilla and don't have that. I tried [netsend] but haven't had any luck with that.</p>
<p>in Max I use a number box(sending float data) to   [prepend /ramp1]  connected to [udpsend 127.0.0.1 12000] to send a value called ramp1 on network channel 12000.</p>
<p>Does anyone know how to do this in Pd?</p>
<p>Thanks, Nick</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/12282/best-way-to-send-osc-messages-from-pure-data</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/12282/best-way-to-send-osc-messages-from-pure-data</guid><dc:creator><![CDATA[nicnut]]></dc:creator><pubDate>Thu, 05 Sep 2019 03:56:41 GMT</pubDate></item><item><title><![CDATA[Reply to Best way to send OSC messages from Pure Data?? on Thu, 05 Sep 2019 04:57:41 GMT]]></title><description><![CDATA[<p><a class="plugin-mentions-a" href="http://forum.pdpatchrepo.info/user/nicnut">@nicnut</a> this seems to work<br />
<img src="/uploads/files/1567659449523-image.png" alt="image.png" class="img-responsive img-markdown" /></p>
]]></description><link>http://forum.pdpatchrepo.info/topic/12282/best-way-to-send-osc-messages-from-pure-data/2</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/12282/best-way-to-send-osc-messages-from-pure-data/2</guid><dc:creator><![CDATA[Balwyn]]></dc:creator><pubDate>Thu, 05 Sep 2019 04:57:41 GMT</pubDate></item><item><title><![CDATA[Reply to Best way to send OSC messages from Pure Data?? on Thu, 05 Sep 2019 05:46:34 GMT]]></title><description><![CDATA[<p>Hi <a class="plugin-mentions-a" href="http://forum.pdpatchrepo.info/user/balwyn">@Balwyn</a>,</p>
<p>thanks for the reply. I used your method and I can see the messages in the Terminal. (I'm on a Mac) and I can see the messages coming in the Pd window using netreceive. But I can't get them into processing. I'm trying to quit applications and restart them but still not getting any results.<br />
I am getting data in from Max, so I know the Procession part is working, just no data from Pd. I think I will keep messing with the formatting of the netsend.</p>
<p>thanks, let me know if you have any suggestions.</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/12282/best-way-to-send-osc-messages-from-pure-data/3</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/12282/best-way-to-send-osc-messages-from-pure-data/3</guid><dc:creator><![CDATA[nicnut]]></dc:creator><pubDate>Thu, 05 Sep 2019 05:46:34 GMT</pubDate></item><item><title><![CDATA[Reply to Best way to send OSC messages from Pure Data?? on Thu, 05 Sep 2019 06:09:56 GMT]]></title><description><![CDATA[<p><img src="/uploads/files/1567663739542-oscsend.jpg" alt="oscSend.jpg" class="img-responsive img-markdown" /></p>
<p>OK I think I got it. I had to format it like this. I got this and modified it from the examples that are in the docs folder.</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/12282/best-way-to-send-osc-messages-from-pure-data/4</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/12282/best-way-to-send-osc-messages-from-pure-data/4</guid><dc:creator><![CDATA[nicnut]]></dc:creator><pubDate>Thu, 05 Sep 2019 06:09:56 GMT</pubDate></item><item><title><![CDATA[Reply to Best way to send OSC messages from Pure Data?? on Thu, 05 Sep 2019 08:08:54 GMT]]></title><description><![CDATA[<p><a class="plugin-mentions-a" href="http://forum.pdpatchrepo.info/user/nicnut">@nicnut</a> Hi again<br />
I have never used Processing, so I downloaded it added a udp library via the contributions manager and did some tests with my Pd patch and all it worked fine<br />
The sketch folder also has a Pd patch udp.pd.</p>
<p>You may or may not be using this library though!<br />
I thought this may be of interest</p>
<p>The example sketch also contained these comments<br />
/**</p>
<ul>
<li>(./) udp.pde - how to use UDP library as unicast connection</li>
<li>(cc) 2006, Cousot stephane for The Atelier Hypermedia</li>
<li>(-&gt;) <a href="http://hypermedia.loeil.org/processing/" rel="nofollow">http://hypermedia.loeil.org/processing/</a></li>
<li></li>
<li>Create a communication between Processing&lt;-&gt;Pure Data @ <a href="http://puredata.info/" rel="nofollow">http://puredata.info/</a></li>
<li>This program also requires to run a small program on Pd to exchange data</li>
<li>(hum!!! for a complete experimentation), you can find the related Pd patch</li>
<li>at <a href="http://hypermedia.loeil.org/processing/udp.pd" rel="nofollow">http://hypermedia.loeil.org/processing/udp.pd</a></li>
<li></li>
<li>-- note that all Pd input/output messages are completed with the characters</li>
<li>&quot;;\n&quot;. Don't refer to this notation for a normal use. --<br />
*/</li>
</ul>
]]></description><link>http://forum.pdpatchrepo.info/topic/12282/best-way-to-send-osc-messages-from-pure-data/5</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/12282/best-way-to-send-osc-messages-from-pure-data/5</guid><dc:creator><![CDATA[Balwyn]]></dc:creator><pubDate>Thu, 05 Sep 2019 08:08:54 GMT</pubDate></item><item><title><![CDATA[Reply to Best way to send OSC messages from Pure Data?? on Thu, 05 Sep 2019 14:21:14 GMT]]></title><description><![CDATA[<p><a class="plugin-mentions-a" href="http://forum.pdpatchrepo.info/user/balwyn">@Balwyn</a>, Wow. Good to know! I got my patch working now, but I'll try out the upd library.</p>
<p>I'm using OscP5 library in Processing</p>
<p>Thank you!</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/12282/best-way-to-send-osc-messages-from-pure-data/6</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/12282/best-way-to-send-osc-messages-from-pure-data/6</guid><dc:creator><![CDATA[nicnut]]></dc:creator><pubDate>Thu, 05 Sep 2019 14:21:14 GMT</pubDate></item></channel></rss>