home *** CD-ROM | disk | FTP | other *** search
/ Peanuts NeXT Software Archives / Peanuts-3.iso / Audio / apps / SoundGenerator.README / text0000.txt < prev   
Encoding:
Text File  |  1989-11-27  |  420 b   |  12 lines

  1. There have been a number of requests for my source code which
  2. allows you to synthesize a sine wave on the NeXT's DAC.
  3. Enclosed is a copy of the source.  Make sure you separate the code into three
  4. different files:  sine.c, sine.asm, and ioequ.asm.
  5. Compile sine.c with:  cc -ansi -lm -lsys_s -O.
  6. Assemble sine.asm with:  asm56000 -a -b -l;  ioequ.asm is included
  7. by sine.asm.
  8.  
  9. Leonard Manzara (manzara@cpsc.UCalgary.CA)
  10.  
  11.  
  12.