<?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[How to connect the guitar to pure data?]]></title><description><![CDATA[<p>Hello Pure Data community</p>
<p>I have connected my guitar to the computer and now I want to send its sound to Pure Data. How do I do this?</p>
<p>Thanks!</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/13974/how-to-connect-the-guitar-to-pure-data</link><generator>RSS for Node</generator><lastBuildDate>Sat, 16 May 2026 17:14:41 GMT</lastBuildDate><atom:link href="http://forum.pdpatchrepo.info/topic/13974.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 16 Jun 2022 17:26:43 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to How to connect the guitar to pure data? on Thu, 16 Jun 2022 17:26:43 GMT]]></title><description><![CDATA[<p>Hello Pure Data community</p>
<p>I have connected my guitar to the computer and now I want to send its sound to Pure Data. How do I do this?</p>
<p>Thanks!</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/13974/how-to-connect-the-guitar-to-pure-data</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/13974/how-to-connect-the-guitar-to-pure-data</guid><dc:creator><![CDATA[romulovieira-me]]></dc:creator><pubDate>Thu, 16 Jun 2022 17:26:43 GMT</pubDate></item><item><title><![CDATA[Reply to How to connect the guitar to pure data? on Thu, 16 Jun 2022 18:14:09 GMT]]></title><description><![CDATA[<p>1-Go to Media-&gt; sound settings then set your soundcard input / output.</p>
<p>2-Turn on DSP in Media -&gt; DSP ON</p>
<p>3- To ear the input signal, connect the input of sound card [adc~] (Analog to Digital Converter) to the output of soundcard  [dac~] (Digital to Analog Conveter):<br />
<img src="/uploads/files/1655403055145-capture-d-e-cran-2022-06-16-a-20.10.18.png" alt="Capture d’écran 2022-06-16 à 20.10.18.png" class="img-responsive img-markdown" /></p>
]]></description><link>http://forum.pdpatchrepo.info/topic/13974/how-to-connect-the-guitar-to-pure-data/2</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/13974/how-to-connect-the-guitar-to-pure-data/2</guid><dc:creator><![CDATA[60hz]]></dc:creator><pubDate>Thu, 16 Jun 2022 18:14:09 GMT</pubDate></item><item><title><![CDATA[Reply to How to connect the guitar to pure data? on Thu, 16 Jun 2022 18:14:32 GMT]]></title><description><![CDATA[<p><a class="plugin-mentions-a" href="http://forum.pdpatchrepo.info/user/romulovieira-me">@romulovieira-me</a> Under preferences &gt; audio&gt; select your sound card's line input.  If it is the internal sound card there shouldn't be very many options, just a mic and maybe a line input (depends on your OS). Generally it's default set to the mic. (<a href="https://puredata.info/docs/faq/audioinput" rel="nofollow">https://puredata.info/docs/faq/audioinput</a>)</p>
<p>Then in a patch, create an [adc~] object. Normally or initially, this is assigned to the mic on the computer, but if you have selected the signal line input from your soundcard you should be able to get a connection established. Getting the correct input and output set up can be the hardest bit of getting set up, stick with it and you'll find what is right for you. If you struggle with it, post a screenshot of your audio options and we can hopefully help point you in the right direction.  If it's just a mono input, you may only have sound form one output of the [adc~] object. If you right click the adc object you can find out more, with examples etc. (you can do this with all patches, and is a great way to learn via practise.</p>
<p>You will still have to connect the input sound to the [dac~] object, which will convert your signal back from digital to audio. Be careful though, it will be at full volume, so it is always recommended to put an object before the dac that will lower the volume (0 is silence, 1 is full volume, so lower decimals of 1 are advised before you know what to expect, maybe [*~ 0.1] to start).</p>
<p>A small diagram to describe:<br />
{adc~]<br />
|<br />
{*~ 0.1]<br />
| <br />
[dac~ 1 2]</p>
<p><div class="embed-container"><iframe src="//www.youtube.com/embed/g91oaJlxPuE&amp;ab_channel=QCGInteractiveMusic" rel="nofollow">This video" width="640" height="360" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe></div> explains how to do this if the audio input is selected as the computer mic, but if you change the selection you hopefully can find your guitar input (if you have an external sound card this will be a lot easier). Generally ASIO is recommended, as other basic sound cards can have very slow latency (particularly noticable if you're working with live physical instruments) and can crackle a lot too.</p>
<p>It's worth searching this forum too, as you might find a lot more tips and help.</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/13974/how-to-connect-the-guitar-to-pure-data/3</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/13974/how-to-connect-the-guitar-to-pure-data/3</guid><dc:creator><![CDATA[RT-Chris]]></dc:creator><pubDate>Thu, 16 Jun 2022 18:14:32 GMT</pubDate></item></channel></rss>