home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / comp / sys / mac / programm / 18604 < prev    next >
Encoding:
Internet Message Format  |  1992-11-18  |  1.6 KB

  1. Path: sparky!uunet!ukma!netsys!agate!agate!usenet
  2. From: bfoley@obelisk.berkeley.edu (Brian Foley)
  3. Newsgroups: comp.sys.mac.programmer
  4. Subject: More Sound Manager Questions
  5. Date: 18 Nov 1992 21:50:21 GMT
  6. Organization: University of California, Berkeley
  7. Lines: 30
  8. Message-ID: <1eedqtINN9jb@agate.berkeley.edu>
  9. NNTP-Posting-Host: obelisk.berkeley.edu
  10.  
  11.  
  12. Well, my program is almost finished except for a few lingering bugs that I have  
  13. not had time to track down.  I was hoping that I could get people on the net to  
  14. do some of my work for me, so here goes:
  15.  
  16.  -   I want to be able to play several tones simultaneously.  Currently I do  
  17. this with multiple wavetable channels, but this limits me to 4 tones.  Is there  
  18. another way to do this with more tones (CPU use is not an issue but waiting to  
  19. calculate the sampled data is)?
  20.  
  21.  -   I am using the waveTable synthesizer to play simple tones (see above). I  
  22. set up the wave table as a sine wave, then I send a ampCmd and a freqCmd  
  23. (followed later by a quietCmd).  The frequencies sound fine, but I dont have  
  24. any control over the amplitude - it always plays the max.  Calling getAmpCmd  
  25. returns 0.
  26. What am I doing wrong? (I swear I checked the source code!)
  27.  
  28. -   Can a Mac LCII play sounds higher than 11 kHz?  If not are there boards  
  29. available that can?
  30.  
  31. -   MIDI frequency values are the log of frequency right?  Does anyone know the  
  32. conversion equation offhand? (I remember math...)
  33.  
  34. Any hints, tips, answers, jokes, flames etc. can be emailed  
  35. (bfoley@obelisk.berkeley.edu) or posted.
  36.  
  37. Thanks for your help
  38. brian foley
  39. UC Berkeley, Science and Mathematics Education Division
  40.  
  41.