home *** CD-ROM | disk | FTP | other *** search
/ TCE Demo 2 / TCE_DEMO_CD2.iso / demo_cd_.2 / st_ste / diverse / tcb_trk.arj / tcb_trk.msa / SOUNDTRK.TXT < prev    next >
Text File  |  1996-12-20  |  2KB  |  76 lines

  1. AAAAAA YEAH!!!!!
  2.  
  3. This is a new piece of software from: The CareBears......
  4. But this time it's not demos or something like that. It's a 
  5. 4-channel 'Soundtracker' and it's public domain!!!!!!!!
  6. Here are some funktions for it:
  7.  
  8. f1=cut current channel
  9. f2=cut current pattern
  10. f3=paste current channel
  11. f4=paste current pattern
  12. f5=toggle monitor on/off
  13. f6=toggle write on/off
  14. f7=jump to 0
  15. f8=jump to 10
  16. f9=jump to 20
  17. f10=jump to 30
  18. (=fast loop set
  19. )=-"-
  20. delete=start
  21. \=rec.
  22. right shift=stop
  23. insert=patt
  24. clrhome=-"-
  25. help=pos
  26. undo=-"-
  27.  
  28. By pressing 'insert' in the file selector you can 
  29. enter your own name (in this demo only upper case) and 'undo' to 
  30. undo the save/load function. Press 'clrhome' to toggle music 
  31. on/off.
  32.  
  33. In the finished version there will be an built in sampling-
  34. editor, suport for midi, more edit funktions, drum edit screen, 
  35. stereo mode, a replay routine and other stuff that you will 
  36. notice if you buy this piece of software. 
  37. How to use your music in your games or demos...
  38.  
  39. In the finished version of The TCB Tracker there will be a file 
  40. called 'replay.rot' and you simply write something like this to 
  41. start the music:
  42.  
  43. x:
  44.      pea       0
  45.      move.w    #$20,-(sp)
  46.      trap      #1
  47.      addq.l    #6,sp
  48.      
  49.      moveq     #1,d0     ;replay mod 
  50.      lea       my_music,a0
  51.      jsr       digi_rout
  52.  
  53.      move.w    #7,-(sp)
  54.      trap      #1
  55.      addq.l    #2,sp
  56.      
  57.      moveq     #0,d0
  58.      jsr       digi_rout
  59.      illegal
  60.  
  61. my_music:
  62.      incbin    mysong.mod     
  63.      even
  64. digi_rout:
  65.     incbin     replay.rot
  66.  
  67.  
  68. We don't have the ability to sell this software so if you wan't
  69. to market this tracker please contact:
  70.  
  71.      Anders Nilsson
  72.      Sjöbjörnsv. 10
  73.      117 47 stockholm
  74.      SWEDEN
  75.  
  76.