home *** CD-ROM | disk | FTP | other *** search
/ MacPeople 1999 February 15 / MACPEOPLE-1999-02-15.ISO.7z / MACPEOPLE-1999-02-15.ISO / オンラインウエア / 厳選オンラインウエア100 / サウンド / TiMidity++1.0.0.68k.sit / TiMidity++1.0.0.68k / doc / README.tk < prev    next >
Text File  |  1998-11-03  |  2KB  |  78 lines

  1. ---------------------------------------------------------------------
  2. This is the README file of TkMidity Ver.1.5, Tcl/Tk interface for
  3. TiMidity MIDI Converter/Player.
  4.  
  5. TkMidity realizes the Tk interface panel communicating with true
  6. TiMidity program. By using Tk, you can enjoy a beautiful Motif-like
  7. window without Motif libraries.
  8.  
  9.  
  10. * WHAT'S NEW in 1.5
  11.  
  12. - Trace window using timer callback
  13. - Forward/backward buttons
  14. - A couple of bug fixes..
  15.  
  16.  
  17. * CONTENTS
  18.  
  19. This archive contains the following files:
  20.  
  21. README.tk    - this file
  22. tk_c.c        - tk-interface control source file
  23. tkmidity.ptcl    - main tcl/tk source to be preprocessed
  24. tkpanel.tcl    - main control panel tcl/tk script
  25. browser.tcl    - file browser
  26. misc.tcl    - miscellaneous subroutines
  27. tkbitmaps/*.xbm    - bitmap files for TkMidity
  28.  
  29.  
  30. * USAGE
  31.  
  32. There are four modes newly featured to TiMidity; repeat, shuffle,
  33. auto-start and auto-exit modes. Repeat mode plays musics after all
  34. files are finished repeatedly. Shuffle mode means the random pick-up
  35. playing. When Auto-start is on, the TkMidity begins playing music as
  36. soon as program starts. Auto-exit means to quit TkMidity automatically
  37. after all songs are over. Each setting can be saved by Save Config
  38. menu.
  39.  
  40. You can change the display configuration in Displays menu. This
  41. configuration also can be saved on the start-up file by Save Config
  42. menu.
  43.  
  44. From ver.1.3, File Open/Close menues and direct keyboard
  45. controls are supported. You can append arbitrary files from file
  46. browser. The shortcut key actions are as follows:
  47.  
  48.     [Enter]        : Start Playing
  49.     [Space]        : Pause / Start Again
  50.     [c]        : Stop Playing
  51.     [q]        : Quit TkMidity
  52.     [p] or [Left]    : Previous File
  53.     [n] or [Right]    : Next File
  54.     [v] or [Down]    : Volume Down (5%)
  55.     [V] or [Up]    : Volume Up (5%)
  56.     [F10]        : Menu Mode
  57.     [Alt]+[Any]    : Select Each Menu
  58.  
  59. From this version (1.4), trace mode window is realized. You can see a
  60. funny movements of volume and panning of each channel if you specify
  61. the option flag in command line (see manual).
  62.  
  63.  
  64. * PROGRAM NOTES
  65.  
  66. This version requires Tcl7.5/Tk4.1 libraries.  Unlike the older tk
  67. interface, timidity links the tcl/tk libraries on its binary, not
  68. using wish program.  Also, shared memory access must be permitted.
  69.  
  70.  
  71. * TROUBLE SHOOTING
  72.  
  73. +The present script verifies the existence of the file before pass to
  74. TiMidity, but occasionally this could happen...
  75.  
  76.         Takashi Iwai    <iwai@dragon.mm.t.u-tokyo.ac.jp>
  77.                 <http://bahamut.mm.t.u-tokyo.ac.jp/~iwai/>
  78.