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.

188 lines
7.5KB

  1. ! title The Non Mixer
  2. ! author Jonathan Moore Liles #(email,male@tuxfamily.org)
  3. ! date February 1, 2010
  4. ! extra #(image,logo,logo.png)
  5. -- Table Of Contents
  6. : Overview
  7. :: Description
  8. The Non Mixer is a powerful, reliable and fast modular Digital Audio
  9. Mixer, released under the GNU General Public License (GPL). It
  10. utilizes the JACK Audio Connection Kit for inter-application audio
  11. I\/O and the FLTK GUI toolkit for a fast and lightweight user
  12. interface.
  13. Please see the #(url,MANUAL.html,Manual) for more information.
  14. :: Why write another one?
  15. At the time work began on Non Mixer, there was no other powerful,
  16. fast, and light stand-alone free-software JACK mixer available.
  17. There was (and is) LiveMix, however LiveMix is neither fast nor
  18. light, and it wasn't able to accept the necessary external control
  19. data. SpiralSynthModular, strangely enough, was the closest thing
  20. the author could find to the tool he needed (it has gain\/mix
  21. modules and all modules accept Control Voltage input). SSM is truly
  22. an excellent, if neglected, program, but the modules-on-a-canvas
  23. model with manual routing is far too cumbersome of an arrangement
  24. for real world mixing tasks. Instead of creating another monolithic
  25. DAW with built-in routing and mixing, the author choose to follow
  26. the time tested Unix design philosophy of one tool per task. The
  27. most obvious point of division is between the timeline and the
  28. mixer. Drawing the line here allows routing and mixing to actually
  29. occur within JACK, which is an infinitely more flexible arrangement
  30. than the alternative.
  31. :: Features
  32. Non-Mixer shares many features in common with other, similar
  33. projects. However, Non-Mixer's unique architecture permits
  34. surprising new functionality.
  35. ::: Stand-alone Implementation
  36. The Non Mixer is a stand-alone application. It is a complement to Non
  37. DAW, but neither program requires the other in order to function.
  38. Implementing the mixer functionality in a separate program, connected
  39. to Non-DAW via JACK presents a number of advantages:
  40. * Eliminates the need for an internal connection management interface
  41. * Improves overall system stability
  42. * Increases parallelism (utilizes multiple cores)
  43. * Adds flexibility
  44. * Eliminates the need for cumbersome concepts and interfaces such as 'sends', 'groups', 'inserts' and 'busses'.
  45. Multiple instances of the mixer can be run together in order to
  46. organize groups of channels and manage them with your preferred
  47. window manager.
  48. Each mixer strip runs as a separate JACK client. In JACK2, this can
  49. translates into the DSP workload being spread across multiple CPU
  50. cores.
  51. Since the Mixer is an entirely separate unit, you may use any JACK
  52. capable mixer client you want instead of, or in myriad combination
  53. with, the Non-DAW Mixer. The one called LiveMix works well, but
  54. lacks many features of Non's mixer. All operations on the mixer
  55. affect the current mix set state only and are not journaled.
  56. The mixer's design is modular, with all DSP occurring in discrete
  57. modules. One module hosts LADSPA plugins and the mixer is capable of
  58. receiving control (automation) data for any module parameter from
  59. Non-DAW (or another program) via JACK.
  60. Control data is expressed as Control Voltage (CV).
  61. ::: Modular Signal Processing
  62. All signal processing in Non Mixer occurs in /Modules/. This
  63. includes input and output from\/to JACK. The modular design helps to
  64. restrain the total program complexity, and this in turn increases
  65. flexibility and reliability. Even the built-in gain stage and meter
  66. are modules (and you can place as many meters as you like, wherever
  67. you like, in the signal chain, eliminating the post\/pre concept).
  68. ::: Parallel Processing
  69. Because each mixer strip in Non Mixer runs as a separate JACK client
  70. (in its own thread), JACK has the opportunity, upon analysis of the
  71. connection graph, to execute some or all strips in parallel. This is
  72. a highly desirable behavior for those having multi-CPU and\/or
  73. multi-core configurations.
  74. ::: Multiple Instances
  75. Because Non Mixer is stand-alone, it is possible to run multiple
  76. instances. One reason you might want to do this is so that you can
  77. group sets of strips out of a large total number of strips. For
  78. example, you might want to keep all of your drum strips together. By
  79. using multiple Non Mixer instances, you are able to manage these
  80. groups of strips with the familiar navigation facilities of your
  81. chosen window manager. Once again, a modular design allows us to
  82. maintain a good balance of complexity across user interface levels
  83. without duplicating and internalizing the functionality already
  84. available at a higher level.
  85. ::: LADSPA Plugins
  86. LADSPA plugins are hosted by the /Plugin/ module and can be inserted
  87. anywhere in the signal chain (contingent on compatibility of the
  88. I\/O configuration at that point).
  89. ::: Unlimited Strips
  90. There is no limit imposed by Non Mixer on the total number of strips
  91. or Mixer instances you can create.
  92. ::: Automation
  93. Any module parameter may be bound to a /control/. The control may be
  94. controlled via the GUI, or externally via a Control Voltage signal,
  95. such as is output by a Non-DAW control sequence.
  96. ; What does freedom have to do with this software?
  97. Non is /free software/. This means, briefly, that you are free use
  98. it as *you* wish, free to examine and adapt the source code, free to
  99. share it with your friends, and free to publish your changes to the
  100. source code. Furthermore, Non is /copyleft/, which means that you
  101. are free from the threat of some other entity taking over and
  102. denying you the above freedoms. The /free/ part of /free software/
  103. doesn't refer to price any more than the /free/ in /free speech/
  104. does.
  105. To learn why free software is so important to us (and why it should be
  106. important to you), please see the Free Software Foundation's website:
  107. #(url,http:\/\/www.fsf.org\/licensing\/essays\/free-sw.html,What is Free Software?)
  108. #(url,http:\/\/www.fsf.org\/licensing\/essays\/copyleft.html,What is Copyleft?)
  109. ; Donations
  110. Donations can take many forms. You can donate your time in code, either by
  111. sending it to me for review or cloning the git repository and publishing one
  112. containing your changes. You can donate your time in testing, documentation,
  113. artwork, indexing, etc. Or, if you don't feel that you possess the time or
  114. skills required for the above forms of donation, you can donate money
  115. instead. Money donated will help to ensure that I have the free time, good
  116. nutrition and enthusiasm required to implement new features. It can also be
  117. a more palpable way of saying "Thanks for caring." or "Job well done!"
  118. If you don't love this software, don't feel guilty about not contributing.
  119. If you do love it, then please help me improve it--in whatever manner you
  120. think is appropriate.
  121. #(url,http:\/\/non.tuxfamily.org\/donation.html,Make a donation)
  122. ; Distribution
  123. Development of the Non-DAW and Non-Mixer can be followed with Git:
  124. > git clone git://git.tuxfamily.org/gitroot/non/daw.git
  125. There are no pre-compiled binaries available.
  126. ; Requirements
  127. The following libraries are required to build Non DAW and Non Mixer
  128. * FLTK >= 1.1.7 (with `fluid`)
  129. * JACK >= 0.103.0
  130. * liblrdf >= 0.1.0
  131. ; Community
  132. Feel free to drop by the `#non` channel on irc.freenode.net.
  133. There is a mailing list `non-mixer@lists.tuxfamily.org`.
  134. To subscribe, send a message with the subject 'subscribe' to
  135. #(email,non-mixer-request@lists.tuxfamily.org).
  136. You can also browse the #(url,http:\/\/listengine.tuxfamily.org\/lists.tuxfamily.org\/non-mixer\/,archive).