home *** CD-ROM | disk | FTP | other *** search
Text File | 1995-10-13 | 2.7 KB | 67 lines | [TEXT/MPS ] |
- Other MT2 software :
-
- 1.Current:
-
-
- Color Music System Prometheus (shareware) :
-
- makes visual effects for musical playing.
- A sound signal should be load to audio-input of Macintosh
- (in simple case, the source of the signal may be a microphone).
-
- You can get Prometheus-demo via ftp:
-
- Host sumex-aim.stanford.edu
- /gst/snd
- FILE -r--r--r-- 105387 Aug 9 17:34 prometheus.hqx
-
- Host mac.archive.umich.edu
- /sound/soundutil/prometheus.sit.hqx
- 106 9/10/95 BinHex4.0,StuffIt3.50
-
-
-
- 2.Tools possible for next versions of MT2ToolKit :
-
- C->Pas # converts C sources to Pascal, supports Mac specificity,
- # but similar tool for MS DOS will be available, too.
- # The both tools will be capable to generate standard Pascal,
- # MPW Pascal, Symantec THINK Pascal and Borland Turbo
- # Pascal oriented code.
-
- Depend # analyses dependency (simple and complex circular)
- # for blocks of Pascal program and its units. Especially
- # useful for understanding and restructuring of large
- # programs (similar tool for MS DOS will be also
- # available).
-
- hyper-Rainbow # makes readable listings for program understanding uses
- # sophisticated original know-how (MS DOS version
- # will be available, too).
-
- Cataloger # is collection of MPW scripts and tools to maintain
- # disks (HDs, floppies and CD-ROMs) and files catalogues.
- # Supports fast cataloging; comments for disks, folders
- # and files; searching by names, key words etc. It's capable
- # to find floppies with optimal free space to add new
- # portion of files to user's file collections. Inspite of
- # some other catalogers, this one is easily adaptable
- # for specific needs of end user. This Cataloger may be
- # interesting not only for programmers, but also for
- # everybody who has installed MPW software and who has
- # minimal knowledges background about modifying MPW scripts.
-
- Diff # sophisticated MPW scripts to maintain collection of versions
- # of any text (program, book etc.) It uses MPW text compare
- # tools to extract differences between initial version and
- # current version in separate text file. And it's capable
- # to restore current version from initial and differences
- # files. So to save a lot of versions of the same text, user
- # should save only initial version and differences file, this
- # may save a lot of disk space for large number of versions.
- # Also, under program development process for a long distance
- # via network, the members of programmers team may send only
- # small differences file for current version of the program.
-
- Michael Trofimov
- mtrofimov@glas.apc.org