home *** CD-ROM | disk | FTP | other *** search
/ Magazyn Amiga Shareware Floppies / ma40.dms / ma40.adf / Pilot / UR.doc < prev    next >
Text File  |  1991-04-20  |  3KB  |  78 lines

  1.  
  2. UR © 1991 by Greg Cunningham  (Plink: BAUDMAN)
  3.  
  4. UR is a replacement sampler/player for the Universal Remote by Jamie Mueller.
  5.  
  6. This software is FREEWARE, do whatever you want with it.
  7.  
  8. I found the other software to be too slow for my 68020.  It would sometimes
  9. work with my VCR, but would never work with anything else.
  10.  
  11. I've tested this software with the 68000, and it works fine with my stereo, VCR
  12. and everything else but the Mitsubishi video controller.  It seems to use a
  13. really high frequency, but the 68020 handles it well.
  14.  
  15. I put this hack together kinda quick, so it's not all that great.
  16.  
  17. Sampling usage:
  18.     UR SAMPLE <file> [file] [file] ...
  19.  
  20. Playing usage
  21.     UR <file> [file] [file] ...
  22.  
  23. When playing, it will work with multi-selected icons and MS-DOS style pattern
  24. matching in any argument.  If you enter a directory name it plays every file,
  25. sorta like LIST.  Sorry, I just grabbed an old recursive/icon startup module.
  26.  
  27. Example: to change the TV channel to 12 use: "UR 1 2" or "UR FH1:TV/1 FH1:TV/2"
  28.  
  29. When sampling, give it all the filenames you want to sample to.
  30. Each name will be displayed.  At that point press the desired button on the
  31. remote, and it will be sampled, compressed, and written to the file.
  32. It will display "sampled" if everything went well, or "failed" if it couldn't
  33. write to the file.   To abort press the left mouse button.
  34.  
  35. Example: "UR SAMPLE 0 1 2 3 4 5 6 7 8 9 Power QuickView VolUP VolDN Mute ChUP ChDN"
  36.  
  37. These samples are normally around 40K-60K on the '020, and compress down to
  38. about 2K.  I haven't tested it with a 68030, so it might be too fast and may
  39. complete before the remote is done.  If so, try running NoFastMem or changing
  40. the program's code hunk to CHIP.
  41.  
  42. This program disables multi-tasking and interrupts when waiting for the remote,
  43. sampling, and playing, so it could cause errors in a telecomm file transfer or
  44. if you sample to a harddisk or play files from the HD, but I haven't had any
  45. problems yet.
  46.  
  47. Final notes:
  48.   Many thanks to Jamie Mueller for his schematics and making this possible!
  49.   Other than forgetting to connect the power and ground to both chips and
  50.   and having to IR LED backwards, I've had lots of fun with this thing, and
  51.   plan to have more.
  52.  
  53.   If you are planning to build this and forget to look at the specs for these
  54.   chips, or can't get ahold of them, here's what's missing from the schematics.
  55.  
  56.   SA74LS245
  57.     pin 20 = Vcc
  58.     pin 10 = GND
  59.  
  60.   7404
  61.     pin 14 = Vcc
  62.     pin  7 = GND
  63.  
  64.  
  65.   and, if you can't figure out the LED, the anode (non-flat side) goes to power.
  66.   The Radio Shack high output IR LED is backwards from normal LED's, or maybe
  67.   I'm just nuts.
  68.  
  69. One last note on sampling :-)
  70.  
  71.    I just need sample cuz noone says it's wrong.
  72.      It's so easy to evolve using someone else's songs.
  73.    Everybody wants to be a star in modern days,
  74.      but if I don't have talent then I'll just get by this way.
  75.  
  76.                                               -- Metal Church (The Human Factor)
  77.  
  78.