summaryrefslogtreecommitdiffstats
path: root/audio/non/README
diff options
context:
space:
mode:
author klaatu <klaatu@straightedgelinux.com>2014-11-22 06:16:34 +0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2014-11-22 06:46:46 +0700
commitfbbbef3be7f1675ab89e5132fb7be33bad16ac1d (patch)
tree5f8d37e847b247756f11a9b044a87aaa63c4d88c /audio/non/README
parent8b9b6730afbd4daa974846ea0b43ad23ff769c59 (diff)
downloadslackbuilds-fbbbef3be7f1675ab89e5132fb7be33bad16ac1d.tar.gz
slackbuilds-fbbbef3be7f1675ab89e5132fb7be33bad16ac1d.tar.xz
audio/non: Added (Modular nonDAW).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'audio/non/README')
-rw-r--r--audio/non/README26
1 files changed, 26 insertions, 0 deletions
diff --git a/audio/non/README b/audio/non/README
new file mode 100644
index 0000000000..09713cd981
--- /dev/null
+++ b/audio/non/README
@@ -0,0 +1,26 @@
+Non is designed to be simple and efficient. Written entirely in C/C++
+for high performance. Non is fast enough to run on low-end
+processors--while other DAWs require huge investments in hardware. The
+NTK toolkit provides lightning fast GUI to all the Non components.
+
+Non is a modular (in the Unix sense) DAW. Other DAWs, even in the
+free-software realm, are large, bloated, and, as a rule,
+monolithic. This goes against the Unix philosophy and fails to take
+full advantage of the power and flexibility of JACK.
+
+MODULES:
+
+The components of Non work together and separately, allowing you
+create a studio tailored to your own needs.
+
+If you want to build only one component of Non, you may pass the name
+of that component to the SlackBuild script as the variable PROJECT.
+For instance:
+
+PROJECT=mixer ./non.SlackBuild
+
+The component names are:
+mixer|sequencer|timeline|session-manager
+
+By default, this SlackBuild builds everything, so the result is a
+complete, traditional DAW-like suite.