home *** CD-ROM | disk | FTP | other *** search
/ World of Sound / World of Sound.iso / utils / modplayers / tracker / docs / readmefirst < prev    next >
Encoding:
Text File  |  1993-11-20  |  7.1 KB  |  148 lines

  1. This is version 3.19 of tracker.
  2.  
  3. Just a quick question-and-answer file.
  4.  
  5. - What is tracker, what do I need to use it ?
  6. tracker is a generic soundtracker player for unix-like machines. 
  7. You need an amiga or a sparcstation or an siligon graphics iris, 
  8. or a PC with unix and soundblaster, or a DECstation, or an HP700... 
  9. Your machine should be able to produce sounds, that goes without 
  10. saying. You also need tunes to play (mod files). Some are available 
  11. on nic.funet.fi, for instance.
  12. You will also want to get zoo and lha for your machines. 
  13. They should be on nic.funet.fi or amiga.physik.unizh.ch.
  14.  
  15. - How to compile it ?
  16. Just make machine to build it all, and make install after you've decided
  17. where you want to put it.  If you have an amiga, it's a good idea to
  18. recompile tracker anyway, provided you've got SAS/C.
  19.  
  20. - How to use it ?
  21. tracker -help will give you a good idea of what's available.
  22.  
  23. - How does it compare with SparcTracker, or str32 ?
  24. Well it's better... No, actually it's the same program, but the name has
  25. changed as it was evolving.  So anything labelled SparcTracker100, 
  26. SparcTracker1.1, or sparctracker1.2 is OLD.  Don't send me any bug reports
  27. about these older versions, this is useless.  Well, I'll try not to change
  28. the name of the program again...
  29.  
  30. - How does it compare with other trackers on the amiga ?
  31. First, its interface is not very friendly. Then, it might guru from time
  32. to time. But then, its source is in C, so it's easy to fix what you don't
  33. like, and it should get better over time. Also, it plays entirely by the
  34. rules, so it should work with any foreseeable releases of the OS, or even
  35. with audio cards that patch the audio.device in a reasonable way.
  36.  
  37. - What's new ?
  38. from 3.11:
  39. * amiga support ! Finally.
  40. * solaris 2.2 support.
  41. from 3.10:
  42. * general bug-fixes, plays some modules it goofed on (speed check, extended
  43. command loop now works).
  44. * repeat working better.
  45. * should be rather difficult to get cores out of it.
  46. * may fork when loading a new module, though not working satisfactorily yet.
  47. * almost readable scrolling display.
  48. * support for DECstations (thanks to Andrew Leahy (A.Leahy@st.nepean.uws.edu.au)
  49. * support for hpux (thanks to Bjoern Stabell (bjoerns@staff.cs.uit.no)
  50. * partial support for solaris
  51. from 3.9:
  52. * linux: small bug-fix, 16 bit support
  53. * general: bug in finetune fixed
  54. from 3.7:
  55. * background/foreground csh-aware mode, much cleaner termio.
  56. from 3.6:
  57. * support for linux (thanks to Hannu Savolainen (hsavolai@cs.helsinki.fi)
  58. * small bug fix in termio: restore to a sane tty on exit.
  59. from 3.0 (never released):
  60. * more efficient replay routine, works faster, all glitches finally suppressed
  61. (I hope).
  62. * more options, better integrated.
  63. * much cleaner source code.
  64. from 2.17:
  65. * tracker is aware of the sparcstation 10.
  66. * bug fix for command 5 (portamento slide), that now works like
  67. portamento. Mostly affects apocalypse module.
  68. * support for most protracker extended commands, including finetune.
  69. * dynamic adjustements to the output frequency, fast skip, much better
  70. user-response overall.
  71. * better runtime interface (without those strange signals sequences)
  72. * better screen output
  73. * audio flush on the sparc, don't have to wait 10sec+ to exit.
  74.  
  75. - Which kind of modules can it play ?
  76. MOST soundtracker/noiseplayer/protracker modules should play out ok. Due
  77. to various disagreements between all the soundtracker versions (never forget
  78. soundtracker is an horrible HACK, a big KLUDGE), it is a *REAL* nightmare to
  79. try and make some commands work. What you have is my best effort at trying
  80. to outguess every soundtracker composer in existence... Obviously, I haven't
  81. completely succeeded. MED support I've thought of, but don't forget, to
  82. make tracker work, I need to reverse-engineer assembly routines coded like
  83. spaghetti, and transform it into more or less human-readable, normal C code.
  84. So up till now, I haven't had time enough to do the same with MED. Teijo's
  85. code is not exactly limpid, MEDplayer itself tends to change from release to
  86. release. So maybe one day...
  87. Here is what is missing from the protracker format
  88. * extended commands 3/4/7/13/14
  89.  
  90. Actually, if you know other player programs, you will notice that tracker is
  91. better at that compatibility game than most of them, like <BLIP>, <BLOP> or <ZP>
  92. (names intentionnally omitted:-) )
  93.  
  94. - What are these weird things scrolling on my screen ?
  95. These are some informations on the current module, like its name,
  96. the distinct sample lengths and their names. 
  97. Oh, you mean -show ? Well, this is the tune being played. Get any protracker
  98. doc, I think you'll understand what's going on.
  99.  
  100. - I can't change the volume of the sound.
  101. That's intentional. There are other programs that do that quite well.
  102. What you really want is an audio control panel. There are some nifty ones
  103. around, just search carefully. There is no need for tracker to support variable
  104. volume.
  105.  
  106. - There are some ``not supported'' messages from time to time.
  107. tracker doesn't support the whole set of protracker commands, so it tells
  108. you when it doesn't play something the way it's supposed to be played.
  109. I don't know if I'll implement the remaining commands, as they are symptomatic
  110. for me that the mod format is just a big kludge, and not getting any better...
  111.  
  112. - I want to use tracker on another machine.
  113. Then you'll have to port it. You can wedge in at two levels: either replace
  114. the audio.c file or the xxx_audio.c. The audio.c works at the amiga level:
  115. it interprets commands to play samples and repeat parts in terms of 
  116. resampling them at the right frequency. If your machine supports four fully
  117. independent channels (like the amiga), you shouldn't have to resample, but
  118. instead issue the proper commands for these samples to play.
  119. Else, you'll have to use resampling, and going through a specialized xxx_audio
  120. file. The examples you have should be quite enough.
  121. If your unix is funky enough (or you're not working under unix), get rid of
  122. the -DFORKING, and define your machine to use stubs in termio.c at first, then
  123. try to get it back into action...
  124. If you make tracker run on another machine, please send me the required changes.
  125. Try to keep it to either the audio.c or xxx_audio.c file. If you make any
  126. other enhancement, I might like to incorporate it in a further release, but
  127. that part of the code may have evolved beyond control in between. xxx_audio
  128. files I can grope !
  129.  
  130. - How do I know which version I have ?
  131. Look at the version strings embedded in the various source files, and into
  132. the program itself. The highest one is the winner (usually the one from 
  133. main.c).
  134.  
  135. - What's going to happen next ?
  136. Porting tracker back to the amiga was very insightful. Even though I didn't
  137. have to change the source much, I now have lots of ideas about things to add
  138. and change throughout the whole source. The next version will probably be
  139. sturdier, easier to modify, and it will probably possible to hook a real
  140. graphic interface somewhere. Also, I intend to implement better recognition
  141. of various variants of the tracker format at some point, and even MED support
  142. maybe. There will probably be some interface to sox in the near future, plus
  143. some sturdier tools to read modules, extract samples from them, and compress
  144. them better (using gzip/lha/zip to compress the module part, and shorten
  145. for the samples part).
  146.  
  147.     Marc Espie
  148.