<?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[tune-able synth needs tech support]]></title><description><![CDATA[<p>Tune-able synth needs help<br />
Hi all,<br />
I have talked my way into a tough college assignment _<br />
what i want to achieve from my patch is .....<br />
--to be able to tune or detune individual notes on my midi controller and<br />
---have pre defined temperaments for available for selection.....<br />
----that can be tweaked and save a user defined temperaments.</p>
<p>i have set up a patch where i can manipulate the tuning of the note in and/or the freq output from the controller<br />
but once these are changed for one note they change for all notes ....<br />
i want make changes to each discrete note ie slightly tune up A and slightly tune down B</p>
<p>anyone have some examples they could share ??</p>
<p><a href="/uploads/files/upload-da035673-5342-42b2-9d7f-00287a9ee66c.pd">MidiVsfreq_minipulation.pd</a></p>
]]></description><link>http://forum.pdpatchrepo.info/topic/9352/tune-able-synth-needs-tech-support</link><generator>RSS for Node</generator><lastBuildDate>Tue, 08 Sep 2026 06:50:12 GMT</lastBuildDate><atom:link href="http://forum.pdpatchrepo.info/topic/9352.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 17 Jun 2015 14:26:22 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to tune-able synth needs tech support on Wed, 17 Jun 2015 14:26:22 GMT]]></title><description><![CDATA[<p>Tune-able synth needs help<br />
Hi all,<br />
I have talked my way into a tough college assignment _<br />
what i want to achieve from my patch is .....<br />
--to be able to tune or detune individual notes on my midi controller and<br />
---have pre defined temperaments for available for selection.....<br />
----that can be tweaked and save a user defined temperaments.</p>
<p>i have set up a patch where i can manipulate the tuning of the note in and/or the freq output from the controller<br />
but once these are changed for one note they change for all notes ....<br />
i want make changes to each discrete note ie slightly tune up A and slightly tune down B</p>
<p>anyone have some examples they could share ??</p>
<p><a href="/uploads/files/upload-da035673-5342-42b2-9d7f-00287a9ee66c.pd">MidiVsfreq_minipulation.pd</a></p>
]]></description><link>http://forum.pdpatchrepo.info/topic/9352/tune-able-synth-needs-tech-support</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/9352/tune-able-synth-needs-tech-support</guid><dc:creator><![CDATA[WilliJ]]></dc:creator><pubDate>Wed, 17 Jun 2015 14:26:22 GMT</pubDate></item><item><title><![CDATA[Reply to tune-able synth needs tech support on Wed, 17 Jun 2015 15:13:51 GMT]]></title><description><![CDATA[<p>Hi and welcome to this forum,</p>
<p>If you are synthesizing the sounds using Pd and the keyboard only activates them, that is not difficult to do. If you are using Pd just to handle MIDI and this MIDI data is then sent to another synth which produces sound, then you have a bigger problem in yours hands: pitch bending in MIDI affects a whole channel, meaning that all notes in a channel will be affected by it. The solution I did once was to route the notes according to their pitch classes, so that every C becomes channel 1, every C sharp becomes channel 2, etc.</p>
<p>Take care,<br />
Gilberto</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/9352/tune-able-synth-needs-tech-support/2</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/9352/tune-able-synth-needs-tech-support/2</guid><dc:creator><![CDATA[gsagostinho]]></dc:creator><pubDate>Wed, 17 Jun 2015 15:13:51 GMT</pubDate></item><item><title><![CDATA[Reply to tune-able synth needs tech support on Thu, 18 Jun 2015 09:42:06 GMT]]></title><description><![CDATA[<p>Hi Gilberto,</p>
<p>thanks for the suggestion ,</p>
<p>yes i am going to keep this contained in PD extended for now (not using another synth just going to use simple osc~ and add harmonics as per patch above ) and try to transfer over to vinilla later to see if i can create a standalone app, (have been warned some object may need to be tweaked upon transfer)</p>
<p>'route the notes according to their pitch classes'  sounds like a possible solution do you have any examples of how this might be achieved ?</p>
<p>regards</p>
<p>WilliJ</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/9352/tune-able-synth-needs-tech-support/3</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/9352/tune-able-synth-needs-tech-support/3</guid><dc:creator><![CDATA[WilliJ]]></dc:creator><pubDate>Thu, 18 Jun 2015 09:42:06 GMT</pubDate></item><item><title><![CDATA[Reply to tune-able synth needs tech support on Thu, 18 Jun 2015 09:51:22 GMT]]></title><description><![CDATA[<p>Hi Willi,</p>
<blockquote>
<p>do you have any examples of how this might be achieved ?</p>
</blockquote>
<p>Yes, here is a simple example:</p>
<p><img src="/uploads/files/upload-140a3ce9-729e-43ce-b5bb-117fee4175fe.png" alt="Screenshot from 2015-06-18 11:47:31.png" class="img-responsive img-markdown" /></p>
<p>So now you can use these velocities to activate something. You could also use a <strong>[select]</strong> instead of that <strong>[route]</strong> in case you want a simple bang once a pitch class is identified:</p>
<p><img src="/uploads/files/upload-31ef7239-db35-4fd3-ab6e-620b22c9f276.png" alt="Screenshot from 2015-06-18 11:50:39.png" class="img-responsive img-markdown" /></p>
<p>Hope this helps. Cheers,<br />
Gilberto</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/9352/tune-able-synth-needs-tech-support/4</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/9352/tune-able-synth-needs-tech-support/4</guid><dc:creator><![CDATA[gsagostinho]]></dc:creator><pubDate>Thu, 18 Jun 2015 09:51:22 GMT</pubDate></item><item><title><![CDATA[Reply to tune-able synth needs tech support on Thu, 18 Jun 2015 10:07:43 GMT]]></title><description><![CDATA[<p>excellent work thanks for this ,</p>
<p>Regs</p>
<p>WilliJ</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/9352/tune-able-synth-needs-tech-support/5</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/9352/tune-able-synth-needs-tech-support/5</guid><dc:creator><![CDATA[WilliJ]]></dc:creator><pubDate>Thu, 18 Jun 2015 10:07:43 GMT</pubDate></item><item><title><![CDATA[Reply to tune-able synth needs tech support on Thu, 18 Jun 2015 13:37:39 GMT]]></title><description><![CDATA[<p>My pleasure.</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/9352/tune-able-synth-needs-tech-support/6</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/9352/tune-able-synth-needs-tech-support/6</guid><dc:creator><![CDATA[gsagostinho]]></dc:creator><pubDate>Thu, 18 Jun 2015 13:37:39 GMT</pubDate></item><item><title><![CDATA[Reply to tune-able synth needs tech support on Wed, 24 Jun 2015 10:28:31 GMT]]></title><description><![CDATA[<p>Hi all have come across a small problem with my poly patch and was wondering if you could review to see if you can spot the error .</p>
<p>every time i play a key  it sound on the first touch and then is silent for the the next 3 touches and will then sound on the next rond again .<br />
i believe this pattern of the first of 4 beats is because i,n trying to set up a 4 voice poly ?  any thoughts</p>
<p>just noticed upon ensureing i had the right patch to share with you that now there are also some clicks and delays after being introduced <img class="emoji emoji-extended" src="http://forum.pdpatchrepo.info/plugins/nodebb-plugin-emoji-extended/images/question.png" title="???" alt="???" />?are these happening for you <img class="emoji emoji-extended" src="http://forum.pdpatchrepo.info/plugins/nodebb-plugin-emoji-extended/images/question.png" title="???" alt="???" /> why would they occur as it worked fine yesterday?</p>
<p>regs</p>
<p>WilliJ<a href="/uploads/files/upload-304a8a71-0ab6-4ebe-af24-e8c6f3674a4c.pd">Tuneable synth vinilla2.pd</a></p>
]]></description><link>http://forum.pdpatchrepo.info/topic/9352/tune-able-synth-needs-tech-support/7</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/9352/tune-able-synth-needs-tech-support/7</guid><dc:creator><![CDATA[WilliJ]]></dc:creator><pubDate>Wed, 24 Jun 2015 10:28:31 GMT</pubDate></item><item><title><![CDATA[Reply to tune-able synth needs tech support on Wed, 24 Jun 2015 13:40:44 GMT]]></title><description><![CDATA[<p>Hi WilliJ,</p>
<p>I spotted the problem, it is inside your subptaches <strong>[pd vocie]</strong>. Although all four have the same name, you didn't copy and paste them but actually you created them individually, right? Because the first one is correct an the last three are not: the <strong>[vline~]</strong> should be connected to the rightmost inlet of <strong>[*~]</strong> and not to the <strong>[outlet~]</strong>. Just correct that and you should be good to go.</p>
<p>Cheers,<br />
Gilberto</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/9352/tune-able-synth-needs-tech-support/8</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/9352/tune-able-synth-needs-tech-support/8</guid><dc:creator><![CDATA[gsagostinho]]></dc:creator><pubDate>Wed, 24 Jun 2015 13:40:44 GMT</pubDate></item><item><title><![CDATA[Reply to tune-able synth needs tech support on Wed, 24 Jun 2015 15:44:20 GMT]]></title><description><![CDATA[<p><a class="plugin-mentions-a" href="http://forum.pdpatchrepo.info/user/gsagostinho">@gsagostinho</a>  wow what a blunder - maybe i need more regular breaks<br />
\thanks Gilberto</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/9352/tune-able-synth-needs-tech-support/9</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/9352/tune-able-synth-needs-tech-support/9</guid><dc:creator><![CDATA[WilliJ]]></dc:creator><pubDate>Wed, 24 Jun 2015 15:44:20 GMT</pubDate></item><item><title><![CDATA[Reply to tune-able synth needs tech support on Wed, 24 Jun 2015 16:31:14 GMT]]></title><description><![CDATA[<blockquote>
<p>what a blunder</p>
</blockquote>
<p>Happens to the best of us <img class="emoji emoji-extended" src="http://forum.pdpatchrepo.info/plugins/nodebb-plugin-emoji-extended/images/grinning.png" title=":)" alt=":)" /></p>
]]></description><link>http://forum.pdpatchrepo.info/topic/9352/tune-able-synth-needs-tech-support/10</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/9352/tune-able-synth-needs-tech-support/10</guid><dc:creator><![CDATA[gsagostinho]]></dc:creator><pubDate>Wed, 24 Jun 2015 16:31:14 GMT</pubDate></item></channel></rss>