home *** CD-ROM | disk | FTP | other *** search
/ Soundfont CD 2 / SFCD_II_L7.ISO / french / voyetra / french.z / ORCHINI.TXT < prev    next >
Text File  |  1994-06-06  |  12KB  |  319 lines

  1. This file explains how you can edit the text in two files, ORCHPLUS.INI 
  2. and OPPATCH.INI to customize the way MIDI Orchestrator Plus works. 
  3. The procedures described below are optional. For normal operation in most situations 
  4. it isn't necessary to edit either file.
  5.  
  6. ORCHPLUS.INI, stores a number of user settings and preferences, in 
  7. a manner similar to most Windows programs. 
  8. OPPATCH.INI stores the names of patches and controllers that are 
  9. displayed in various windows and dialog boxes. 
  10.  
  11. ==================================================
  12. General Notes and Precautions: 
  13. The techniques described below are recommended for advanced users only.
  14. Changing settings in an improper manner may cause MIDI Orchestrator Plus to run incorrectly.
  15. Make backup copies before editing these files.
  16. Use only an ASCII text editor, such as Windows Notepad or DOS Edit, to change ORCHPLUS.INI or OPPATCH.INI.
  17. After you edit files, you must restart MIDI Orchestrator Plus for your changes to take effect.
  18. ==================================================
  19.  
  20. ORCHPLUS.INI
  21.  
  22. The settings discussed below can be added or changed only by editing 
  23. ORCHPLUS.INI with a text editor. Other settings in ORCHPLUS.INI should 
  24. only be changed from within the program.
  25.  
  26. Recovering from errors: 
  27. If you make a mistake editing the ORCHPLUS.INI file, delete 
  28. the entire line containing the error. The deleted setting will be 
  29. restored to its default value. 
  30. You can also delete the ORCHPLUS.INI file entirely. MIDI Orchestrator Plus 
  31. will automatically create a new ORCHPLUS.INI file the next time it is run. 
  32. All preferences and settings will be restored to default values.
  33.  
  34. The [Options] section affects the way MIDI Orchestrator handles MIDI  data:
  35.  
  36. [Options]
  37. MidiIsWave=x
  38. MaxTracks=nnn
  39. WriteMutedTracks=x
  40. ppq=nnn
  41. undosize=nnn
  42.  
  43. MidiIsWave=x
  44.     x may be 1 or 0
  45.     Default is 0
  46.     This setting affects only AudioStation users.
  47.     If you have a Sound Card that uses the same hardware for both MIDI in and Wave playback,
  48.     you may want to set this to 1 so that MIDI Orchestrator Plus opens the MIDI in driver only
  49.     while it is active or when you are recording.
  50.     Normally, MIDI Orchestrator Plus opens the input driver any time AudioStation is active
  51.     to allow you to play MIDI thru to another device.
  52.  
  53. MaxTracks=nnn
  54.     nnn can be an integer from 1 to 16000
  55.     Default is 1000
  56.     Sets the maximum number of tracks you can edit.
  57.     To save memory, choose the smallest number that meets your needs.
  58.     Be sure to allow a few extra tracks for copying and pasting.
  59.  
  60. WriteMutedTracks=x
  61.     x may be 1 or 0
  62.     Default is 0
  63.     If x = 1, files saved in MIDI (.MID) format will include tracks that are
  64.     temporarily silenced by the Mute and/or Solo buttons.
  65.     This guards against accidental loss of data when saving files in MIDI format.
  66.     However, the file may not play back exactly as it was when you last listened to it.
  67.     Files saved in MIDI Orchestrator's .ORC file format always include all tracks,
  68.     including those that are temporarily silenced by the Mute and/or Solo buttons.
  69.  
  70. ppq=nnn
  71.     Default is 480.
  72.     Sets value for PPQ (parts per quarter note).
  73.     MIDI Orchestrator Plus subdivides each quarter note into nnn parts.
  74.     If you open a file that has a different PPQ value, MIDI Orchestrator Plus will 
  75.     change the file's PPQ setting to the one shown here.
  76.     There is rarely any reason to change this value.
  77.  
  78. undosize=nnn
  79.     nnn may range from 1 - 4000
  80.     Default is 12.
  81.     Sets the maximum number of operations you can reverse with the undo command.
  82.     For example, if nnn is set to 10, your ten most recent operations will be temporarily saved
  83.     and each Undo command cancels one of them in turn.
  84.     When you save a file, load a new file, or exit MIDI Orchestrator Plus, the undo buffer is cleared.
  85.     To save memory, choose the smallest number you can work comfortably with.
  86.  
  87. The [View] section can change how the Bar View looks.
  88.  
  89. [View] BarWidth=nnn
  90. xinset=nnn
  91. yinset=nnn
  92. BarSkip=nnn
  93. hashskip=nnn 
  94. Color0=rrr ggg bbb
  95. Color1=rrr ggg bbb
  96. Color2=rrr ggg bbb
  97. Color3=rrr ggg bbb
  98. Color4=rrr ggg bbb
  99. Color5=rrr ggg bbb
  100. Color6=rrr ggg bbb
  101. Color7=rrr ggg bbb
  102. Color8=rrr ggg bbb
  103. Color9=rrr ggg bbb
  104. NumColors=nnn
  105. DenSen=nnn 
  106. Mono=x
  107.  
  108. BarWidth=nnn
  109.     Default is 10.
  110.      Sets the width in pixels of one bar in the Track/View window.
  111.      nnn must equal at least twice xinset + 1.
  112.  
  113. xinset=nnn
  114.      Default is 2.
  115.     Sets the horizontal margin for each MIDI data block 
  116.     (the rectangle that represents a measure of MIDI data) within its bar.
  117.     If you set nnn to 0, each block fills the entire width of the bar, 
  118.     and all the blocks meet along their left and right edges.
  119.  
  120. yinset=nnn
  121.     Default is 2.
  122.     Sets the vertical margin for each data block within its bar.
  123.     If you set nnn to 0, each block fills the entire height of the bar, 
  124.     and all the blocks meet along their top and bottom edges.
  125.  
  126. BarSkip=nnn
  127.     Default is 8.
  128.     Sets the interval between numbered bars in the bar ruler.
  129.     A value of 8 means every eighth bar is labeled with a number.
  130.     Must be greater than or equal to hashskip.
  131.  
  132. hashskip=nnn
  133.     Default is 2.
  134.     Sets the interval in bars between vertical hash lines in the bar ruler.
  135.  
  136. Color0=rrr ggg bbb
  137.     to 
  138. Color9=rrr ggg bbb
  139.     Sets the colors of the data blocks used to represent each degree MIDI density.
  140.     The letters "rrr," "ggg" and "bbb" represent values from 0 to 255 for red, green and blue.
  141.     Normally, colors range from Color0 =255 255 255 (white) to Color9=0 0 0 (black).
  142.  
  143. NumColors=nnn
  144.     Value may range from 2 - 10.
  145.     Default is 10.
  146.     Sets the number of different shades or colors available to draw data blocks.
  147.     Color0 is always the first color used.
  148.  
  149. DenSen=nnn
  150.     Default is 1.
  151.     Sets the number of MIDI events which trigger a jump to the next color.
  152.  
  153. Mono=x
  154.     x may be 1 or 0
  155.     Default is 0
  156.     If x=1, MIDI Orchestrator Plus uses monochrome bitmaps to simulate colors of data blocks.
  157.     This option is useful for monochrome systems, such as portables and laptops.
  158.  
  159. The [Thru] section controls the operation of MIDI thru:
  160.  
  161. [Thru] 
  162. DefPort=nnn 
  163. DefChan=nnn 
  164. DefFollowTrack=nnn 
  165. ThruPoolSize=nnn
  166.  
  167. DefPort=nnn
  168.     Possible values depend on MIDI interface hardware.
  169.     Default is 0.
  170.     Sets the port to which MIDI Thru sends data on startup.
  171.  
  172. DefChan=nnn
  173.     May range from 0 - 15.
  174.     Default is 1
  175.     Sets Channel to which MIDI Thru assigns data on startup.
  176.     MIDI data is thru'ed on the same channel it was received on.
  177.  
  178. DefFollowTrack=nnn
  179.     Default is 0 (Track # 1).
  180.     Selects which track's settings will be used for MIDI for thru,
  181.     until a track is chosen for recording.
  182.     NOTE: Once a track is selected for recording, Thru will use that track until
  183.     you select another track or exit the program.
  184.  
  185. ThruPoolSize=nnn
  186.     Default is 127
  187.     Sets the maximum number of notes that MIDI Orchestrator Plus can receive
  188.     simultaneously as MIDI Thru data.
  189.  
  190. The [Transcription] section controls how musical notation is transcribed and printed:
  191.  
  192. [Transcription] 
  193. MaxChordRange=nnn 
  194. SuppressRestsRatio=nnn
  195.  
  196. MaxChordRange=nnn
  197.     nnn may range from 3 - 127
  198.     Default is 14 (Major 9th).
  199.     Sets the maximum pitch range which will produce a single voice within a track.
  200.     This option is useful when you want to render certain notes as part of a different chord,
  201.     for example, to render left and right hand parts separately in a piano transcription.
  202.  
  203. SuppressRestsRatio=nnn
  204.     nnn may range from 0 - 100
  205.     Default value is 70. 
  206.     Sets the "Normal" ratio used in the Suppress Rests option.
  207.     The Notation and Piano Roll windows maintain rest suppression settings independently.
  208.  
  209. The [PianoRoll] section controls how MIDI data is transcribed in the Piano Roll window:
  210.  
  211. [PianoRoll]
  212. SuppressRestsRatio=nnn
  213.     nnn may range from 0 - 100
  214.     Default value is 70.
  215.     Sets the "Normal" ratio used in the Suppress Rests option.
  216.     The Notation and Piano Roll windows main