home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / comp / sys / amiga / audio / 3396 < prev    next >
Encoding:
Text File  |  1992-09-13  |  1.4 KB  |  28 lines

  1. Newsgroups: comp.sys.amiga.audio
  2. Path: sparky!uunet!cs.utexas.edu!torn!cunews!ags
  3. From: ags@scs.carleton.ca (Alexander G. M. Smith)
  4. Subject: Re: Programming A Perfect Sound 3.0 Sampler
  5. Message-ID: <1992Sep13.135355.24055@cunews.carleton.ca>
  6. Sender: news@cunews.carleton.ca (News Administrator)
  7. Organization: School of Computer Science, Carleton University, Ottawa, Canada
  8. References: <rockwatt.07p5@amiganet.chi.il.us>
  9. Date: Sun, 13 Sep 1992 13:53:55 GMT
  10. Lines: 16
  11.  
  12. In article <rockwatt.07p5@amiganet.chi.il.us> rockwatt@amiganet.chi.il.us (Joe Ochwat) writes:
  13. >[...] What I need to do is be able to check the parallel port (with the
  14. >sampler connected, of course!) for a signal that the Perfect Sound is
  15. >receiving an audio signal.  If possible, I'd also like to determine the
  16. >pitch/volume of the incoming signal. 
  17.  
  18. The Perfect Sound hardware needs a lot of bit twiddling to read it (the
  19. AGMSRecordSound docs describe it a bit).  The sampler doesn't tell you
  20. pitch or volume.  All it can tell you is the instantaneous volume level
  21. of the waveform at the moment you read it.  There are some BASIC
  22. programs out there that use a standard sound sampler as an input device. 
  23. Unfortunately, that won't help too much because of the different way
  24. Perfect Sound 3 is accessed.  There is also the Perfect Sound software
  25. library which you may be able to use from AMOS to read the sampler. 
  26.  
  27. - Alex
  28.