ftp.nice.ch/pub/next/audio/apps/SoundGenerator.s.tar.gz#/SoundGenerator

IB.proj
 
Makefile
 
Makefile.preamble
 
README
 
SineController.h
[View SineController.h] 
SineController.m
[View SineController.m] 
ioequ.asm
 
sine.asm
 
sine.c
[View sine.c] 
sine.iconheader
 
sine.lod
 
sine.lst
 
sine.news
 

sine.nib


 
sine_main.m
[View sine_main.m] 

README

From next!coherent!mrspoc!apple!usc!samsung!think!mintaka!mit-eddie!uw-beaver!ubc-cs!alberta!calgary!cpsc!manzara Mon Nov 27 05:11:36 PST 1989
Article 1334 of comp.sys.next:
Path: next!coherent!mrspoc!apple!usc!samsung!think!mintaka!mit-eddie!uw-beaver!ubc-cs!alberta!calgary!cpsc!manzara
>From: manzara@cpsc.ucalgary.ca (Leonard Manzara)
Newsgroups: comp.sys.next
Subject: sine wave synthesis on Next
Message-ID: <2164@cs-spool.calgary.UUCP>
Date: 24 Nov 89 18:39:38 GMT
Sender: news@calgary.UUCP
Lines: 538
Summary: sine wave synthesis

There have been a number of requests for my source code which
allows you to synthesize a sine wave on the NeXT's DAC.
Enclosed is a copy of the source.  Make sure you separate the code into three
different files:  sine.c, sine.asm, and ioequ.asm.
Compile sine.c with:  cc -ansi -lm -lsys_s -O.
Assemble sine.asm with:  asm56000 -a -b -l;  ioequ.asm is included
by sine.asm.

Leonard Manzara (manzara@cpsc.UCalgary.CA)


These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.