home *** CD-ROM | disk | FTP | other *** search
/ Fujiology Archive / fujiology_archive_v1_0.iso / !FALCON / ABSTRACT / MEGTKR96.ZIP / MEGATRAK.TXT < prev   
Text File  |  1994-09-27  |  9KB  |  226 lines

  1. ***************************************************************************
  2. MEGATRACKER 0.932β                                  september, 25th 1994
  3.  
  4. Bug of STOP button fixed (thanks to BLISS)
  5.  
  6. Now you can choose the tracks (for each voice)
  7.  
  8. Some minor details implemented, as :
  9.  - The Shift keys are now active, try them with Arrows
  10.    Try also them with the Insert Key (Insert a blank line in current track)
  11.                 and the Clr-Home Key (Delete a line in current Track)
  12.  
  13.  - You can now press the mouse buttons for a long time
  14.    Repetitions have been implemented (useful to scroll the directory)
  15.  
  16.  - Try the F8 key (VGA mode only)
  17.  
  18.  - SpaceBar = Play Song On/Off
  19.  
  20.  - BackSpace = Blank the current line of the current track
  21.               (Pointed by the cursor)
  22.  
  23. Some little shitty bugs removed
  24.  
  25. (I swear the next time it will be the version 0.94β. The Version 1.0
  26. will be registerable  (soon))
  27. ***************************************************************************
  28. MEGATRACKER 0.931β                                   august, 18th 1994
  29.  
  30. This is exactly the same version than 0.93β  BUT with many bugs fixed:
  31. (I hope)
  32.  
  33. Loading correct
  34. No more ghosts rows
  35. EDIT function correct
  36. scrolling track correct
  37. MTM loop correct (MTM module TIMEDRIF.MTM now correct it was the only one
  38.                   I found with this bug)
  39. Font now 8*8 (instead of 8*7, I used it on the STE to have more cpu time.
  40.               Bugging the minus letters)
  41.  
  42.  
  43. Hem... I have not yet coded the 669 format to my new format (with track)
  44. but I will do it (I swear).
  45. ***************************************************************************
  46. MEGATRACKER 0.93β                                    august,  8th 1994
  47.  
  48. Great improvement : Now each patterns are no rows nor columns any longer.
  49. I use a new system (new for soundtracker not for sequencer) :  the TRACKS
  50. Now patterns are just : 
  51.           len (# of rows) of pattern + pointers (Voice -> Track).
  52.           
  53. Look at the difference between a MOD loaded and a MTM loaded.
  54. The first one has his tracks consecutives, not the second one.
  55. This way allow to save much of memory wasted as before.
  56.  
  57. Now you can chose the max number of Positions (len of a sequence), Patterns
  58. and tracks up to 65535 (eheh). Hem! in fact, in this version you can only
  59. increase this number, decrease not yet implemented (I'm working on it with
  60. suppession of selected track (not the last, as decreasing), and the
  61. insertion (not adding to the end).
  62. You cannot choose your track yet.
  63.  
  64. WARNING : The display is now hexa.
  65.  
  66. New : The parameters are on 2 bytes (MOD : 1 byte) allowing to implement
  67. better effect (volume from 0 to 255 instead of 64 for both left and right
  68. at the same time, arpeggio on 5 periods instead of 3, ...)
  69.  
  70. New function: $22 SET STEREO  param: xxyy  (xx:left volume yy:right vol)
  71. BUT I have not yet implemented the new volume management (0 ->255)
  72. still 64... (I'm working on it)
  73.  
  74. The bug of the bad loop in S3M format if fixed
  75. Some minor bugs are fixed (I now there are still left)
  76.  
  77. Now I'm working on the 0.94 with :
  78. Supp, Insert : pos,patt,track
  79. modification of a len of track (<> len of the patt)
  80.  If len track = len patt  => no prbm
  81.  If len track > len patt  => the end of the patt has priority
  82.                              the rows left of the track will not be played
  83.  If len track < len patt  => nothing will be played at the end of track
  84.  
  85. Block management
  86.  
  87. ***************************************************************************
  88. MEGATRACKER 0.92β                                    june, 24th 1994
  89.  
  90. Now can hear S3M mod format, not 100% correct because of 2 new effects
  91. (tremor and retrig+volumeslide), and strange loop samples (2ND_PM.S3M).
  92. If you think that a sample should not loop, then choose it
  93. (using 'insert' and 'clr' keys), then press F6 to disable loop mode.
  94.  
  95. Some minor bugs removed
  96. ***************************************************************************
  97. And now this is the MEGATRACKER 0.91β                june, 4th  1994
  98.  
  99. Tempo is now implemented (by Simplet (Abstract))
  100.  
  101. Using Host Interrupts for both 68030 and DSP, useful for leaving free
  102. more DSP memory (I compute 1 channel at time), so you can have others
  103. routs in it.
  104.  
  105. Sample base frequency is now from 8400 to 49170
  106.  
  107. The 6 octaves are enabled (Keyboard : low, med , high, very high)
  108. WARNING : the higher the frequency is, the more 68030 time you take
  109.  
  110. Panning is now implemented (From PC version : MTM and S3M)
  111. It's the $E8 function ($18 here)
  112. Parameter is from 0 to $f (from left to right)
  113.  
  114. And soon : A mega .MOD format
  115.            New panning management : 
  116.            both sides (left and right) will be independant
  117. ***************************************************************************
  118. So here is the MEGATRACKER 0.9β                      may, 23th 1994
  119.  
  120. by Axel Follet (MCS) for the Code
  121.    Simplet (Abstract) for the DSP rout
  122.    Alf (?) for the GRFX
  123.    
  124. Featuring 32 channels 8 bits (interpolated to 16 bits)
  125. Allowing MOD format, 8CHN, CD81, FLT8, 669(rename them to .mod), MAD, MTM
  126.          (also Oktalyser (amiga) but not really correct)
  127. and soon S3M (because I receive the official format yesterday)
  128.  
  129. REMEMBER to modify a value (as volume, position, pattern ...)
  130. click on it with the left button to increase (by 1, 10 or 100) and
  131. the right one to decrease (same)
  132.  
  133. To load a mod click on it then click on LOAD (SAVE is disabled)
  134. (You can pack with the ATOMIK 3.5)
  135. For Loading a sample the MEGATRAK will find the first free place.
  136.  
  137. To go up on directories click on the smiley
  138.  
  139. Volume is modified by the number of active voices (you can modify it
  140. yourself but the sound can become trashy)
  141.  
  142. Frequency is not useful with the DSP version (Old 68030 version used it)
  143.  
  144. To change selected drive, click on it then click on DRIVE to validate
  145. (WARNING I've got many trouble with A and B floppy but as everybody have
  146.  an Hard Drive ...)
  147.  
  148. KEYBOARD : if you choose PIANO : Standard soundtracker piano keyboard
  149.            OCTAVE is LOW, MED or HIGH  because AMIGA format has 3 octaves
  150.            (from A-1 to G-3)
  151.            mine has 6 octaves (from A-0 to G-5) BUT in this demo version
  152.            it is not correctly implemented (bugs with MTM format)
  153.            
  154.            if you choose DRUM : The keyboard will be a DrumKit (try all keys)
  155.            and as you can have 256 samples and the keyboard has only 64 keys
  156.            POSITION allow you to reach all samples ('A' key is the first spl)
  157.            
  158. And in SAMPLE you can choose the correct FRQ. command and parameter for a
  159. sample (useful for DRUMKIT).
  160. Volume and fine tune are used both by PIANO and DRUM.
  161.  
  162. MONO/STEREO are not implemented in this version
  163. SIGNED allow to convert SIGNED/UNSIGNED sample
  164. CODED ON (8 / 16) BITS (no comment)
  165. REDUCED TO  (15-14 / 7-6) BITS is not useful with the DSP version
  166. (it was for the 68030 version)
  167.  
  168. MEGATRACK allows several MUSIC in 1 module (a music is a succession of
  169. patterns)
  170.  
  171. NOTE OPTION is not yet implemented
  172.  
  173. Clear     SAMPLE,PATTERN or MUSIC (just erase current)
  174. Clear ALL SAMPLE,PATTERN or MUSIC (erase all)
  175.            
  176. VOICES :    a 'X' : voice is a music    channel
  177.  (and/or)   a 'F' : voice is a sound FX channel  (for the replay rout)
  178.             a 'B' : for block mode (not implemented in this beta version)
  179.                     (block will be copied,cut,pasted or deleted)
  180.                     
  181. Block mode is not implemented here
  182.  
  183. In sample, loop is not modifiable yet
  184.  
  185. Instead of the AMIGA format, in pattern, volume is independant
  186. a row is coded : 1 byte for the note
  187.                  1 byte for the instrument
  188.                  1 byte for the command
  189.                  1 byte for the parameter
  190.                  1 byte for the volume    (equivalent to 'C' command)
  191.                                           (but 'C' has priority)
  192.  
  193. With this DSP version I have not implemented the TEMPO, and you can count
  194. 1% to 1,5% of 68030 time taken by voice (for the replay rout only because
  195. all voices are actives in the editor, but not necessairly listenable)
  196.  
  197. The samples have no lenght limit
  198.  
  199. Press : 'HELP' to watch cpu time taken
  200.         'UNDO' to modifie the stereo    (LLRR to LRLR) due to AMIGA
  201.                                                        non standard stereo
  202.         'INS' and 'CLR' : change the number of the current sample (PIANO mode)
  203.                           same effect by clicking
  204.         'ESC' to stop listening
  205.  
  206. I include all Protracker effects (except funk, filter and panning (PC) )
  207. The $Exy commands (protracker) are implemented in $1x yy (MGT)
  208. and I will implemente new S3M effects
  209.         
  210. Well I think that's all for this moment.
  211.  
  212. I began to code this in november 1990 for my STE (11 voices) and little
  213. by little (when I had time) I ameliorate it, and it will be in constant
  214. evolution.
  215.  
  216. For any comments :      AUDUC Guillaume
  217.                         5,allee cassard
  218.                          44000  NANTES
  219.                             FRANCE
  220.                           40 47 93 58
  221.                       RTEL bal AXEL FOLLET
  222.                       
  223. If you are interested by replay rout (using very easily sound FX)
  224. contact me for negociation.
  225. ***************************************************************************
  226.