From 76d9f480ec02104a81ae06a3a50881960a559af7 Mon Sep 17 00:00:00 2001 From: Jonathan Moore Liles Date: Mon, 1 Feb 2010 23:38:47 -0600 Subject: [PATCH] Last minute documentation updates. --- mixer/doc/OVERVIEW.html | 173 +++++++++++++++++++++++++++++++++++++++++ mixer/doc/OVERVIEW.mu | 187 +++++++++++++++++++++++++++++++++++++++++++++ timeline/doc/OVERVIEW.html | 38 +-------- timeline/doc/OVERVIEW.mu | 46 +---------- 4 files changed, 364 insertions(+), 80 deletions(-) create mode 100644 mixer/doc/OVERVIEW.html create mode 100644 mixer/doc/OVERVIEW.mu diff --git a/mixer/doc/OVERVIEW.html b/mixer/doc/OVERVIEW.html new file mode 100644 index 0000000..11a4828 --- /dev/null +++ b/mixer/doc/OVERVIEW.html @@ -0,0 +1,173 @@ + + + + + +The Non Mixer + + +
+

The Non Mixer

+

+
+Jonathan Moore Liles <male@tuxfamily.org>
+February 1, 2010
+ +
logo
+
+ +

1. Overview

+

1.1. Description

+

+The Non Mixer is a powerful, reliable and fast modular Digital Audio Mixer, released under the GNU General Public License (GPL). It utilizes the JACK Audio Connection Kit for inter-application audio I/O and the FLTK GUI toolkit for a fast and lightweight user interface. +

+

+Please see the Manual for more information. +

+

1.2. Why write another one?

+

+At the time work began on Non Mixer, there was no other powerful, fast, and light stand-alone free-software JACK mixer available. There was (and is) LiveMix, however LiveMix is neither fast nor light, and it wasn't able to accept the necessary external control data. SpiralSynthModular, strangely enough, was the closest thing the author could find to the tool he needed (it has gain/mix modules and all modules accept Control Voltage input). SSM is truly an excellent, if neglected, program, but the modules-on-a-canvas model with manual routing is far too cumbersome of an arrangement for real world mixing tasks. Instead of creating another monolithic DAW with built-in routing and mixing, the author choose to follow the time tested Unix design philosophy of one tool per task. The most obvious point of division is between the timeline and the mixer. Drawing the line here allows routing and mixing to actually occur within JACK, which is an infinitely more flexible arrangement than the alternative. +

+

1.3. Features

+

+Non-Mixer shares many features in common with other, similar projects. However, Non-Mixer's unique architecture permits surprising new functionality. +

+

1.3.1. Stand-alone Implementation

+

+The Non Mixer is a stand-alone application. It is a complement to Non DAW, but neither program requires the other in order to function. +

+

+Implementing the mixer functionality in a separate program, connected to Non-DAW via JACK presents a number of advantages: +

+

+Multiple instances of the mixer can be run together in order to organize groups of channels and manage them with your preferred window manager. +

+

+Each mixer strip runs as a separate JACK client. In JACK2, this can translates into the DSP workload being spread across multiple CPU cores. +

+

+Since the Mixer is an entirely separate unit, you may use any JACK capable mixer client you want instead of, or in myriad combination with, the Non-DAW Mixer. The one called LiveMix works well, but lacks many features of Non's mixer. All operations on the mixer affect the current mix set state only and are not journaled. +

+

+The mixer's design is modular, with all DSP occurring in discrete modules. One module hosts LADSPA plugins and the mixer is capable of receiving control (automation) data for any module parameter from Non-DAW (or another program) via JACK. +

+

+Control data is expressed as Control Voltage (CV). +

+

1.3.2. Modular Signal Processing

+

+All signal processing in Non Mixer occurs in Modules. This includes input and output from/to JACK. The modular design helps to restrain the total program complexity, and this in turn increases flexibility and reliability. Even the built-in gain stage and meter are modules (and you can place as many meters as you like, wherever you like, in the signal chain, eliminating the post/pre concept). +

+

1.3.3. Parallel Processing

+

+Because each mixer strip in Non Mixer runs as a separate JACK client (in its own thread), JACK has the opportunity, upon analysis of the connection graph, to execute some or all strips in parallel. This is a highly desirable behavior for those having multi-CPU and/or multi-core configurations. +

+

1.3.4. Multiple Instances

+

+Because Non Mixer is stand-alone, it is possible to run multiple instances. One reason you might want to do this is so that you can group sets of strips out of a large total number of strips. For example, you might want to keep all of your drum strips together. By using multiple Non Mixer instances, you are able to manage these groups of strips with the familiar navigation facilities of your chosen window manager. Once again, a modular design allows us to maintain a good balance of complexity across user interface levels without duplicating and internalizing the functionality already available at a higher level. +

+

1.3.5. LADSPA Plugins

+

+LADSPA plugins are hosted by the Plugin module and can be inserted anywhere in the signal chain (contingent on compatibility of the I/O configuration at that point). +

+

1.3.6. Unlimited Strips

+

+There is no limit imposed by Non Mixer on the total number of strips or Mixer instances you can create. +

+

1.3.7. Automation

+

+Any module parameter may be bound to a control. The control may be controlled via the GUI, or externally via a Control Voltage signal, such as is output by a Non-DAW control sequence. +

+

What does freedom have to do with this software?

+

+Non is free software. This means, briefly, that you are free use it as you wish, free to examine and adapt the source code, free to share it with your friends, and free to publish your changes to the source code. Furthermore, Non is copyleft, which means that you are free from the threat of some other entity taking over and denying you the above freedoms. The free part of free software doesn't refer to price any more than the free in free speech does. +

+

+To learn why free software is so important to us (and why it should be important to you), please see the Free Software Foundation's website: +

+

+What is Free Software? What is Copyleft? +

+

Donations

+

+Donations can take many forms. You can donate your time in code, either by sending it to me for review or cloning the git repository and publishing one containing your changes. You can donate your time in testing, documentation, artwork, indexing, etc. Or, if you don't feel that you possess the time or skills required for the above forms of donation, you can donate money instead. Money donated will help to ensure that I have the free time, good nutrition and enthusiasm required to implement new features. It can also be a more palpable way of saying "Thanks for caring." or "Job well done!" +

+

+If you don't love this software, don't feel guilty about not contributing. If you do love it, then please help me improve it--in whatever manner you think is appropriate. +

+

+Make a donation +

+

Distribution

+

+Development of the Non-DAW and Non-Mixer can be followed with Git: +

+
+
+git clone git://git.tuxfamily.org/gitroot/non/daw.git
+
+

+There are no pre-compiled binaries available. +

+

Requirements

+

+The following libraries are required to build Non DAW and Non Mixer +

+

Community

+

+Feel free to drop by the #non channel on irc.freenode.net. +

+

+There is a mailing list non-mixer@lists.tuxfamily.org. +

+

+To subscribe, send a message with the subject 'subscribe' to <non-mixer-request@lists.tuxfamily.org>. +

+

+You can also browse the archive. +

+
+ + diff --git a/mixer/doc/OVERVIEW.mu b/mixer/doc/OVERVIEW.mu new file mode 100644 index 0000000..771dd50 --- /dev/null +++ b/mixer/doc/OVERVIEW.mu @@ -0,0 +1,187 @@ + +! title The Non Mixer +! author Jonathan Moore Liles #(email,male@tuxfamily.org) +! date February 1, 2010 +! extra #(image,logo,logo.png) + +-- Table Of Contents + +: Overview + +:: Description + + The Non Mixer is a powerful, reliable and fast modular Digital Audio + Mixer, released under the GNU General Public License (GPL). It + utilizes the JACK Audio Connection Kit for inter-application audio + I\/O and the FLTK GUI toolkit for a fast and lightweight user + interface. + + Please see the #(url,MANUAL.html,Manual) for more information. + +:: Why write another one? + + At the time work began on Non Mixer, there was no other powerful, + fast, and light stand-alone free-software JACK mixer available. + There was (and is) LiveMix, however LiveMix is neither fast nor + light, and it wasn't able to accept the necessary external control + data. SpiralSynthModular, strangely enough, was the closest thing + the author could find to the tool he needed (it has gain\/mix + modules and all modules accept Control Voltage input). SSM is truly + an excellent, if neglected, program, but the modules-on-a-canvas + model with manual routing is far too cumbersome of an arrangement + for real world mixing tasks. Instead of creating another monolithic + DAW with built-in routing and mixing, the author choose to follow + the time tested Unix design philosophy of one tool per task. The + most obvious point of division is between the timeline and the + mixer. Drawing the line here allows routing and mixing to actually + occur within JACK, which is an infinitely more flexible arrangement + than the alternative. + +:: Features + + Non-Mixer shares many features in common with other, similar + projects. However, Non-Mixer's unique architecture permits + surprising new functionality. + +::: Stand-alone Implementation + + The Non Mixer is a stand-alone application. It is a complement to Non + DAW, but neither program requires the other in order to function. + + Implementing the mixer functionality in a separate program, connected + to Non-DAW via JACK presents a number of advantages: + +* Eliminates the need for an internal connection management interface +* Improves overall system stability +* Increases parallelism (utilizes multiple cores) +* Adds flexibility +* Eliminates the need for cumbersome concepts and interfaces such as 'sends', 'groups', 'inserts' and 'busses'. + + Multiple instances of the mixer can be run together in order to + organize groups of channels and manage them with your preferred + window manager. + + Each mixer strip runs as a separate JACK client. In JACK2, this can + translates into the DSP workload being spread across multiple CPU + cores. + + Since the Mixer is an entirely separate unit, you may use any JACK + capable mixer client you want instead of, or in myriad combination + with, the Non-DAW Mixer. The one called LiveMix works well, but + lacks many features of Non's mixer. All operations on the mixer + affect the current mix set state only and are not journaled. + + The mixer's design is modular, with all DSP occurring in discrete + modules. One module hosts LADSPA plugins and the mixer is capable of + receiving control (automation) data for any module parameter from + Non-DAW (or another program) via JACK. + + Control data is expressed as Control Voltage (CV). + +::: Modular Signal Processing + + All signal processing in Non Mixer occurs in /Modules/. This + includes input and output from\/to JACK. The modular design helps to + restrain the total program complexity, and this in turn increases + flexibility and reliability. Even the built-in gain stage and meter + are modules (and you can place as many meters as you like, wherever + you like, in the signal chain, eliminating the post\/pre concept). + +::: Parallel Processing + + Because each mixer strip in Non Mixer runs as a separate JACK client + (in its own thread), JACK has the opportunity, upon analysis of the + connection graph, to execute some or all strips in parallel. This is + a highly desirable behavior for those having multi-CPU and\/or + multi-core configurations. + +::: Multiple Instances + + Because Non Mixer is stand-alone, it is possible to run multiple + instances. One reason you might want to do this is so that you can + group sets of strips out of a large total number of strips. For + example, you might want to keep all of your drum strips together. By + using multiple Non Mixer instances, you are able to manage these + groups of strips with the familiar navigation facilities of your + chosen window manager. Once again, a modular design allows us to + maintain a good balance of complexity across user interface levels + without duplicating and internalizing the functionality already + available at a higher level. + +::: LADSPA Plugins + + LADSPA plugins are hosted by the /Plugin/ module and can be inserted + anywhere in the signal chain (contingent on compatibility of the + I\/O configuration at that point). + +::: Unlimited Strips + + There is no limit imposed by Non Mixer on the total number of strips + or Mixer instances you can create. + +::: Automation + + Any module parameter may be bound to a /control/. The control may be + controlled via the GUI, or externally via a Control Voltage signal, + such as is output by a Non-DAW control sequence. + +; What does freedom have to do with this software? + + Non is /free software/. This means, briefly, that you are free use + it as *you* wish, free to examine and adapt the source code, free to + share it with your friends, and free to publish your changes to the + source code. Furthermore, Non is /copyleft/, which means that you + are free from the threat of some other entity taking over and + denying you the above freedoms. The /free/ part of /free software/ + doesn't refer to price any more than the /free/ in /free speech/ + does. + + To learn why free software is so important to us (and why it should be + important to you), please see the Free Software Foundation's website: + + #(url,http:\/\/www.fsf.org\/licensing\/essays\/free-sw.html,What is Free Software?) + #(url,http:\/\/www.fsf.org\/licensing\/essays\/copyleft.html,What is Copyleft?) + +; Donations + + Donations can take many forms. You can donate your time in code, either by + sending it to me for review or cloning the git repository and publishing one + containing your changes. You can donate your time in testing, documentation, + artwork, indexing, etc. Or, if you don't feel that you possess the time or + skills required for the above forms of donation, you can donate money + instead. Money donated will help to ensure that I have the free time, good + nutrition and enthusiasm required to implement new features. It can also be + a more palpable way of saying "Thanks for caring." or "Job well done!" + + If you don't love this software, don't feel guilty about not contributing. + If you do love it, then please help me improve it--in whatever manner you + think is appropriate. + + #(url,http:\/\/non.tuxfamily.org\/donation.html,Make a donation) + +; Distribution + + Development of the Non-DAW and Non-Mixer can be followed with Git: + +> git clone git://git.tuxfamily.org/gitroot/non/daw.git + + There are no pre-compiled binaries available. + +; Requirements + + The following libraries are required to build Non DAW and Non Mixer + +* FLTK >= 1.1.7 (with `fluid`) +* JACK >= 0.103.0 +* liblrdf >= 0.1.0 + +; Community + + Feel free to drop by the `#non` channel on irc.freenode.net. + + There is a mailing list `non-mixer@lists.tuxfamily.org`. + + To subscribe, send a message with the subject 'subscribe' to + #(email,non-mixer-request@lists.tuxfamily.org). + + You can also browse the #(url,http:\/\/listengine.tuxfamily.org\/lists.tuxfamily.org\/non-mixer\/,archive). diff --git a/timeline/doc/OVERVIEW.html b/timeline/doc/OVERVIEW.html index 31b7cce..9ea0139 100644 --- a/timeline/doc/OVERVIEW.html +++ b/timeline/doc/OVERVIEW.html @@ -47,8 +47,6 @@ March 1, 2008
  • What does freedom have to do with this software?
  • Donations @@ -66,7 +64,7 @@ March 1, 2008
    The Non DAW is a powerful, reliable and fast modular Digital Audio Workstation system, released under the GNU General Public License (GPL). It utilizes the JACK Audio Connection Kit for inter-application audio I/O and the FLTK GUI toolkit for a fast and lightweight user interface.

    -Please see the Non DAW Manual and Non Mixer Manual for more information. +Please see the Manual for more information.

    1.2. What it is not

    @@ -173,33 +171,6 @@ The following data belong to the timeline:

    Annotation Regions
    Annotation Regions are annotations with a definite duration. These are useful for representing lyrics or other notes of a timely nature. Each track may have any number of annotation sequences associated with it, and these sequences can contain a free mix of annotation points and annotation regions.
    -

    1.6.2. Mixer

    -

    -The Non Mixer is a stand-alone application. It is a complement to Non DAW, but neither program requires the other in order to function. -

    -

    -Implementing the mixer functionality in a separate program, connected to Non-DAW via JACK presents a number of advantages: -

    -

    -Multiple instances of the mixer can be run together in order to organize groups of channels and manage them with your preferred window manager. -

    -

    -Each mixer strip runs as a separate JACK client. In JACK2, this can translates into the DSP workload being spread across multiple CPU cores. -

    -

    -Since the Mixer is an entirely separate unit, you may use any JACK capable mixer client you want instead of, or in myriad combination with, the Non-DAW Mixer. The one called LiveMix works well, but lacks many features of Non's mixer. All operations on the mixer affect the current mix set state only and are not journaled. -

    -

    -The mixer's design is modular, with all DSP occurring in discrete modules. One module hosts LADSPA plugins and the mixer is capable of receiving control (automation) data for any module parameter from Non-DAW (or another program) via JACK. -

    -

    -Control data is expressed as Control Voltage (CV). -

    What does freedom have to do with this software?

    Non is free software. This means, briefly, that you are free use it as you wish, free to examine and adapt the source code, free to share it with your friends, and free to publish your changes to the source code. Furthermore, Non is copyleft, which means that you are free from the threat of some other entity taking over and denying you the above freedoms. The free part of free software doesn't refer to price any more than the free in free speech does. @@ -222,7 +193,7 @@ If you don't love this software, don't feel guilty about not contributing. If yo

    Distribution

    -Development of the Non-DAW can be followed with Git: +Development of the Non-DAW and Non-Mixer can be followed with Git:

     git clone git://git.tuxfamily.org/gitroot/non/daw.git
    @@ -238,11 +209,6 @@ The following libraries are required to build Non DAW and Non Mixer
     
    • FLTK >= 1.1.7 (with `fluid`)
    • JACK >= 0.103.0
    • libsndfile >= 0.18.0 -
    • liblrdf >= 0.1.0 -

    -The following are optional: -

    -
    • LASH >= 0.5.4

    Community

    Feel free to drop by the #non channel on irc.freenode.net. diff --git a/timeline/doc/OVERVIEW.mu b/timeline/doc/OVERVIEW.mu index 69c58db..81ad15e 100644 --- a/timeline/doc/OVERVIEW.mu +++ b/timeline/doc/OVERVIEW.mu @@ -16,8 +16,7 @@ inter-application audio I\/O and the FLTK GUI toolkit for a fast and lightweight user interface. - Please see the #(url,non-daw%(slash)MANUAL.html,Non DAW Manual) and - #(url,non-mixer%(slash)MANUAL.html,Non Mixer Manual) for more information. + Please see the #(url,MANUAL.html,Manual) for more information. :: What it is not @@ -210,41 +209,6 @@ = sequences associated with it, and these sequences can contain = a free mix of annotation points and annotation regions. -::: Mixer - - The Non Mixer is a stand-alone application. It is a complement to Non - DAW, but neither program requires the other in order to function. - - Implementing the mixer functionality in a separate program, connected - to Non-DAW via JACK presents a number of advantages: - -* Eliminates the need for an internal connection management interface -* Improves overall system stability -* Increases parallelism (utilizes multiple cores) -* Adds flexibility -* Eliminates the need for cumbersome concepts and interfaces such as 'sends', 'groups', 'inserts' and 'busses'. - - Multiple instances of the mixer can be run together in order to - organize groups of channels and manage them with your preferred - window manager. - - Each mixer strip runs as a separate JACK client. In JACK2, this can - translates into the DSP workload being spread across multiple CPU - cores. - - Since the Mixer is an entirely separate unit, you may use any JACK - capable mixer client you want instead of, or in myriad combination - with, the Non-DAW Mixer. The one called LiveMix works well, but - lacks many features of Non's mixer. All operations on the mixer - affect the current mix set state only and are not journaled. - - The mixer's design is modular, with all DSP occurring in discrete - modules. One module hosts LADSPA plugins and the mixer is capable of - receiving control (automation) data for any module parameter from - Non-DAW (or another program) via JACK. - - Control data is expressed as Control Voltage (CV). - ; What does freedom have to do with this software? Non is /free software/. This means, briefly, that you are free use it as @@ -278,10 +242,9 @@ #(url,http:\/\/non.tuxfamily.org\/donation.html,Make a donation) - ; Distribution - Development of the Non-DAW can be followed with Git: + Development of the Non-DAW and Non-Mixer can be followed with Git: > git clone git://git.tuxfamily.org/gitroot/non/daw.git @@ -294,11 +257,6 @@ * FLTK >= 1.1.7 (with `fluid`) * JACK >= 0.103.0 * libsndfile >= 0.18.0 -* liblrdf >= 0.1.0 - - The following are optional: - -* LASH >= 0.5.4 ; Community -- 2.11.4.GIT