Path: utzoo!mnetor!tmsoft!dptcdc!jarvis.csri.toronto.edu!mailrus!ulowell!masscomp!ftw From: ftw@masscomp.UUCP (Farrell Woods) Newsgroups: comp.lang.c Subject: Re: Question about C sound capabilities Summary: C has no built-in sound making capabilities Keywords: help Message-ID: <800@masscomp.UUCP> Date: 4 Mar 89 17:43:26 GMT References: <1917@cveg.uucp> Reply-To: ftw@quasar.masscomp.UUCP (Farrell Woods) Organization: Concurrent Computer Corporation - Westford, Ma Lines: 20 In article <1917@cveg.uucp> arb2@hcx.uucp (BOB BARKER) writes: > I am new to the C language, and I would like to know if the language has > the capability to produce sound, or more specificly music. I don't know of a language that is specifically intended for making sound or music. Usually, such capabilities are added to the language by a vendor who supports a specific machine. These added features are not actually part of the language itself. For the ambitious, most C implementations allow easy access to the underlying hardware. If you compiler is lacking in the sound department, you could write your own functions to make sound. Good luck! -- Farrell T. Woods Voice: (508) 392-2471 Concurrent Computer Corporation Domain: ftw@masscomp.com 1 Technology Way uucp: {backbones}!masscomp!ftw Westford, MA 01886 OS/2: Half an operating system