home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 4 / Apprentice-Release4.iso / Utilities / Programming / MT2ToolKit 1.0b1 / Other MT2 software < prev    next >
Encoding:
Text File  |  1995-10-13  |  2.7 KB  |  67 lines  |  [TEXT/MPS ]

  1. Other MT2 software :
  2.  
  3. 1.Current:
  4.  
  5.     
  6.     Color Music System Prometheus (shareware) :
  7.     
  8.     makes visual effects for musical playing. 
  9.     A sound signal should be load to audio-input of Macintosh 
  10.     (in simple case, the source of the signal may be a microphone). 
  11.  
  12. You can get Prometheus-demo via ftp:
  13.  
  14. Host sumex-aim.stanford.edu
  15. /gst/snd
  16. FILE -r--r--r--     105387  Aug  9 17:34  prometheus.hqx
  17.  
  18. Host mac.archive.umich.edu
  19. /sound/soundutil/prometheus.sit.hqx 
  20.  106     9/10/95    BinHex4.0,StuffIt3.50
  21.  
  22.  
  23.  
  24. 2.Tools possible for next versions of MT2ToolKit :
  25.  
  26. C->Pas            # converts C sources to Pascal, supports Mac specificity,
  27.                 # but similar tool for MS DOS will be available, too.
  28.                 # The both tools will be capable to generate standard Pascal,
  29.                 # MPW Pascal, Symantec THINK Pascal and Borland Turbo
  30.                 # Pascal oriented code.
  31.                 
  32. Depend          # analyses dependency (simple and complex  circular) 
  33.                 # for blocks of Pascal program and its units. Especially
  34.                 # useful for understanding and restructuring of large 
  35.                 # programs (similar tool for MS DOS will be also
  36.                 # available).
  37.                 
  38. hyper-Rainbow   # makes readable listings for program understanding uses
  39.                 # sophisticated original know-how (MS DOS version 
  40.                 # will be available, too).
  41.                 
  42. Cataloger       # is collection of MPW scripts and tools to maintain
  43.                 # disks (HDs, floppies and CD-ROMs) and files catalogues.
  44.                 # Supports fast cataloging; comments for disks, folders
  45.                 # and files; searching by names, key words etc. It's capable
  46.                 # to find floppies with optimal free space to  add new 
  47.                 # portion of files to user's file collections. Inspite of
  48.                 # some other catalogers, this one is easily adaptable 
  49.                 # for specific needs of end user. This Cataloger may be
  50.                 # interesting not only for programmers, but also for  
  51.                 # everybody who has installed MPW software and who has 
  52.                 # minimal knowledges background about modifying MPW scripts.
  53.                 
  54. Diff              # sophisticated MPW scripts to maintain collection of versions
  55.                 # of any text (program, book etc.) It uses MPW text compare
  56.                 # tools to extract differences between initial version and 
  57.                 # current version in separate text file. And it's capable
  58.                 # to restore current version from initial and differences
  59.                 # files. So to save a lot of versions of the same text, user
  60.                 # should save only initial version and differences file, this
  61.                 # may save a lot of disk space for large number of versions.
  62.                 # Also, under program development process for a long distance
  63.                 # via network, the members of programmers team may send only
  64.                 # small differences file for current version of the program.
  65.                 
  66.  Michael Trofimov 
  67.  mtrofimov@glas.apc.org