<html><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><div>thanks to heavy lifting by bill -- who got sndlib/s7 building in g++ --&nbsp;i have cm3 and clm running in s7 scheme. the executable is a juce console app statically linked against sndlib/s7. &nbsp;its fully relocatable and contains all the clm and cm scheme sources inside it, &nbsp;sources are autoloaded when you start the app so you dont have to do anything except load snd instruments! the repl is really crappy right now but you can load fm-violin and make toots, and the entire cm3 toolkit (patterns, loop etc) is working modulo unfound bugs. &nbsp;&nbsp;if you want to play with it ive saved a source tarball that should build on linux and osx:</div><div><div><br><a href="http://camil.music.uiuc.edu/Software/grace/downloads/cm3.tar.gz">http://camil.music.uiuc.edu/Software/grace/downloads/cm3.tar.gz</a><br></div><div><br></div><div>its a snap to build -- see the cm3/readme.text for how to do it. &nbsp;I dont have midi or grace ports or realtime yet, the next step is to get ports going, ill see if i cant add ketjils osc port while im at it.&nbsp;I dont know if s7 will run in realtime, but regardless getting clm going in Grace should be very easy now.</div></div><div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><div><br></div><div><div><br></div><div><div>dhcp204a:cm3 hkt$ bin/cm</div><div>S7 Scheme (c) 2008, William Schottstaedt</div><div>&nbsp;/\\\</div><div>---\\\---------</div><div>----\\\--------</div><div>----/\\\------- Common Music 3.2.0</div><div>---/--\\\------</div><div>--/----\\\-----</div><div>&nbsp;/ &nbsp; &nbsp; &nbsp;\\\/</div><div><br></div><div>cm> (load "/Users/hkt/Software/snd-10/v.scm")</div><div>fm-violin</div><div>cm> (with-sound () (fm-violin 0 1 440 .1))</div><div>"test.aiff"</div><div>cm> (define pat (make-heap (hz '(c4 d ef f g af bf c5))))</div><div>pat</div><div>cm> (with-sound () (loop repeat 20 for t from 0 by .1 for f = (next pat) do (fm-violin t .2 f .1)))</div><div>"test.aiff"</div><div>cm> (quit)</div><div><div>Bye!</div><div>dhcp204a:cm3 hkt$&nbsp;</div><div><br></div></div></div></div></div></body></html>