home *** CD-ROM | disk | FTP | other *** search
/ Sound, Music & MIDI Collection 2 / SMMVOL2.bin / WIN / SSPLAY / WJPRO.ZIP / SETTINGS.IN_ / SETTINGS.IN
Encoding:
Text File  |  1993-08-20  |  3.5 KB  |  97 lines

  1. ;
  2. ;       SETTINGS.INI file for WinJammer Professional
  3. ;
  4. ;       This file contains various settings that can be manually editted
  5. ;       if needed.  Each section below starts with a section name, enclosed
  6. ;       in [ ].  The actual values are of the form
  7. ;                       keyword=value
  8. ;       Lines starting with a semicolon are comments, and are ignored.
  9. ;
  10.  
  11. ;
  12. ;       Values for the Length Combobox in Step Record
  13. ;
  14.  
  15. [Step Record Lengths]
  16. Staccato=70
  17. Legato=92
  18. Marcato=80
  19. Real Short=25
  20. Full Length=100
  21.  
  22. ;
  23. ;       Custom Reset strings for the MIDI Reset and Auto Reset commands
  24. ;
  25. ;       There are four reset strings - one pair for the MIDI Reset command
  26. ;       (Ctrl-R) and one for the Auto Reset command.  Each type has two
  27. ;       strings - one for channel type resets, and one for sysex type
  28. ;       resets.
  29. ;
  30. ;       The channel reset string must contain MIDI channel events, and will
  31. ;       be output on all channels on all ports.  Use a channel number of
  32. ;       one for each command in the sequence.  The string can be a maximum
  33. ;       of 256 bytes long, and produce as many as 128 bytes of data.  Note that
  34. ;       spaces are optional in the strings.  If a note on/off command is seen
  35. ;       in this string, this will result in note offs to be sent for every
  36. ;       note on all channels - this is time consuming and should probably
  37. ;       be avoided for the Auto Reset strings.
  38. ;
  39. ;       The system exclusive reset string should only contain system exclusive
  40. ;       messages, starting with a F0 and ending with a F7.  The limits for the
  41. ;       length is the same - 256 characters, 128 bytes.  This reset string is
  42. ;       sent once on each port.
  43. ;
  44. ;       Sample reset strings:
  45. ;
  46. ;       This is the default string for Auto Reset
  47. ;           ChannelAuto=B0 7B 00 B0 01 00 B0 79 00 B0 40 00 E0 00 40
  48. ;           - all notes off, modulation controller to zero,
  49. ;             reset all controllers, lift sustain pedal, centre pitch wheel
  50. ;
  51. ;       This is the default string for MIDI Reset
  52. ;           ChannelReset=B0 7B 00 B0 01 00 B0 79 00 B0 40 00 E0 00 40 90 00 00
  53. ;           - all notes off, modulation controller to zero,
  54. ;             reset all controllers, lift sustain pedal, centre pitch wheel,
  55. ;             send note off for every note on every channel
  56. ;
  57. ;       Reset for an SCC-1:
  58. ;           SysEx=F0 41 10 42 12 40 00 7F 00 41 F7
  59. ;       Reset for an MT-32:
  60. ;           SysEx=F0 41 10 16 12 7F 00 00 01 F7
  61. ;       Reset for FM MIDI Synth Patches:
  62. ;           SysEx=F0 00 00 5B 7F 01 16 F7
  63. ;       Reset for FM MIDI Synth Driver:
  64. ;           Sysex=F0 00 00 5B 7F 01 15 F7
  65. ;
  66.  
  67. [Reset Strings]
  68. ChannelAuto=B0 7B 00 B0 01 00 B0 79 00 B0 40 00 E0 00 40
  69. ChannelReset=B0 7B 00 B0 01 00 B0 79 00 B0 40 00 E0 00 40 90 00 00
  70. SysExAuto=
  71. SysExReset=
  72.  
  73. ;
  74. ;       This section is the list of all of the names of each patch
  75. ;       set.  The NumSets entry tells how many patch sets there are
  76. ;       in the file.  To add a second set, change NumSets to be equal
  77. ;       to 2, and add a line that says "Set2=New Set".  The name of
  78. ;       the new patch set is placed on the right side, and must match
  79. ;       the section name.
  80. ;
  81.  
  82. [List of Patch Sets]
  83. NumSets=1
  84. Set1=Sample Patch Set
  85.  
  86. ;
  87. ;       This is a sample patch set.  The patch name on the right side
  88. ;       of the = sign is displayed for the patch number on the left side
  89. ;       of the = sign.  The patch numbers start at zero.
  90. ;
  91.  
  92. [Sample Patch Set]
  93. 0=Sample Patch #0
  94. 1=Sample Patch #1
  95. 2=Etc.
  96.  
  97.