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