home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 388.lha / RRR_v.7 / rrr.doc < prev    next >
Encoding:
Text File  |  1990-06-12  |  2.8 KB  |  100 lines

  1.             RASPUTIN'S RESIDENT RIPPER
  2.             ~~~~~~~~~~~~~~~~~~~~~~~~~~
  3.  
  4.     A new generation of utility.... MULTI utility !
  5.     Coding by Dobrica Pavlinusic
  6.     Version 0.7 preview, relase date: 17/05/1990, free copyable.
  7.  
  8.     0) Numbers on Screen
  9.        -----------------
  10.  
  11.     The screen looks something like this:
  12.  
  13.     colour
  14.     ----------------------------------------------------
  15.     aaaaa   bbbb           cccc    ddddd   eeeee   fffff
  16.     ----------------------------------------------------
  17.     bitplane
  18.  
  19.     numbers:
  20.  
  21.     aaaaa    current adress of bitplane
  22.     bbbb    bitplane modulo
  23.     cccc    current song position [while playing]
  24.     ddddd    start adress of sound modul
  25.     eeeee    end adress of sound modul
  26.     fffff    lenght of sound modul
  27.  
  28.     colours:
  29.  
  30.     * after searching for module-
  31.         - black...module not found (also, aaaaa, bbbbb and
  32.           ccccc are set to FFFFF !)
  33.         - white...module found !
  34.     * after some operation on keyboard
  35.         - red...start playing module
  36.         - green...module is playing
  37.         - blue...stop playing module
  38.  
  39.     1) Graphics part
  40.        -------------
  41.     All commands are compatibile with memory peeker from Amiga
  42.     Monitor V3.0/3.1 by Brada [now also from Semtex], but it
  43.     isn't based on its or any other peeker's code !
  44.  
  45.     keyboard:
  46.  
  47.     arrows...moving through memory (press shift to increase speed)
  48.     + [numeric keypad]...turns hyper speed on
  49.     - [numeric keypad]...turns hyper speed off
  50.     , [< without shift]...decrease bitplane modulo
  51.     . [> without shift]...increase bitplane modulo
  52.     del...reset modulo to zero
  53.     return...turn hires (640) mode on/off
  54.     backspace...set bitplane adress equal to module adress
  55.     F10...show resident ripper info page
  56.  
  57.     2) Sound part
  58.        ----------
  59.     RRR can rip Noisetracker's and Soundtracker's 2.3 modules,
  60.     and i haven't tested it on modules from ST 2.4 and/or 2.5 coz
  61.     i don't see that they are different from 2.3 (also, no one
  62.     uses them !). Warning: replay routine is for noisetracker's
  63.     modules, not for soundtracker 2.3 !!
  64.  
  65.     keyboard [numeric keypad]:
  66.  
  67.     *...search for module
  68.     /...continue searching
  69.     right alt...play module \ same commands are used in
  70.     space...stop playing    / noisetracker !
  71.  
  72.     hints:
  73.     Searching with option [*] starts from $10000 coz below that
  74.     adress is cli window and system area. If you want to search
  75.     from $00000 then use / all the time.
  76.     If the module is found use backspace to see how the memory
  77.     looks like at that place. If graphics (?!) at that place
  78.     looks like module you can play it. (a few rows)
  79.  
  80.     I hope that you like this production of mine. If you
  81.     send me donation of $5 USD or 10 DEM
  82.     you will get the latest update of this program.
  83.  
  84.     Still to come:
  85.     Working in interrupt (with exit and restart option !)
  86.     Saving of picture/module from peeker
  87.     Auto search for picture (!!!!) and colours
  88.     etc.
  89.  
  90.     If you have reports of any bugs or you want to send a
  91.     donation write to:
  92.  
  93.         Dobrica Pavlinusic
  94.         Vrbaniceva 2
  95.         41000 ZAGREB
  96.         Yugoslavia
  97.         Europe
  98.  
  99.                     Enjoy !
  100.