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.sf < prev    next >
Text File  |  1998-11-03  |  2KB  |  71 lines

  1. ================================================================
  2.     ** Timidity SoundFont Extension **
  3.  
  4.         written by Takashi Iwai
  5.         <iwai@dragon.mm.t.u-tokyo.ac.jp>
  6.         <http://bahamut.mm.t.u-tokyo.ac.jp/~iwai/>
  7.  
  8.     patch level 1: April 2, 1997
  9. ================================================================
  10.  
  11. * WHAT'S THIS?
  12.  
  13. This is an extension to use samples in SoundFont files with
  14. timidity-0.2i.  You can employ both SoundFont file together with
  15. ordinary GUS patch files.  Both SBK and SF2 formats are supported.
  16.  
  17.  
  18. * USAGE
  19.  
  20. Two commands are newly added in configuration.
  21.  
  22. To specify the SoundFont file to be used, just add a line in config
  23. file like:
  24.  
  25.      soundfont sffile [order=number]
  26.  
  27. The first parameter is the file name to be loaded.  The file itself
  28. is stored once after reading all configurations, then converted to
  29. the internal records except wave sample data.
  30.  
  31. The optional argument specifies the order of searching.
  32. 'order=0' means to search the SoundFont file at first, then search
  33. the GUS patches if the appropriate sample is not found.
  34. 'order=1' means to search the SoundFont file after GUS patches.
  35.  
  36. Another command 'font' is supplied to control the behavior of sample
  37. selection.  If you don't want to use some samples in the SoundFont
  38. file, specify the sample via 'exclude' sub-command.
  39.  
  40.     font exclude bank [preset [keynote]]
  41.  
  42. The first parameter is MIDI bank number of the sample to be removed.
  43. The optional second parameter is MIDI program number of the sample.
  44. For drum samples, specify 128 as bank, and drumset number as preset,
  45. and keynote number for the drum sample.
  46.  
  47. You can change the order of individual sample (or bank) via "order"
  48. sub-command.
  49.  
  50.     font order number bank [preset [keynote]]
  51.  
  52. The first parameter is the order number (zero or one) to be changed,
  53. and the sequent parameters are as well as in exclude command above.
  54.  
  55.  
  56. * BUGS & TODO'S
  57.  
  58. - noises on some bass drum samples
  59. - support of modulation envelope
  60. - support of cut off / resonance
  61. - support of chorus / reverb
  62.  
  63.  
  64. * CHANGES
  65.  
  66. - pl.1
  67.     + fix volume envelope calcuation
  68.     + add font command
  69.     + fix font-exclude control
  70.  
  71.