home *** CD-ROM | disk | FTP | other *** search
/ World of A1200 / World_Of_A1200.iso / programs / disk / cdrom / dcplayer11 / readme < prev    next >
Text File  |  1995-02-27  |  6KB  |  159 lines

  1. DCPlayer - another pulsating Blender Software (BS) production
  2. -------------------------------------------------------------
  3.  
  4. It's yet another music CD player. This one sits quietly in the background and
  5. watches the buttons on the control pad (or joystick) plugged into controller
  6. port 1.
  7.  
  8. So now it's possible to play CDs whilst doing something else using Workbench.
  9. When it's time to swap CDs or skip tracks you just press a button on the pad
  10. and carry on with what you were doing before, instead of shuffling through
  11. windows or screens, clicking on something, then finding your way back.
  12.  
  13. I really wrote it to help me sample CDs - I find that the CD32 control pad is
  14. faster to use than my stereo and I don't want wires trailing across the room
  15. - instead I have a sampler that's connected from the SX-1's parallel port to
  16. the CD32's audio output, some sample software, and this to skip to the right
  17. place on the CD before starting sampling. Easy, eh?
  18.  
  19. And another good reason - at the moment nobody's found out a way of ripping
  20. audio data from CD to memory with cd.device. So this is the next best thing.
  21.  
  22.  
  23. So, what does it work on?
  24. -------------------------
  25.  
  26. Any Amiga with a CD drive and cd.device. That means the CD32.
  27.  
  28. It also works on the A1200 with the Archos Overdrive CD drive. It should work
  29. with the Squirrel drive, but that hasn't been tested.
  30.  
  31. It should also work on big box Amigas with a SCSI or IDE CD drive and either
  32. Kickstart 3.1 or Cache-CDFS or some other CD32 emulation software, but I
  33. haven't tested it on that.
  34.  
  35. It needs lowlevel.library. It's built into the CD32. If you've got a normal
  36. Amiga you can copy this from practically any CD32 CD to the LIBS: directory.
  37. Or it's already there if you've upgraded to Kickstart 3.1.
  38.  
  39. It doesn't work with the CDTV or A570 because those machines use cdtv.device
  40. and I don't have any info on that. Ho hum.
  41.  
  42.  
  43. Archos Drive
  44. ------------
  45.  
  46. If you're using the Archos Drive then you won't be able to eject CDs until
  47. you install version 9 of the software. There's nowt I can do about this. The
  48. reverse and forward search just doesn't want to work, even with version 9.
  49.  
  50. The upgrade to version 9 should be freely available from the dealer that you
  51. bought your drive from. Hmm...
  52.  
  53.  
  54. Installing
  55. ----------
  56.  
  57. Drag the icon to your C: drawer or some other drawer you've got for programs.
  58. Change the shell options or tooltypes if you like...
  59.  
  60.  
  61. Options
  62. -------
  63.  
  64. This time you get some options. Stick 'em in the tooltype list if you're
  65. running from Workbench or type them as options from the shell.
  66.  
  67. - DISPLAY
  68.   You get a little read out on the screen of what's happening. It's really a
  69.   sprite, so it doesn't matter if you flip screens or have an autoscrolling
  70.   Workbench screen, it always stays there.
  71. - LEFT <number>
  72.   The distance from the left edge of the screen to the display. 0 is the far
  73.   left and 319 is the far right (but it could be a bit more if you've got an
  74.   overscanned screen).
  75. - TOP <number>
  76.   The distance from the top edge of the screen to the display. 0 is the top
  77.   and 255 (or 199 for NTSC) is the bottom (or a bit more for overscan).
  78. - COLOUR1 <R><G><B>
  79.   COLOUR2 <R><G><B>
  80.   COLOUR3 <R><G><B>
  81.   The highlight, shadowed, and bright colours of the display. Each R, G, and
  82.   B number is from 0 to 9 or A to F (for 10 to 15). You can't leave a space
  83.   between the numbers. You can use COLOR too.
  84.  
  85. The defaults are no Archos, no display, the left edge just a little bit away
  86. from the right edge of the screen, the top edge just a little bit away from
  87. the bottom of the screen, and some very tasteful colours.
  88.  
  89. With the left and top edge defaults it has a guess at where the far end of
  90. the screen is, but it goes a bit mad when you have two screens displayed at
  91. once (say when the Workbench screen is dragged down a bit). I'm not bothered
  92. about this and I don't have any RKMs so it probably won't get fixed. All you
  93. have to do is work out the co-ords for yourself.
  94.  
  95.  
  96. Running
  97. -------
  98.  
  99. From the Workbench, click on the icon once to start it and again to stop it.
  100. To run it all the time, drag it to your WBStartup drawer.
  101.  
  102. From the shell, type "DCPlayer" to start it and either run it again from
  103. another shell or press CTRL and C to stop it. To run it all the time, put
  104. "Run <>NIL: DCPlayer" at the end of your User-Startup.
  105.  
  106.  
  107. Controls
  108. --------
  109.  
  110. The CD32 pad is used in almost the same way as it is in the CD32's music CD
  111. player. There are a few differences though. Skipping tracks is different - it
  112. makes things easier for sampling (er, and it's easier to code...). If your CD
  113. drive can eject CDs, you can use the shuffle button.
  114.  
  115. If you don't have a CD32 pad you can use a Megadrive joypad, a Master System
  116. joypad, or a two button joystick instead. You just can't eject CDs or turn on
  117. loop, a shocking loss as I'm sure you'll agree.
  118.  
  119. Finally if you've got an old crappy single fire button joystick you don't get
  120. eject or loop and you're not able to stop the CD (but you can still pause it
  121. though).
  122.  
  123.     Function        CD32 pad        Others
  124.     --------        --------        ------
  125.  
  126.     Play/Pause        Select/Play        Fire
  127.     Stop            Stop            (2nd fire)
  128.     Search <        Reverse            Up
  129.     Search >        Forward            Down
  130.     Track  <        Left            Left
  131.     Track  >        Right            Right
  132.     Eject            Shuffle
  133.     Loop            Loop
  134.  
  135.  
  136. Boring wibble
  137. -------------
  138.  
  139. This is copyrighted by me but freely distributible. It shouldn't be altered
  140. in any way and you should only charge for disks, postage, or packing if you
  141. charge for anything.
  142.  
  143. If something goes wrong (it crashes, an android appears from a trapdoor in
  144. the floor and blows up your CD32, etc...) then I can't be held responsible
  145. for the mess - you use this program at your own risk. After all, it's free
  146. - what more do you want?
  147.  
  148. And finally it can't be used as part of anything that's sold for profit
  149. without my say so, although the chances of that are fairly remote, I think. I
  150. guess it never hurts to ask though.
  151.  
  152. My Email address is dan@blender.demon.co.uk, if you spot a bug or have a
  153. stunning idea or just feel in the mood for some oral intercourse.
  154.  
  155. I thank you, punters. And now over to Doc who's holding a funny shaped
  156. carrot.
  157.  
  158. Dan.
  159.