<div class="gmail_quote"><br>Hi,<br><br>I am a Pd user and am completely new to both STK and flext, so i apologize in advance if i ask stupid questions. <br>I am interested in using some of the STK objects in Pd. Having found a tutorial about this on the CCRMA website (<a href="https://ccrma.stanford.edu/realsimple/stkforpd/" target="_blank">https://ccrma.stanford.edu/realsimple/stkforpd/</a>) I followed the instructions carefully and managed to install both STK and Flext (with Thomas&#39; precious help because Flext wouldn&#39;t build with the new STK). I then downloaded the clarinet.cpp file (attached to this mail) and the Makefile that was provided, put both in one folder and typed make. Then i got a whole bunch of errors (which i have attached to this email), which seem to be related to flext to some extent, because the first error occurs here in the .cpp :<br>

<br>        // This function must be defined for any flext object that<br>        // processes signals at the audio rate.<br>    virtual void m_signal(int n, float *const *in, float *const *out);<br>    Instrmnt *inst; <br>

    Effect *effect;<br>    BiQuad filter;<br><br>In his email Thomas said that many things had changed in the latest STK which would require quite a few changes in Flext as well. I am using the latest STK, i don&#39;t know if this could be the cause of my problem. I maybe i just did something wrong at some point. <br>

Any help would be appreciated!<br><font color="#888888"><br>Pierre</font><br><br><br>
</div><br>