Hi Ico,<br><br>If you want to move an external from MaxMSP to MaxMSP/Pd, I developed another approach which is far less elegant than Thomas Grill&#39;s flext, but may be easier when you are starting with an existing MaxMSP code base. The basic idea is to use #ifdefs at the few places where MaxMSP and Pd code diverge, and a single header to wrap the different headers used for the two programs. The result is a single code file that will compile into either Pd or MaxMSP. You can see examples of this here:
<br><br><a href="http://www.sarc.qub.ac.uk/~elyon/LyonSoftware/Pd/">http://www.sarc.qub.ac.uk/~elyon/LyonSoftware/Pd/</a><br><br>Best,<br><br>Eric<br><br>