> I have used CMN notation before. I was just curious > why I can't get xcmnw to work. [...] > I type in in clisp after loading cmn (cmn (output-type > :x) staff treble c4 q) xcmnw communicates with cmn through a pipe; to set up and send data to the pipe requires C; clisp does not have a foreign function interface; so, in clisp, xcmnw can't work.