<div dir="ltr"><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:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div class="gmail_extra"><div class="gmail_quote"><div><div class="h5">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:1px solid 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:1px solid 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 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 class="gmail_extra">The relevant lines of my .pdextended were these (before renaming):<br>path1: /var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType<br>path2: /usr/lib/pd-extended/extra/cyclone<br>path3: /usr/lib/pd-extended/extra/iemlib<br>

path4: /usr/lib/pd-extended/extra/list-abs<br>path5: /usr/lib/pd-extended/extra/iemgui<br>path6: /usr/lib/pd-extended/extra/jasch_lib<br>path7: /usr/lib/pd-extended/extra/maxlib<br>path8: /usr/lib/pd-extended/extra/moonlib<br>

path9: /usr/lib/pd-extended/startup<br>path10: /usr/lib/pd-extended/extra/hid<br>path11: /usr/lib/pd-extended/extra<br>loadlib1: libdir<br>loadlib2: cyclone<br>loadlib3: iemlib<br>loadlib4: list-abs<br>loadlib5: maxlib<br>

loadlib6: toxy<br>loadlib7: iem_anything<br>loadlib8: flatspace<br>loadlib9: moonlib<br></div><div class="gmail_extra"><br>András
</div></div>