Re

Source in C, Pascal, etc. Note: apps that come with source should be included here as well as the appropriate software directory.
User avatar
Info-Mac
Administrator
Posts:13716
Joined:December 21st, 1988, 11:00 am
Re

Post by Info-Mac » November 11th, 1996, 11:00 am

Download: http://archive.info-mac.org/dev/src/mpe ... 33-src.hqx

Due to popular demand, I've enclosed the source for my (old) port of maplay
to the Mac. This is the source to "MPEG Audio for Macintosh 0.3.3". I no
longer support this quick port, since my freeware SoundApp 2.1.1 supports
MPEG playback and conversion and works much better.

-Norman




In article ,
[email protected] (Tom Cunningham) wrote:
>
>
> Does anyone have some code for an MPW tool using Apple Events that
> they could send me? In particular, I want to communicate with the
> Tool Server (e.g. run a script) via Apple Events from within an MPW
> tool. Thanks.

I used the following in a tool I wrote to kill and restart the Finder. This
was in the hopes that shutting down the Finder would help speed up my long
compiles (it didn't). Remember that you have to have one of the MPW Shells
that comes with its High-Level Event Aware bit set:

void KillFinder()
{
Post Reply