Assists music production by grouping standalone programs into sessions. Community version of "Non Session Manager".
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

294 lines
11KB

  1. ! title Non Mixer User Manual
  2. ! author Jonathan Moore Liles #(email,male@tuxfamily.org)
  3. ! date January 21, 2010
  4. -- Table Of Contents
  5. : User Manual
  6. :: The Mixer
  7. / Mixer
  8. < non-mixer-complex.png
  9. The Non-Mixer is a stand-alone audio mixer, utilizing JACK as an
  10. audio subsystem. At the time of writing, the architecture of
  11. Non-Mixer is unique. By making the mixer stand-alone, concepts such
  12. as busses, sends, and inserts are eliminated, as the same goals can
  13. be achieved by simply adding more strips to the mixer.
  14. Start by creating a new project (menu item `Project\/New`).
  15. / New Project
  16. < new-project.png
  17. After the project has been created. Hit `a` or choose `Mixer\/Add
  18. Strip` from the menu to add a new strip to the mixer.
  19. ::: Display Options
  20. The display options, found in the `Options\/Display` submenu may be adjusted
  21. to suit your needs. Set the color scheme, widget style, and other graphic
  22. options to your liking. These options are global and affect all projects.
  23. ::: Mixer Strips
  24. / Mixer Strip
  25. < single-strip.png
  26. Each mixer strip has a name and color, each of which may be defined
  27. by the user. Names, but not colors, must be unique. In addition,
  28. each strip has controls to move it left or right (the arrows) in the
  29. display and to remove it entirely (the 'X').
  30. Strips start out in /narrow/ mode, with the /fader/ view
  31. enabled. Click the desired button to toggle the mode or view.
  32. Each strip has a context menu which lists the available options
  33. and their associated key-bindings. To bring up the context menu, `Right
  34. The fader view comprises a large gain control and digital peak meter
  35. indicator. These are automatically connected to the default gain and
  36. meter modules of the strip's signal chain.
  37. To see how an audio signal traveling through this strip will be
  38. processed, switch to its /signal/ view.
  39. :::: Navigation
  40. A strip is focused when you click on it. Focus can be moved among
  41. strips with the `Tab` and `Shift-Tab` keys.
  42. :::: Control
  43. The focused strip can be moved in the display order via the `[` and
  44. `]` keys. `Delete` removes a strip (with confirmation dialog). `n`
  45. and `w` set the focused strip's width to /narrow/ or /wide/,
  46. respectively, and `f` and `s` switch between /fader/ and /signal/
  47. views. The strip's context menu can be invoked without the mouse by
  48. hitting the `Menu` key (assuming your keyboard has one).
  49. :::: Signal Chain
  50. The signal chain view of a mixer strip provides a way to view and
  51. manipulate the signal processing of a mixer strip.
  52. ::::: Modules
  53. / Modules
  54. < modules.png
  55. All signal processing in Non Mixer occurs in /Modules/. Modules are
  56. signal processing abstractions providing ports for audio and control
  57. I\/O and, in addition, some simple user interface. Sink and source
  58. modules carry audio out of and into JACK.
  59. Modules are displayed as named blocks. Some modules (e.g. the Meter
  60. module) may have additional GUI components.
  61. Each module has zero or more audio I\/O ports and zero or more
  62. control ports. Audio routing between modules is handled
  63. automatically. Modules with mono audio configurations (one channel
  64. in, one channel out) can be automatically adjusted to support any
  65. number of discrete channels. Modules with more (related) channels,
  66. however, introduce restrictions on the order in which modules can be
  67. chained.
  68. An indicator in the upper left-hand corner of each module block
  69. indicates whether the module has any parameters bound to controls.
  70. Non Mixer has several built-in modules. They are:
  71. = JACK
  72. = Performs JACK I\/O
  73. = Gain
  74. = Applies gain in dB
  75. = Meter
  76. = Digital Peak Meter
  77. = Mono Pan
  78. = Performs intensity panning of a mono signal into a stereo signal.
  79. = Plugin
  80. = Hosts a LADSPA plugin
  81. :::::: OSC Control
  82. The input parameters of all modules are controllable via OSC,
  83. regardless of whether the parameter is set as controllable.
  84. The format of the automatically generated OSC path names is as follows:
  85. > /strip/[STRIP_NAME]/[MODULE_NAME]/[PARAMETER_NAME]
  86. The UDP port that the OSC server binds to can be set by providing
  87. the `--osc-port` command-line option. Without this option, a random
  88. port will be bound automatically (the exact OSC URL will always be
  89. printed to the console as a line beginning with "OSC: ").
  90. The default path accepts a float value between 0.0 and 1.0 (a
  91. Control Voltage like signal) which will be automatically scaled to
  92. the allowable range of the control.
  93. A path ending in \/unscaled is also available, which accepts exact values,
  94. which will be clamped to the allowable range. For example:
  95. > /strip/[STRIP_NAME]/[MODULE_NAME]/[PARAMETER_NAME]/unscaled
  96. If same module\/plugin is used twice in a signal chain
  97. (e.g. multiple Gain stages), then a position dependent sequence
  98. number will be appended to the module name. For example, a path
  99. might look like the following:
  100. > /strip/Foo/Gain.1/Gain_(dB)
  101. For the second instance of the Gain module on the strip named 'Foo'.
  102. Non-DAW accesses these same signals via a more advanced signal
  103. routing layer on top of OSC. Any module parameter is easily
  104. controlled via Control Sequences in Non-DAW without the need to
  105. specify an OSC URL.
  106. :::::: Manipulation
  107. Left-clicking on a module brings up a Module Parameter Editor window
  108. for the selected module.
  109. Right-clicking on a module brings up a context menu allowing you
  110. manipulate the module, as well as to pick a new module to insert
  111. before the selected one in the chain.
  112. Middle-clicking on a module toggles its activation state (the audio
  113. signal will bypass inactive modules).
  114. Control+Right-clicking on a module causes it to be removed from the
  115. chain (modules added by default cannot be removed).
  116. The focused module may also be controlled via the keyboard. `Menu`
  117. brings up the context menu for the focused module. `Space` opens the
  118. module parameter editor, `b` toggles the bypassed state, and
  119. `Delete` removes the module from the chain (without confirmation!).
  120. `Control-X`, `Control-C` and `Control-V`, cut, copy, and paste
  121. modules, respectively. Modules may be copied within or across chain
  122. boundaries. The normal module I\/O constraints also apply to pasted
  123. modules.
  124. :::::: Module Parameter Editor
  125. / Module Parameter Editor
  126. < gverb-parameters-knobs.png
  127. The Module Parameter Editor is used to alter the values of a
  128. module's parameters, and in addition, to bind its parameters to
  129. controls. A menu button in the upper left-hand corner allows you to
  130. select between knob, vertical slider and horizontal slider controls.
  131. / Horizontal Sliders
  132. < gverb-parameters-hsliders.png
  133. / Vertical Sliders
  134. < gverb-parameters-vsliders.png
  135. Underneath each control is a bind button. Clicking adds a new
  136. control to the chain's /Controls/ view and binds it to the parameter
  137. in question. For simplicity, only one control at a time may be bound
  138. to a given parameter.
  139. :::::: Controls
  140. / Control View
  141. < controls.png
  142. The control view of a chain groups together all of the controls
  143. bound to parameters of modules in that chain. The default mode of
  144. controls is /Manual/. Right click on a control to bring up a menu
  145. which will allow you to select one of the available control I\/O
  146. methods to use. When /Control Voltage/ (CV) is selected, a CV input
  147. port will be created on the containing mixer strip's JACK
  148. client. The control will now accept values from that input. A
  149. control bound and configured in this way can then be connected to
  150. the output of a Non-DAW control sequence using your favorite
  151. connection manager.
  152. { NOTE:
  153. { All knob and slider controls respond to mousewheel
  154. { events. Hold down the `Ctrl` key while scrolling the mousewheel to
  155. { achieve finer resolution.
  156. ::::::: Control Voltages
  157. The control voltage concept should be familiar to anyone who has
  158. experience with analog modular synthesizers. MIDI, while having
  159. definite advantages in many respects, multiplexes control data in
  160. such a way as to make connecting one MIDI control to a parameter
  161. involve a significant inconvenience, usually requiring the
  162. adjustment of settings on both ends of the connection in order to
  163. separate the control data streams.
  164. Control Voltages, on the other hand, provide a simple 1:1 source to
  165. sink relationship and offer much higher resolution, both in time and
  166. value, than can be natively expressed through MIDI. The chief
  167. advantage of CV in the context of Non-DAW is the ease with which an
  168. control sequence can be connected to a mixer module parameter. If
  169. you have a MIDI controller that you'd like to use to control
  170. parameters of Non-Mixer, consider /jm2cv/, a JACK MIDI to Control
  171. Voltage daemon which was written by Peter Nelson specifically for
  172. use with Non-Mixer. jm2cv can be acquired by:
  173. > git clone git://fuzzle.org/jm2cv.git
  174. { NOTE:
  175. { The use of Control Signals (OSC) should be preferred for most types
  176. { of parameter automation, as LADSPA plugins are incapable of
  177. { processing Control Voltage signals at full audio resolution anyway.
  178. :::::: Spatialization
  179. / Spatialization Control on a Strip
  180. < spatialization-on-strip.png
  181. Non-Mixer supports Ambisonic spatialization via the excellent amb-\*
  182. LADSPA plugin set and others. Whenever a LADSPA plugin is added to a
  183. strip whose set of parameters include parameters named Azimuth and
  184. Elevation, Non-Mixer will detect this and automatically attach a
  185. Spatializer control to these parameters. The Spatializer will be
  186. displayed at the bottom of the mixer strip. A larger version of the
  187. control may also be found in the Module Parameter Editor.
  188. / Larger Spatialization Control
  189. < spatialization-in-mpe.png
  190. The spatialization control may be visualized as moving the sound
  191. source across the surface of a hemispherical dome enclosing the
  192. listener.
  193. The output of the spatializing plugin may be routed into a decoding
  194. plugin following it the same strip or, more usefully, the output of
  195. a number of Ambisonic panning plugins on different strips may be
  196. routed (through JACK) into a single master decoder instance on a
  197. final strip.
  198. ::: Projects
  199. A Non-Mixer project is a directory where Non-Mixer keeps the strip
  200. settings, project specific settings, and some meta-data. A project
  201. is completely self-contained. You can rename a project as simply as:
  202. > $ mv Project-A Project-B
  203. :::: JACK I/O
  204. Each mixer strip is presented as a separate JACK "client". This
  205. helps to avoid the necessity of internally duplicating JACK's
  206. routing logic and, with JACK2, permits the possibility of parallel
  207. execution of mixer strip signal chains.
  208. The JACK client name of each strip will correspond to the name of the strip.
  209. { NOTE:
  210. { The JACK API makes implementing this far more difficult and kludgey than it should have to be.
  211. { Please petition your local JACK developer to accept jack_client_set_name() into the API.
  212. / Patchage
  213. < non-mixer-and-non-daw-in-patchage.png