home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / comp / sys / mac / programm / 15459 < prev    next >
Encoding:
Text File  |  1992-09-14  |  3.2 KB  |  69 lines

  1. Newsgroups: comp.sys.mac.programmer
  2. Path: sparky!uunet!elroy.jpl.nasa.gov!mac4.jpl.nasa.gov!user
  3. From: sgrenander@NASAMAIL.JPL.NASA.GOV (Sven U. Grenander)
  4. Subject: Re: CQuickSound - Think C TCL class for async sound
  5. Message-ID: <sgrenander-140992140715@mac4.jpl.nasa.gov>
  6. Followup-To: comp.sys.mac.programmer
  7. Sender: news@elroy.jpl.nasa.gov (Usenet)
  8. Nntp-Posting-Host: mac4.jpl.nasa.gov
  9. Organization: Jet Propulsion Laboratory
  10. References: <1992Sep14.190410.12391@cs.uoregon.edu>
  11. Date: Mon, 14 Sep 1992 21:18:45 GMT
  12. Lines: 55
  13.  
  14. In article <1992Sep14.190410.12391@cs.uoregon.edu>,
  15. jasper@geriatrix.cs.uoregon.edu (Jon Barber) wrote:
  16. > [Sorry for the repeat of the previous message, but I wanted
  17. > to more fully describe what I've got.]
  18. >  
  19. >     CQuickSound  is a small, efficient Think C 5.0 TCL class 
  20. > that allows both one-time and continuous-with-control playback of
  21. > sound handles.  There are some limitations, but it works
  22. > well for the majority of situations.  It was designed after
  23. > reading the latest-and-greatest (august) of  d e v e l o p  magazine,
  24. > and, well, it's real handy for Joining the Noisy Revolution.  Calls are 
  25. > as simple as
  26. >             gQuickSound->PlayOnce(soundHandle);
  27. >         or
  28. >             forever = gQuickSound->PlayForever(soundHandle);
  29. >                 ... and later on ...
  30. >             gQuickSound->KillForever(forever);
  31. >   
  32. > I'd like to get feedback about whether folks could swing paying me
  33. > $10 - $20 dollars for copies of QuickSound.  I'm a low-payed mac contractor,
  34. > things like QuickSound are how I'm hoping to, well, eat!  And 
  35. > I've been interested in the idea of share-ware TCL classes, and
  36. > thought this would be a good venture into this realm.
  37. >  
  38. > Take care, and don't forget to bark at the postman...
  39. >  
  40. > P.S.  Could any responders to my previous message please
  41. > mail me again?  The five of you were accidentally deleted
  42. > from my mailbox :-(
  43. >  
  44. > +---------------------------+--------------------------------------+
  45. > |"jasper" Jon Barber        | Jasper Enterprises                   |
  46. > |jasper@cs.uoregon.ed)      | Unix & Mac Consulting, Ad Excellentum|
  47. > +---------------------------+--------------------------------------+
  48. > |  * Currently based in Eugene, Oregon, Amerika, living the simple |
  49. > |    life with Macs, Peacocks, and three consulting gigs.          |
  50. > |  * Anyone interested in a Vegetarian Telecommuting Commune?      |
  51. > |  * Anyone interested in hiring me for inexpensive, high-quality  |
  52. > |    work in exotic locations??  India?  Costa Rica?               |
  53. > |    Switzerland?  Nepal?  New Zealand?  Your Winnabego?           |
  54. > +------------------------------------------------------------------+
  55.  
  56. I'd be willing to shell out $10-20 for a well written sound class. 
  57.  
  58. As for shareware TCL classes I'm really surprised that they haven't
  59. popped up as it seems like a winning idea. I'm assuming that programmers
  60. would be forthcoming in paying the fees to collegues who can save them some
  61. substantial amount of time by sharing their code. 
  62.  
  63. Of course, there is the quality issue. Who would want to risk "infecting"
  64. their code by including possibly misbehaving classes ? Guess the answer to
  65. this problem lies in some central clearing house for class "reviews".
  66.  
  67. -Sven
  68.