<?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[MicroKorg Controller]]></title><description><![CDATA[<p>Hey all,</p>
<p>I was sick of the fiddly process behind programming a microkorg O0TB due to excessive menu diving and stuff, so I decided I'd map all (most of) its parameters to PD.</p>
<p>Anyway, if anyone wants to use it themselves it's here for your taking.</p>
<p>I still need to nut out the patching stuff, which uses NRPN messages (a bit of a hassle, will get around to it though), but everything else is pretty much done now, I think..</p>
<p>anyways, this community has helped me with so much I just wanted to say thanks!</p>
<p>Hope someone gets some use out of this <img class="emoji emoji-extended" src="http://forum.pdpatchrepo.info/plugins/nodebb-plugin-emoji-extended/images/smiley.png" title=":D" alt=":D" /></p>
<p>peace</p>
<p><a href="/uploads/files/1455959353344-microkorgcontroller1.pd">microkorgcontroller1.pd</a></p>
]]></description><link>http://forum.pdpatchrepo.info/topic/9848/microkorg-controller</link><generator>RSS for Node</generator><lastBuildDate>Tue, 21 Apr 2026 16:42:51 GMT</lastBuildDate><atom:link href="http://forum.pdpatchrepo.info/topic/9848.rss" rel="self" type="application/rss+xml"/><pubDate>Sat, 20 Feb 2016 09:09:25 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to MicroKorg Controller on Sat, 20 Feb 2016 09:09:25 GMT]]></title><description><![CDATA[<p>Hey all,</p>
<p>I was sick of the fiddly process behind programming a microkorg O0TB due to excessive menu diving and stuff, so I decided I'd map all (most of) its parameters to PD.</p>
<p>Anyway, if anyone wants to use it themselves it's here for your taking.</p>
<p>I still need to nut out the patching stuff, which uses NRPN messages (a bit of a hassle, will get around to it though), but everything else is pretty much done now, I think..</p>
<p>anyways, this community has helped me with so much I just wanted to say thanks!</p>
<p>Hope someone gets some use out of this <img class="emoji emoji-extended" src="http://forum.pdpatchrepo.info/plugins/nodebb-plugin-emoji-extended/images/smiley.png" title=":D" alt=":D" /></p>
<p>peace</p>
<p><a href="/uploads/files/1455959353344-microkorgcontroller1.pd">microkorgcontroller1.pd</a></p>
]]></description><link>http://forum.pdpatchrepo.info/topic/9848/microkorg-controller</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/9848/microkorg-controller</guid><dc:creator><![CDATA[Mdns]]></dc:creator><pubDate>Sat, 20 Feb 2016 09:09:25 GMT</pubDate></item><item><title><![CDATA[Reply to MicroKorg Controller on Sat, 20 Feb 2016 09:14:24 GMT]]></title><description><![CDATA[<p>I'm not sure why but the switcher object wont work (if anyone can explain how I can save my Pure Data files somewhere that isn't its root folder in program files and still retain all of the libraries and shit I'd be most grateful), but for simplicity's sake I'll just upload the switcher abstraction too. Just put it in a folder with the microkorg patch.</p>
<ul>
<li><a href="/uploads/files/1455959487936-switcher.pd">switcher.pd</a></li>
</ul>
<p>Oh, I almost forgot. Just want to credit Yagiz Mungan who wrote Algorithmic Composition and Pure Data. I'm pretty sure I based the scale generator off of his .pdf on the topic. Having said that I have a strong feeling that I pinched that abstraction from another post on this forum. I'd love to give credit to the dude/dudette who uploaded it but I can't find their post at the minute. If anyone knows where it came from lemme know and I'll credit them <img class="emoji emoji-extended" src="http://forum.pdpatchrepo.info/plugins/nodebb-plugin-emoji-extended/images/smiley.png" title=":D" alt=":D" /></p>
<p>peace fo reals this time!</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/9848/microkorg-controller/2</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/9848/microkorg-controller/2</guid><dc:creator><![CDATA[Mdns]]></dc:creator><pubDate>Sat, 20 Feb 2016 09:14:24 GMT</pubDate></item><item><title><![CDATA[Reply to MicroKorg Controller on Sat, 20 Feb 2016 10:50:10 GMT]]></title><description><![CDATA[<p><a class="plugin-mentions-a" href="http://forum.pdpatchrepo.info/user/mdns">@Mdns</a> Hello again....<br />
When you say switcher.pd won't work do you mean it shows a red box.  It works for me just fine (I know that doesn't help!)............<br />
But you will always need to upload any abstractions that you have created that are used in your &quot;master patch&quot;<br />
You will see that the easiest way to do that is to make a zip folder of all of the necessary bits and upload that.</p>
<p>It seems that you are still having &quot;path&quot; problems.  They are probably the most common problems along with getting audio to work properly.</p>
<p>Try this.<br />
Now that you have found (I hope) where all of the patches you had made had been hidden.... make a folder on your desktop and copy them there..... do NOT have any spaces in the folder name!!<br />
Then open (from the menu at the top of the main (Terminal) Pd window...... select &quot;Edit&quot; &quot;Preferences&quot; and you will see a pop-up window like this.......<img src="/uploads/files/1455961668423-preferences.jpg" alt="preferences.JPG" class="img-responsive img-markdown" /><br />
Add the &quot;path&quot; to your new desktop folder and click apply/ok.  Close the window, open it again...is your path still there? It's a bit temperamental...... probably restart Pd and check again</p>
<p>Hopefully now everything in your new folder will work (your patches) and most of the Pd objects as well, and all subfolders that you create inside your new folder.  If you add C:/users/xxxx/desktop to the paths then any pd patch on your desktop should work.</p>
<p>When Pd opens some of its paths are not active (/extra/mrpeach for example).  You can force Pd to find the objects in that folder by putting an object into your patch.... [import mrpeach].  Anything in that folder will then work......<br />
You can also include the path to the object in it's name...... [mrpeach/dumpOSC xxxx] for example.</p>
<p>Let us know how you get on....... whether that helps or whether you still have problems...<br />
David.</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/9848/microkorg-controller/3</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/9848/microkorg-controller/3</guid><dc:creator><![CDATA[whale-av]]></dc:creator><pubDate>Sat, 20 Feb 2016 10:50:10 GMT</pubDate></item><item><title><![CDATA[Reply to MicroKorg Controller on Sat, 20 Feb 2016 11:29:55 GMT]]></title><description><![CDATA[<p><a class="plugin-mentions-a" href="http://forum.pdpatchrepo.info/user/whale-av">@whale-av</a></p>
<p>Hey whale. Thanks for taking the time to help me out on this one. Unfortunately, I followed what you suuggested in previous step to no avail. I'm literally stumped. I used the 'save as' to determine the file location and it says its in /programfile(x86)/pd however when I navigate there the files are not there....</p>
<p>I also did a search of one of the files saved to that directory location and could not find it. It's not coming up on my computer. for some reason only the p.d browser can 'see' these files. No idea what to do.</p>
<p>Thanks for your help though with the file path thing, I tried that and it didn't work either. At a loss hey.</p>
<p>But really aprreciate your help!</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/9848/microkorg-controller/4</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/9848/microkorg-controller/4</guid><dc:creator><![CDATA[Mdns]]></dc:creator><pubDate>Sat, 20 Feb 2016 11:29:55 GMT</pubDate></item><item><title><![CDATA[Reply to MicroKorg Controller on Sat, 20 Feb 2016 11:32:59 GMT]]></title><description><![CDATA[<p><a class="plugin-mentions-a" href="http://forum.pdpatchrepo.info/user/whale-av">@whale-av</a></p>
<p>I've tried 'show hidden files' too. I also just tried copying the files from the window inside P.D but windows tells me it can't find the files...No idea.</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/9848/microkorg-controller/5</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/9848/microkorg-controller/5</guid><dc:creator><![CDATA[Mdns]]></dc:creator><pubDate>Sat, 20 Feb 2016 11:32:59 GMT</pubDate></item><item><title><![CDATA[Reply to MicroKorg Controller on Sat, 20 Feb 2016 11:41:19 GMT]]></title><description><![CDATA[<p><a class="plugin-mentions-a" href="http://forum.pdpatchrepo.info/user/whale-av">@whale-av</a></p>
<p>One more message. Your file path suggestion worked! I guess from here on out I wont be saving my extractions in the program files folder, since they fall into the ether there. Peace</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/9848/microkorg-controller/6</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/9848/microkorg-controller/6</guid><dc:creator><![CDATA[Mdns]]></dc:creator><pubDate>Sat, 20 Feb 2016 11:41:19 GMT</pubDate></item></channel></rss>