Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.2 9/18/84; site brl-tgr.ARPA Path: utzoo!watmath!clyde!burl!ulysses!mhuxr!mhuxt!houxm!whuxl!whuxlm!harpo!decvax!genrad!panda!talcott!harvard!seismo!brl-tgr!ron From: ron@brl-tgr.ARPA (Ron Natalie ) Newsgroups: net.music.synth Subject: Re: C-Music (answers) Message-ID: <9313@brl-tgr.ARPA> Date: Mon, 18-Mar-85 15:11:50 EST Article-I.D.: brl-tgr.9313 Posted: Mon Mar 18 15:11:50 1985 Date-Received: Wed, 20-Mar-85 06:34:12 EST References: <2561aff1.1e08@apollo.uucp> Organization: Ballistic Research Lab Lines: 15 > "The programs are for signal processing, sound synthesis/analysis... > developed... using a VAX11/780, running the Berkeley 4.1c Distribution... > operating system. > We have CMUSIC, it tends to have two annoying traits that may have been fixed (our distribution is ancient). One is that it is tremendously inefficient. Execing a program for each note makes things real modular, but it would be alot better if they'd use exec rather than invoking a shell everytime. The other cute thing is that if you overdrive your digital output, rather than clipping, it just omits those samples causing the time period to shrink. I've got a little front end that makes entering the scores a little faster, not graphical, but getting there. I can however use the C preprocessor. -Ron