[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: How is the IIgs beep generated?
- Subject: Re: How is the IIgs beep generated?
- From: Toinet <antoine.vignau@laposte.net>
- Date: Thu, 19 Nov 2009 15:00:41 -0800 (PST)
- Complaints-to: groups-abuse@google.com
- Injection-info: g23g2000yqh.googlegroups.com; posting-host=84.101.126.242; posting-account=c4quJwoAAABUj_DOmUN3HIuXxN1tF7gT
- Newsgroups: comp.sys.apple2
- Organization: http://groups.google.com
- References: <dog_cow-1258668824@macgui.com>
- User-agent: G2/1.0
- Xref: g2news1.google.com comp.sys.apple2:12679
On 19 nov, 23:13, dog_...@macgui.com (D Finnigan) wrote:
> Some discussion on the Wikipedia page got me wondering: how is the Apple
> IIgs beep generated? Some say it is an algorithmically drawn waveform, fed
> to the DOC, while others suppose that it is generated by the Ensoniq.
>
> Anyone have the full details?
1 REM
2 REM Beep
3 REM
4 REM Sheppy is right
5 REM $C030 is your friend
6 REM
10 PRINT CHR$(7)
20 GOTO 10
Antoine