<div dir="ltr"><div class="gmail_default" style="font-family:arial,helvetica,sans-serif">Hi there,</div><div class="gmail_default" style="font-family:arial,helvetica,sans-serif"><br></div><div class="gmail_default" style="font-family:arial,helvetica,sans-serif">
I think this either you don&#39;t have the right version of csound or the 10.6 build of csound6~ (which is what I&#39;ve put in the dependencies folder) doesn&#39;t run on your 10.8 machine. So try the following:</div><div class="gmail_default" style="font-family:arial,helvetica,sans-serif">
<br></div><div class="gmail_default" style="font-family:arial,helvetica,sans-serif">1- Make sure you&#39;ve installed &quot;<a href="http://sourceforge.net/projects/csound/files/csound6/Csound6.01/csound6.01.0-OSX10.8-x86_64.dmg/download" title="Click to download csound6.01.0-OSX10.8-x86_64.dmg" class="" style="margin:0px;padding:0px;font-size:13px;vertical-align:baseline;background-color:transparent;outline:none;color:rgb(0,102,153);text-decoration:none;font-family:sans-serif;line-height:18px;text-align:left;white-space:nowrap">csound6.01.0-OSX10.8-x86_64.dmg</a>&quot; from <a href="http://sourceforge.net/projects/csound/files/csound6/Csound6.01/">here</a>.</div>
<div class="gmail_default" style="font-family:arial,helvetica,sans-serif">2- Go to &quot;/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/PD/&quot; and copy the csound6~ external file into the dependencies folder (replacing the one in there). </div>
<div class="gmail_default" style="font-family:arial,helvetica,sans-serif"><br></div><div class="gmail_default" style="font-family:arial,helvetica,sans-serif">Let&#39;s see if that works. </div><div class="gmail_default" style="font-family:arial,helvetica,sans-serif">
<br></div><div class="gmail_default" style="font-family:arial,helvetica,sans-serif">Best,</div><div class="gmail_default" style="font-family:arial,helvetica,sans-serif">Peiman</div></div><div class="gmail_extra"><br clear="all">
<div><div dir="ltr"><div><br></div><div><font face="arial, helvetica, sans-serif"><br></font></div><div><font face="arial, helvetica, sans-serif"><br></font></div><div><font face="comic sans ms, sans-serif"><b><a href="http://www.peimankhosravi.co.uk" target="_blank">www.peimankhosravi.co.uk</a> || <a href="http://peimankhosravi.co.uk/miscposts.rss" target="_blank">RSS Feed</a> || <a href="http://spectralkimia.wordpress.com/" target="_blank">Concert News</a></b></font></div>
</div></div>
<br><br><div class="gmail_quote">On 25 October 2013 19:49, Ronni Montoya <span dir="ltr">&lt;<a href="mailto:ronni.montoya@gmail.com" target="_blank">ronni.montoya@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Hi, i been trying csound6~ but it doesnt work on my computer i get this message:<br>
<br>
/Users/ronni/Downloads/Spectralwarp/dependencies/csound6~.pd_darwin:<br>
dlopen(/Users/ronni/Downloads/Spectralwarp/dependencies/csound6~.pd_darwin,<br>
10): Library not loaded:<br>
CsoundLib64.framework/Versions/6.0/CsoundLib64<br>
  Referenced from:<br>
/Users/ronni/Downloads/Spectralwarp/dependencies/csound6~.pd_darwin<br>
  Reason: image not found<br>
<br>
<br>
Is there any special way of installing csound6~?<br>
<br>
Im on macosx 10.8.5<br>
<br>
<br>
cheers<br>
<br>
<br>
R.<br>
<br>
2013/10/24, peiman khosravi &lt;<a href="mailto:peimankhosravi@gmail.com">peimankhosravi@gmail.com</a>&gt;:<br>
<div class="im HOEnZb">&gt; Hi Ronni,<br>
&gt;<br>
&gt; Yes, in fact that&#39;s exactly what I&#39;m doing in the csound algorithm. I have<br>
&gt; a user-defined array, one array of bin amplitudes and one array of bin<br>
&gt; frequencies, both written from the analysis window.<br>
&gt;<br>
&gt; The thing is that you need to deal with the amplitudes too. Simply moving<br>
&gt; the frequency value from one bin to another doesn&#39;t work, because each bin<br>
&gt; can only represent a narrow frequency band. So you need to also move the<br>
&gt; amplitude content of the bin too.<br>
&gt;<br>
&gt; Best,<br>
&gt; Peiman<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt;<br>
</div><div class="HOEnZb"><div class="h5">&gt; *<a href="http://www.peimankhosravi.co.uk" target="_blank">www.peimankhosravi.co.uk</a> || RSS<br>
&gt; Feed&lt;<a href="http://peimankhosravi.co.uk/miscposts.rss" target="_blank">http://peimankhosravi.co.uk/miscposts.rss</a>&gt; ||<br>
&gt; Concert News &lt;<a href="http://spectralkimia.wordpress.com/" target="_blank">http://spectralkimia.wordpress.com/</a>&gt;*<br>
&gt;<br>
&gt;<br>
&gt; On 23 October 2013 22:56, Ronni Montoya &lt;<a href="mailto:ronni.montoya@gmail.com">ronni.montoya@gmail.com</a>&gt; wrote:<br>
&gt;<br>
&gt;&gt; Hi Peiman, thanks for that patch, im gonna try to adapt it to what im<br>
&gt;&gt; trying to achieve.<br>
&gt;&gt;<br>
&gt;&gt; and Yes i think you understood correctly.<br>
&gt;&gt; This warp program is very similar to what im trying to achieve , but<br>
&gt;&gt; theres a difference in the way how frequencies are mapped.<br>
&gt;&gt;<br>
&gt;&gt; The way I need to do it is  in this way:<br>
&gt;&gt;<br>
&gt;&gt; First i define an array with a group of frequencies.<br>
&gt;&gt; Then i iterate over all the frequency bins of a sound. At each<br>
&gt;&gt; iteration it should get the current frequency value of that  bin, then<br>
&gt;&gt; i need to compare this value with my array of predefined frequencies<br>
&gt;&gt; and replace that value with the nearest value in my array.<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; i hope its clear, cheers<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; R.<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; 2013/10/23, peiman khosravi &lt;<a href="mailto:peimankhosravi@gmail.com">peimankhosravi@gmail.com</a>&gt;:<br>
&gt;&gt; &gt; Hello,<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; If I understand you correctly, this is exactly what the GRM Tools<br>
&gt;&gt; &gt; plug-in<br>
&gt;&gt; &gt; Warp does. <a href="http://www.inagrm.com/warp" target="_blank">http://www.inagrm.com/warp</a><br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; I have a version of this which I made with pd and csound, which I&#39;m<br>
&gt;&gt; &gt; attaching. The FFT is done in Csound. To run it just install csound6<br>
&gt;&gt; &gt; and<br>
&gt;&gt; &gt; then open up the patch. I&#39;ve also included the externals with the<br>
&gt;&gt; &gt; patch,<br>
&gt;&gt; &gt; but they are built for osx so you&#39;ll need to replace them if you&#39;re on<br>
&gt;&gt; &gt; a<br>
&gt;&gt; &gt; different platform. I know that the csound~ external is running on osx,<br>
&gt;&gt; but<br>
&gt;&gt; &gt; I&#39;ve never tried it on windows so...<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; If you want really precise control over which frequencies you&#39;re<br>
&gt;&gt; remapping<br>
&gt;&gt; &gt; then you need to change the pd patch a bit but it&#39;s just a question of<br>
&gt;&gt; &gt; converting bin number to frequency value, which is simple.<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; Best,<br>
&gt;&gt; &gt; Peiman<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; *<a href="http://www.peimankhosravi.co.uk" target="_blank">www.peimankhosravi.co.uk</a> || RSS<br>
&gt;&gt; &gt; Feed&lt;<a href="http://peimankhosravi.co.uk/miscposts.rss" target="_blank">http://peimankhosravi.co.uk/miscposts.rss</a>&gt; ||<br>
&gt;&gt; &gt; Concert News &lt;<a href="http://spectralkimia.wordpress.com/" target="_blank">http://spectralkimia.wordpress.com/</a>&gt;*<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; On 23 October 2013 08:59, Ronni Montoya &lt;<a href="mailto:ronni.montoya@gmail.com">ronni.montoya@gmail.com</a>&gt;<br>
&gt;&gt; &gt; wrote:<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt;&gt; Hi list , i need to iterate over all the frequency bins of a sound<br>
&gt;&gt; &gt;&gt; getting each frequency and then i need to map that frequency to a<br>
&gt;&gt; &gt;&gt; specific frequency .<br>
&gt;&gt; &gt;&gt; Do anybody have tried something like this in pd?<br>
&gt;&gt; &gt;&gt; which is the best way of doing this in pd? any hint?<br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt; cheers<br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt; R.<br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt; _______________________________________________<br>
&gt;&gt; &gt;&gt; <a href="mailto:Pd-list@iem.at">Pd-list@iem.at</a> mailing list<br>
&gt;&gt; &gt;&gt; UNSUBSCRIBE and account-management -&gt;<br>
&gt;&gt; &gt;&gt; <a href="http://lists.puredata.info/listinfo/pd-list" target="_blank">http://lists.puredata.info/listinfo/pd-list</a><br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;<br>
&gt;&gt;<br>
&gt;<br>
</div></div></blockquote></div><br></div>