I have set up CM as a Emacs inferior process in LISP mode and using it to run code examples from Notes from the Meta-Level. For some reason I get an unbound variable error when I try to call &quot;events&quot;:<br><br>(events (play-harms2 4) &quot;harms.mid&quot; :channel-tuning 108)<br>

;events: unbound variable<br>error<br><br>(events (clearbends ) &quot;clearbends.mid&quot;)<br>;events: unbound variable<br>error<br><br>Does anybody know why this is?<br><br><br><br>