home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / comp / sys / mac / programm / 15447 < prev    next >
Encoding:
Internet Message Format  |  1992-09-14  |  2.5 KB

  1. Path: sparky!uunet!cis.ohio-state.edu!pacific.mps.ohio-state.edu!linac!uwm.edu!ogicse!cs.uoregon.edu!geriatrix.cs.uoregon.edu!jasper
  2. From: jasper@geriatrix.cs.uoregon.edu (Jon Barber)
  3. Newsgroups: comp.sys.mac.programmer
  4. Subject: CQuickSound - Think C TCL class for async sound
  5. Message-ID: <1992Sep14.190410.12391@cs.uoregon.edu>
  6. Date: 14 Sep 92 19:04:10 GMT
  7. Article-I.D.: cs.1992Sep14.190410.12391
  8. Sender: news@cs.uoregon.edu (Netnews Owner)
  9. Organization: University of Oregon Computer and Information Sciences Dept.
  10. Lines: 39
  11.  
  12. [Sorry for the repeat of the previous message, but I wanted
  13. to more fully describe what I've got.]
  14.  
  15.     CQuickSound  is a small, efficient Think C 5.0 TCL class 
  16. that allows both one-time and continuous-with-control playback of
  17. sound handles.  There are some limitations, but it works
  18. well for the majority of situations.  It was designed after
  19. reading the latest-and-greatest (august) of  d e v e l o p  magazine,
  20. and, well, it's real handy for Joining the Noisy Revolution.  Calls are 
  21. as simple as
  22.             gQuickSound->PlayOnce(soundHandle);
  23.         or
  24.             forever = gQuickSound->PlayForever(soundHandle);
  25.                 ... and later on ...
  26.             gQuickSound->KillForever(forever);
  27.   
  28. I'd like to get feedback about whether folks could swing paying me
  29. $10 - $20 dollars for copies of QuickSound.  I'm a low-payed mac contractor,
  30. things like QuickSound are how I'm hoping to, well, eat!  And 
  31. I've been interested in the idea of share-ware TCL classes, and
  32. thought this would be a good venture into this realm.
  33.  
  34. Take care, and don't forget to bark at the postman...
  35.  
  36. P.S.  Could any responders to my previous message please
  37. mail me again?  The five of you were accidentally deleted
  38. from my mailbox :-(
  39.  
  40. +---------------------------+--------------------------------------+
  41. |"jasper" Jon Barber        | Jasper Enterprises                   |
  42. |jasper@cs.uoregon.ed)      | Unix & Mac Consulting, Ad Excellentum|
  43. +---------------------------+--------------------------------------+
  44. |  * Currently based in Eugene, Oregon, Amerika, living the simple |
  45. |    life with Macs, Peacocks, and three consulting gigs.          |
  46. |  * Anyone interested in a Vegetarian Telecommuting Commune?      |
  47. |  * Anyone interested in hiring me for inexpensive, high-quality  |
  48. |    work in exotic locations??  India?  Costa Rica?               |
  49. |    Switzerland?  Nepal?  New Zealand?  Your Winnabego?           |
  50. +------------------------------------------------------------------+
  51.