home *** CD-ROM | disk | FTP | other *** search
/ C++ Games Programming / CPPGAMES.ISO / mt / mthelp8.scr < prev    next >
Text File  |  1989-03-05  |  1KB  |  24 lines

  1.                        ╔════════════════════════════════╗
  2.                        ║      The IMPORT Function       ║
  3.                        ╚════════════════════════════════╝
  4.  
  5. The IMPORT functions allows you to take a track of data from a song file
  6. on disk and put into memory.  This is handy for routine parts such as
  7. simple percussion and bass sections.  You can edit the track after you have
  8. IMPORTed it, keeping the parts you need, transposing, etc.
  9.  
  10. Import first puts you in a file menu.  You pick the file you want to IMPORT
  11. from and hit return.  This file is not loaded, just selected.
  12.  
  13. Next you are put in the IMPORT menu.  On the top are the names of the tracks
  14. in the IMPORT file.  On the bottom are the tracks in memory.  You select which
  15. track above to import (SOURCE) and which track below to put the data (DEST).
  16.  
  17. Selecting the IMPORT function cause the track to be read into memory.  Any 
  18. note data in the DEST track before IMPORTing is erased, and the new data
  19. added on top.
  20.  
  21. If you want to keep the imported data, be sure to SAVE before leaving MT.
  22.  
  23.                        Hit any key to exit this screen.
  24.