<div dir="ltr">On Mon, Sep 2, 2013 at 4:38 PM, András Murányi <span dir="ltr">&lt;<a href="mailto:muranyia@gmail.com" target="_blank">muranyia@gmail.com</a>&gt;</span> wrote:<br><div class="gmail_extra"><div class="gmail_quote">
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex"><div dir="ltr"><div><div class="h5"><div class="gmail_extra">
<br><div class="gmail_quote">On Mon, Sep 2, 2013 at 3:39 PM, Kjetil Matheussen <span dir="ltr">&lt;<a href="mailto:k.s.matheussen@gmail.com" target="_blank">k.s.matheussen@gmail.com</a>&gt;</span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-style:solid;border-left-color:rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">
<div><div>On Mon, Sep 2, 2013 at 2:44 PM, András Murányi <span dir="ltr">&lt;<a href="mailto:muranyia@gmail.com" target="_blank">muranyia@gmail.com</a>&gt;</span> wrote:<br>


<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-style:solid;border-left-color:rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div class="gmail_extra"><br><div class="gmail_quote">

<div>On Sun, Sep 1, 2013 at 11:18 PM, Kjetil Matheussen <span dir="ltr">&lt;<a href="mailto:k.s.matheussen@gmail.com" target="_blank">k.s.matheussen@gmail.com</a>&gt;</span> wrote:<br>

</div><div><div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-style:solid;border-left-color:rgb(204,204,204);padding-left:1ex"><div dir="ltr">Slightly inspired by Max for Ableton live, I&#39;ve added Pd for Radium<div>



(Radium homepage: <a href="http://www.notam02.no/~kjetism/radium/" target="_blank">http://www.notam02.no/~kjetism/radium/</a>)</div>

<div><br></div>
<div>Screenshot: <a href="http://folk.uio.no/ksvalast/radiumpd.png" target="_blank">http://folk.uio.no/ksvalast/radiumpd.png</a></div><div>Video: <a href="http://folk.uio.no/ksvalast/radium_pd.ogv" target="_blank">http://folk.uio.no/ksvalast/radium_pd.ogv</a></div>






<div><br></div><div>It&#39;s basically got the same features as Max for Ableton, but I haven&#39;t</div><div>implemented a modular note control system in Radium yet, so you can&#39;t,</div><div>for instance, make an arpeggiator in Pd that controls other instruments.</div>






<div>I will implement a modular note control system now though, because</div><div>of Pd.</div><div><br></div><div>But at least it&#39;s possible to use Pd to make sound effects and soft synths.</div><div><br></div><div>It&#39;s a bit rough yet, so I haven&#39;t released anything. You must build Radium<br>






</div><div>from source to get it, for now. It probably also only works on Linux.</div><div>I haven&#39;t tried  to compile on Windows or Osx yet.</div><div><br></div><div>To access pd, I have used libpd, but upgraded it to support several</div>






<div>instances, gui, and pd-extended:  <a href="https://github.com/kmatheussen/libpd" target="_blank">https://github.com/kmatheussen/libpd</a></div><div><br></div></div></blockquote><div> <br></div></div></div><div>Hello Kjetil,<br>





<br></div><div>This is very interesting, thanks for sharing!<br><br></div><div>When trying to add simple_midi_synth to the graph (? I don&#39;t know how you call it), it seems it wants to load libs from the .pdextended settings file even if pd-extended is not installed. When pd-extended is installed, I get this error:<br>





Unable to create libpds instance. Error message: &quot;/tmp/libpd_1378125318_83135_1571333196_bs94VC.so: undefined symbol: _ZTI7GemBase&quot;.<br></div><div><br></div><div>Personally, I wish I could use pd-l2ork from radium but I&#39;m totally unaware if it&#39;s pdlib-compatible and if it&#39;s possible at all...<span><font color="#888888"><br>





</font></span></div><span><font color="#888888"><div><br></div></font></span></div></div></div></blockquote><div class="gmail_quote"><br></div></div></div>Hi András,<div><br></div><div>pd-extended is actually included in Radium, but I&#39;ve only included the vanilla objects from the externals directory of it.</div>



<div>From the error message you get, it seems like Gem should also be installed with Radium in order to run correctly.</div><div><br></div><div>To solve this problem, though, you should only have to add the path to where the Gem externals are installed into ~/.pdextended.</div>



<div>Alternatively, you could temporarily rename your ~/.pdextended file to something else when running radium, to avoid the dependency problem.</div><div>It would also be useful to know the content of your ~/.pdextended file, to locate which externals you have that needs Gem.</div>



<div><br></div><div><br></div></div></div></div>
</blockquote></div><br></div></div></div><div class="gmail_extra">When renamed .pdextended, the messages I&#39;m getting are these:<br>no preferences file &quot;/home/muranyia/.pdextended&quot;<br>Unable to create libpds instance. Error message: &quot;/tmp/libpd_1378132431_561780_1846930686_cA3Sts.so: undefined symbol: iemgui_select&quot;<br>


<br></div></div></blockquote><div><br></div><div>Something else is wrong. iemgui_select is inside the pd source. Something may have gone wrong during compilation.</div><div><br></div><div>Did you follow this procedure?:</div>
<div><br></div><div>mkdir temp</div><div>cd temp</div><div>git clone <a href="https://github.com/kmatheussen/radium.git">https://github.com/kmatheussen/radium.git</a><br></div><div>touch audio/*.cpp common/gfx_op_queue_generated.c common/visual_op_queue_proc.h<br>
</div><div>make packages<br></div><div>BUILDTYPE=RELEASE ./build_linux.sh -j7<br></div><div>./start.sh</div><div><br></div><div>Can you also mail me privately the terminal output when running radium?</div><div><br></div></div>
</div></div>