home *** CD-ROM | disk | FTP | other *** search
/ ARM Club 3 / TheARMClub_PDCD3.iso / hensa / sound / riscsid_2 / !HELP
Text File  |  1997-10-20  |  6KB  |  123 lines

  1. RiscSID V1.00
  2. =============
  3. RiscPC port Copyright (c) 1997 Vincent Penné (also known as Ziggy Stardust from
  4. the Overlanders)
  5. Sid player Copyright (c) 1995,1996 Michael Schwendt
  6. All rights reserved.
  7.  
  8. This is the first release of RiscSID, a friendly SID music player. 
  9. It is based on the Michael Schwendt "SidPlay" program in C++ and has been 
  10. ported on RiscPC by Vincent Penné (who is currently writing this masterpiece of 
  11. text). If you are not a synthesised C64 (or others) song lover, you can stop to 
  12. read now !
  13.  
  14. To use this program, you just have to double click on it, which will open 
  15. the subdirectory ZIC in which you might find some SID tune. (I put some few 
  16. tunes already, but it is up to you to add some more) Then, double click on 
  17. one of the song will simply play it. The first time, the control window 
  18. should appear. You can close it whenever you want, and open it again simply 
  19. by clicking on the RiscSID icon that is on the icon bar.
  20.  
  21. The control window features : 
  22. - the song name, the author and the copyright informations,
  23. - the song number ( that you might change with the two arrows next to it ) ,
  24. - a play button ( to start a new selected song number, or simply to restart 
  25. from the beginning of the current song )
  26. - a fast forward button ( to ... oh shit, I'm sure you know what that means ! )
  27. - a L/R delay button : when it is on, there is small delay between the left 
  28. and right channel, which create a sort of spacial effect. If your output is 
  29. not stereo, it will just create a small echo effect ... Oh, yes, don't worry
  30. it you remark a long time before any change seems to be taken in account : it
  31. is just because I am using many sample buffers of advance (because the Wimp
  32. might not Poll my application often enough (for example when you are moving
  33. a window around ...) )
  34. - a NTSC button : it let you force the NTSC mode, in which song should be 
  35. faster (screen refresh of 60Hz instead of 50Hz). Note that if the song came 
  36. originally from an american game, then this option is useless. It will take 
  37. effect only on the next play song button click.
  38.  
  39. To change the replay rate (which by default is of 21000Hz (works only on 
  40. SA !! )), it is rather tricky : you have to set the variable SID$Options to
  41. "-ffreq" (where freq is for example 21000), and then play a music. You have
  42. to be sure that the player was not already running, otherwise the option
  43. will not be taken in account ... To make a definitive change, you might want
  44. to modify in the !BOOT file the "Set SID$Option -f21000".
  45.  
  46. There is also the option -a, that you might want to use with some song that
  47. don't work (it puts the player in an more compatible mode). But it is better
  48. not to put this option by default since it lowers the accuracy of the
  49. emulation.
  50.  
  51.  
  52. Finally, I put some of my favourite song in the ZIC directory. One of them,
  53. called SpellBound, seems not to work ... However I never heard this song on
  54. a real C64, but only the one on my good old Atari ST ( I'm talking about
  55. Mad Max's conversion in the Bid Demo of course ! ) Could anybody tell me if
  56. it sounds normal ?? Also, I'm looking desesperatly for International Karate, the
  57. version I got doesn't work. (but maybe it is a problem with the player)
  58.  
  59.  
  60. FILE TYPE
  61. =========
  62. I am currently using the file type number &CCD to denote SID music song. I hope
  63. it is OK for everybody...
  64.  
  65. KNOWN BUG
  66. =========
  67. - If you type <RETURN> while the cursor is in the song number text, the 
  68. control dialog box will close, and you won't be able to reopen it ! 
  69.  
  70.  
  71. CONTACTING THE AUTHOR
  72. =====================
  73. You might want to contact me for any reasons, here is my full adress :
  74.  
  75. Vincent Penné,
  76. 26, chemin Joseph Aiguier,
  77. 13 009 Marseille,
  78. FRANCE.
  79.  
  80. EMAIL : penne@cpt.univ-mrs.fr
  81.  
  82.  
  83. THANKS
  84. ======
  85. Many thanks to Ben for helping with the sound output, and for the drawing of
  86. RiscSID icon (other drawings are of my responsibility ! )  .
  87.  
  88. Thank to Michael Schwendt for releasing the source code of SidPlay.
  89.  
  90. Other thanks are of course for all the music composers that provided us such
  91. wonderful things.
  92.  
  93.  
  94.  
  95. COPYRIGHTS AND (NO) WARRANTIES
  96. ==============================
  97. Sid player Copyright (c) 1995,1996 Michael Schwendt
  98. InterNet email: 3schwend@informatik.uni-hamburg.de
  99. RiscPC port Copyright (c) 1997 Vincent Penné
  100. InterNet email: penne@cpt.univ-mrs.fr
  101. All rights reserved.
  102.  
  103. Redistribution and use in source and binary forms, either unchanged or
  104. modified, are permitted provided that the following conditions are met:
  105.  
  106. (1) Redistributions of source code must retain the above copyright
  107. notice, this list of conditions and the following disclaimer.
  108.  
  109. (2) Redistributions in binary form must reproduce the above copyright
  110. notice, this list of conditions and the following disclaimer in the
  111. documentation and/or other materials provided with the distribution.
  112.  
  113. THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
  114. IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
  115. OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
  116. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT,
  117. INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
  118. (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
  119. LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED
  120. AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR
  121. TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
  122. OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  123.