<html><body style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;">So if I understand you correctly, this is solved fairly easily by a structure we propose in the "ChucK Book”<br class=""><br class="">1) &nbsp;Create a file that loads (by Machine.add()) all the classes you think you’ll need.<br class=""><br class="">2) &nbsp;As the last line of that, have it Machine.add() a different file, which then<br class="">either does the work, or adds any file(s) that depend on those initial classes.<br class=""><br class="">I’ve sometimes even named these files include.ck and Main.ck<br class="">but include also runs Main, so it’s not strictly an “include” or import.<br class=""><br class="">Hope this helps,<br class=""><br class="">PRC<br class=""><br class=""><img apple-inline="yes" id="02F84C1B-2F6E-4C7D-BB05-DB31C74C0308" src="cid:3EAEE4AF-A8B8-412A-AC45-B766F3C56022" class=""></body></html>