home *** CD-ROM | disk | FTP | other *** search
/ Audio 4.94 - Over 11,000 Files / audio-11000.iso / amiga / players / modplyrs / dmodp21a.rdm < prev    next >
Text File  |  1994-02-03  |  3KB  |  77 lines

  1. Short: MUI-based module player
  2. Uploader: tsuikki@lut.fi
  3. Author: paporkka@freenet.hut.fi
  4. Type: mus/play
  5.  
  6. D.A.S.ModulePlayer V2 has been written based on D.A.S.ModulePlayer V0-1.80
  7. (further on referred as DASMP)
  8.  
  9. DASMP is a program for playing different moduletypes supported by several
  10. tracker programs. Originally DASMP was designed to play only PT/NT/ST 
  11. modules, but for version 1.63 external player libraries were added.
  12. External player libraries weren't added to make player backward compatible
  13. but to make future compatible. If someone should make new tracker program
  14. with different/better modules type, it would be fairly simple to write
  15. supporting external player library for DASMP. 
  16.  
  17. Ultimate goal when developing DASMP is to make PRO - level module player,
  18. since there exists many moduleplayers, I wanted to make player for those
  19. who have hundreds of modules which needed to be handled efficiently without
  20. unnecessary limitations. 
  21.  
  22.     For version 2.0 and above MagicUserInterface is used to create the GUI.
  23. A lot of rewriting was done, about 80 % of the code has been rewritten and
  24. HUGE amounts of new code has been added.
  25.  
  26. Following is not the complete features list. Most of the features you can find
  27. by experimenting the player. Besides, I don't remember everything myself either.
  28.  
  29.     o MUI = Boopsi object oriented Graphical User Interface with
  30.         some awesome features. 
  31.  
  32.     o Unique Author based list handling/sorting system.
  33.  
  34.     o Basically ANY External archiver supported.  
  35.      - Multiple files within one archive supported. 
  36.      - XPK packer libraries supported.
  37.     
  38.     o All existing and future module types supported
  39.       through External Player libraries.
  40.       Already finished libraries:
  41.      - QuadraComposer 2.0 EMOD modules. Most functions implemented.
  42.      - (Octa)MED modules. 4 - 8 tracks. (dasMMD0.library)
  43.      - DigitalSoundStudio tracker. (dasDSS0.library)
  44.      - Experimental versions of FutureComposer players.
  45.         (requested by Roger Martensson)
  46.  
  47.     o Unique active search system.
  48.  
  49.     o Sorting by
  50.      - Name
  51.      - Name reverse
  52.      - Date 
  53.      - Date reverse
  54.  
  55.     o Several ways of keeping modulelist up to date.
  56.      - Normal filerequester (multiple selections supported)
  57.      - Arexx adding
  58.      - Whole directory adding
  59.      - List file load
  60.      - Add update (only newer than specified date added)
  61.      - Check for non existing modules.
  62.  
  63.     o High Configuratibility
  64.     
  65.     o Auto detaching when opened from CLI/Shell
  66.  
  67.     o Screen jumping to frontmost screen when hotkey'd.
  68.  
  69.     o Massive AREXX support.
  70.  
  71.     o Neat little quadrascope and dscope view.
  72.         - Task priority for these is definable
  73.         - Drawing speed is definable.
  74.  
  75.  
  76.     o MUCH OPTIONS THAT I DON'T REMEMBER MYSELF EITHER.
  77.