Path: utzoo!dptcdc!jarvis.csri.toronto.edu!mailrus!tut.cis.ohio-state.edu!bloom-beacon!apple!oliveb!sun!pepper!cmcmanis From: cmcmanis%pepper@Sun.COM (Chuck McManis) Newsgroups: comp.sys.amiga.tech Subject: Re: Two Questions Message-ID: <99460@sun.Eng.Sun.COM> Date: 17 Apr 89 20:12:00 GMT References: <10384@cit-vax.Caltech.Edu> Sender: news@sun.Eng.Sun.COM Reply-To: cmcmanis@sun.UUCP (Chuck McManis) Organization: Sun Microsystems, Mountain View Lines: 42 In article <10384@cit-vax.Caltech.Edu> (Ben W. Discoe) writes: >"don't start the body of your message with any indentation, or it may be >eaten" ??????????? This is my first post, and I'm scared... Very old bug, now 99.999999999% eliminated, used to eat the first the first paragraph of messages. You can ignore it. >First question: In the same line as the discussion of turning off those >obnoxious lattice "ads" - Is there any way to get rid of the Ctrl-C break >requester code? I couldn't find a way to do this in the manual (V 4.0) >Is this a result of linking with c.o? Look in the lattice manual under "Break Handling", there are a couple of functions one onbreak() sets a pointer for the break handling, and the more UNIX like signal() call which does the same thing. Pass onbreak() a pointer to a function that returns 1, or use "signal(SIGINT, SIG_IGN)" which will do just that for you. >Second: I've written a lot of code for audio, including a nice waveform >editor, and I've noticed a really strange phenomena. If your waveform data >is a sine wave (supposed to produce a "pure" tone) there's little to no >sound output!! Jagged and sharp noises are PLENTY loud, but sines are not >just soft but nearly silent. A check to see that you frequencies are lower than the low pass filter cutoff. (Something like 7Khz) and second make sure you are setting the volume! If you can find a copy get the "AudioTools" from Rob Peck which have some good example routines in them for accessing Audio functions. (They are part of the 1988 Developers Conference Notes) >I hope this is technical enough for this group. If it's not, just tell me >and I'll go away quietly :-) A most excellent question, it's the "which music program is best for me?" types ones we'd like to leave in c.s.a. --Chuck McManis uucp: {anywhere}!sun!cmcmanis BIX: cmcmanis ARPAnet: cmcmanis@sun.com These opinions are my own and no one elses, but you knew that didn't you. "A most excellent barbarian ... Genghis Kahn!"