Path: utzoo!attcan!uunet!snorkelwacker!usc!zaphod.mps.ohio-state.edu!uakari.primate.wisc.edu!ames!pacbell!osc!george From: george@osc.COM (George Baggott) Newsgroups: comp.sys.amiga Subject: looking for music/sound C code Summary: want C code that will play a note or frequency Keywords: sound music C C++ source code Message-ID: <2240@osc.COM> Date: 21 Mar 90 20:33:42 GMT Reply-To: george@flamingo.UUCP (George Baggott) Organization: Object Sciences Corp., Menlo Park, CA Lines: 16 I'm looking for some C or C++ code that will allow me to access the Amiga's sound capabilities to play a musical note or a frequency. The function I have in mind might be used something like: frequency_play(440.0); /* play a 440 Hz signal */ or Note A = note_create("A"); /* create a note */ note_play(A); /* play it */ Any leads on something along these lines would be greatly appreciated. George