home *** CD-ROM | disk | FTP | other *** search
/ GEMini Atari / GEMini_Atari_CD-ROM_Walnut_Creek_December_1993.iso / files / music / mcscnvt / readme.txt < prev   
Text File  |  1990-03-25  |  5KB  |  101 lines

  1.  
  2.           8-bit Music Construction Set to ST Music Studio Converter
  3.           =========================================================
  4.  
  5.                        Beta-test version
  6.  
  7.                        By Greg Ozbirn
  8.                        
  9.                        March 25, 1990
  10.  
  11.                        Plano, TX
  12.  
  13.           Thanks to Robert Lansdale for the Music Studio file format
  14.           decoding.
  15.  
  16.  
  17. The files you should have after unarcing are:
  18.  
  19.     Combine.ttp - a program written in "C" that combines the MCS treble and
  20.                   bass staff files into one file called (filename).Tmp
  21.  
  22.     Convert.ttp - a program written in "C" that takes the (filename).Tmp 
  23.                   file and converts it into ST Music Studio format
  24.  
  25.     Readme.txt  - this file
  26.  
  27.  
  28. Preliminary info:
  29.     A few months ago I became interested in converting some of my old 
  30. Atari 8-bit Music Construction Set songs over to my ST's Music Studio
  31. format.  I looked around on the online services such as Genie and
  32. Compuserve, but couldn't find any such program.  So, I decided to write
  33. one myself.  
  34.  
  35.     I would not have attempted this were it not for a file by Robert
  36. Lansdale which detailed the Music Studio file format.  I figured this
  37. was half the battle.  All that was left was to decipher the MCS file
  38. format and write a converter program.
  39.  
  40.     Well, the MCS format is a little strange, to say the least.  It
  41. stores notes on the treble staff in a separate file from the notes
  42. in the bass staff.  To make matters worse, the bass staff and treble
  43. staff overlap each other by eight notes.  Still worse was the fact
  44. that MCS does not require notes in a vertical column to line up
  45. perfectly--Music Studio does.  So, the first thing that must be done
  46. before converting a file is to go make sure that any notes that belong
  47. in the same vertical column are exactly in the same vertical column.
  48. This is no big deal, since you probably entered songs this way in the
  49. first place.  However, the songs included on the MCS are not this way
  50. at all; they just seemed to put notes where ever they felt like it.
  51.  
  52.     I could have written a program that would have tried to line 
  53. notes up in the same column as best as it could, but I figured that
  54. the human eye was a much better tool to do this without putting something
  55. in the wrong column.  So, to convert a file, do this:
  56.  
  57.   1.  Somehow, get the file into the ST from the 8-bit.  Probably one
  58.       of Darek Mihocka's (St Xformer) tools is the best way to do this.
  59.       Note that two files are needed.  For example, with the "Turkey
  60.       in the Straw" song, the files were:
  61.             Turkey     - the bass staff notes
  62.             Turkey.mus - the treble staff notes
  63.       The treble staff file is always the same filename as the bass staff,
  64.       with .mus as an extension.
  65.  
  66.   2.  Execute file "Combine.ttp".  Give it the filename (including the path)
  67.       of the file to convert (without the extension, it will know to look 
  68.       for the other file).  It will produce a file by the same filename 
  69.       with .Tmp as an extension.
  70.  
  71.   3.  Execute file "Convert.ttp".  Give it the file produced in the prior 
  72.       step (including path but without extension).  It will produce a 
  73.       Music Studio file by the same name (with .sng as an extension).
  74.  
  75.   4.  Boot up Music Studio and try it out on the converted song.  
  76.  
  77.   5.  If some of the notes were in the wrong place, go look at the MCS
  78.       file on the 8-bit, and make sure all notes belonging in a single
  79.       vertical column are exactly in the same column.  (The notes should
  80.       line up, not the sharps, flats, etc.)
  81.  
  82.    If you encounter problems, I can be reached on Genie and Compuserve.
  83.    My Compuserve ID is 75006,3016.  The only testing that I've performed
  84.    is to convert the "Turkey in the Straw" song included on the 8-bit MCS
  85.    disk.  If in converting something you find a conversion error not 
  86.    involving "wrong column" problems, let me know and I will attempt
  87.    to correct the converter software.
  88.  
  89.    Also, feel free to send me email if you have benefitted from this 
  90.    software.  Used properly, it sure beats converting the songs by hand!
  91.  
  92.    Note:  This is freeware and may be uploaded anywhere--Enjoy!!
  93.  
  94.    Regards,
  95.    Greg Ozbirn
  96.  
  97.    Disclaimer:  As far as I know, this software is safe, but I assume
  98.    no responsibility for any damage that may result from the use of
  99.    this software.
  100.    
  101.