On Feb 3, 2004, at 7:52 AM, Julian Rohrhuber wrote:
useful. commit? SynthDef: store { arg libname=\global, path="synthdefs/"; var lib; lib = SynthDescLib.all.at(libname); if(lib.isNil) { "library" + libname + "not found".error; ^nil }; this.writeDefFile(path); path = path ++ name ++ ".scsyndef"; lib.read(path); lib.servers.do { arg server; server.listSendMsg( ["/d_load", path ] ) } } -- . _______________________________________________ sc-dev mailing list sc-dev@xxxxxxxxxxxxxxx http://www.create.ucsb.edu/mailman/listinfo/sc-dev