<?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[Midi In and Out]]></title><description><![CDATA[<p>I have been using PD for a while now to control my digital mixer remotely via midi. Currently I have a patch that simply mirrors my mixer setting with sliders and toggles etc. It simply reads and displays the incoming midi data. I want to create a two way street where I can control the mixer from the computer by sending midi data. The problem I'm having is that if I use ctlin for the input of a slider and ctlout for the same slider it creates an infinte loop and the fader starts jumping everywhere. I solved the problem by creating two sliders, one for in and one for out. Is there anyway to make this work by using only one slider?</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/4570/midi-in-and-out</link><generator>RSS for Node</generator><lastBuildDate>Tue, 21 Apr 2026 11:10:56 GMT</lastBuildDate><atom:link href="http://forum.pdpatchrepo.info/topic/4570.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 27 Dec 2010 23:05:11 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Midi In and Out on Mon, 27 Dec 2010 23:05:11 GMT]]></title><description><![CDATA[<p>I have been using PD for a while now to control my digital mixer remotely via midi. Currently I have a patch that simply mirrors my mixer setting with sliders and toggles etc. It simply reads and displays the incoming midi data. I want to create a two way street where I can control the mixer from the computer by sending midi data. The problem I'm having is that if I use ctlin for the input of a slider and ctlout for the same slider it creates an infinte loop and the fader starts jumping everywhere. I solved the problem by creating two sliders, one for in and one for out. Is there anyway to make this work by using only one slider?</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/4570/midi-in-and-out</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/4570/midi-in-and-out</guid><dc:creator><![CDATA[djred2000]]></dc:creator><pubDate>Mon, 27 Dec 2010 23:05:11 GMT</pubDate></item><item><title><![CDATA[Reply to Midi In and Out on Tue, 28 Dec 2010 00:54:22 GMT]]></title><description><![CDATA[<p>unfortunately, due to the nature of PD's GUI, it's not possible to achieve this with one slider, but there might be a hack way to do it....</p>
<p>create two sliders, hook one from the ctlin, and hook the other into ctlout, go into the properties of the ctlout slider and set to 'jump to click'. place the ctlin slider on top of the ctlout slider. (the slider that is created last will be the one that sits on top). Now, you should see the slider move on incoming data, and clicking on the (hidden) slider should send out data. there is no loop here because we haven't physically connected ctlin to ctlout <img class="emoji emoji-extended" src="http://forum.pdpatchrepo.info/plugins/nodebb-plugin-emoji-extended/images/grinning.png" title=":)" alt=":)" /> - i hope this works. i just thought it up.</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/4570/midi-in-and-out/2</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/4570/midi-in-and-out/2</guid><dc:creator><![CDATA[arif]]></dc:creator><pubDate>Tue, 28 Dec 2010 00:54:22 GMT</pubDate></item><item><title><![CDATA[Reply to Midi In and Out on Tue, 28 Dec 2010 16:24:27 GMT]]></title><description><![CDATA[<p>You can't see the slider move on the patch when you move it with the mouse but it does work as advertised. Thanks much!</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/4570/midi-in-and-out/3</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/4570/midi-in-and-out/3</guid><dc:creator><![CDATA[djred2000]]></dc:creator><pubDate>Tue, 28 Dec 2010 16:24:27 GMT</pubDate></item><item><title><![CDATA[Reply to Midi In and Out on Tue, 28 Dec 2010 18:59:22 GMT]]></title><description><![CDATA[<p>Or you could just use the [set( message for you sliders. That will update the gui without sending out its value, so the loop will stop:</p>
<p>[ctlin]<br />
|<br />
[set $1(<br />
|<br />
[vslider]</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/4570/midi-in-and-out/4</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/4570/midi-in-and-out/4</guid><dc:creator><![CDATA[Maelstorm]]></dc:creator><pubDate>Tue, 28 Dec 2010 18:59:22 GMT</pubDate></item><item><title><![CDATA[Reply to Midi In and Out on Tue, 28 Dec 2010 20:28:56 GMT]]></title><description><![CDATA[<p>oh great! nice one maelstrom.</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/4570/midi-in-and-out/5</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/4570/midi-in-and-out/5</guid><dc:creator><![CDATA[arif]]></dc:creator><pubDate>Tue, 28 Dec 2010 20:28:56 GMT</pubDate></item><item><title><![CDATA[Reply to Midi In and Out on Fri, 31 Dec 2010 00:51:52 GMT]]></title><description><![CDATA[<p>Works Great!</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/4570/midi-in-and-out/6</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/4570/midi-in-and-out/6</guid><dc:creator><![CDATA[djred2000]]></dc:creator><pubDate>Fri, 31 Dec 2010 00:51:52 GMT</pubDate></item></channel></rss>