Skip to content
/ non Public
forked from imv/non

Non reinvents the DAW. Powerful enough to form a complete studio, fast and light enough to run on low-end hardware like the eeePC or Raspberry Pi, and so reliable that it can be used live, the Non DAW Studio is a modular system composed of four main parts: Non Timeline, a non-destructive, non-linear audio recorder and arranger. Non Mixer, a live…

License

Notifications You must be signed in to change notification settings

falkTX/non

This branch is 381 commits ahead of imv/non:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

257ec59 · Jan 2, 2021
Mar 29, 2017
Sep 25, 2019
Jan 2, 2021
Feb 15, 2018
Sep 16, 2018
Mar 7, 2020
Sep 16, 2018
Sep 25, 2019
Nov 14, 2012
May 22, 2012
Mar 19, 2013
Dec 15, 2020
Nov 14, 2012
Sep 25, 2019
Sep 25, 2019

Repository files navigation

NON

Non-things build instructions

This repository contains all of the non-* software.

Getting NTK

If you just cloned the non repository or just executed git pull, then you should also run

git submodule update --init

to pull down the latest NTK code required by Non. Git does not do this automatically.

Building NTK

If you don't have NTK installed system-wide (which isn't very likely yet) you MUST begin the build process by typing:

cd lib/ntk
./waf configure
./waf

Once NTK has been built you must install it system-wide before attempting to build the non-* programs.

To install NTK type:

su -c './waf install'

Build all projects

Typing:

./waf configure
./waf
 su -c './waf install'

from the base of the checkout of the Non git repository will build and install all of the non-* programs together.

Build a single project

Typing:

./waf configure --project=[timline|sequencer|mixer|session-manager]
./waf
su -c './waf install'

About

Non reinvents the DAW. Powerful enough to form a complete studio, fast and light enough to run on low-end hardware like the eeePC or Raspberry Pi, and so reliable that it can be used live, the Non DAW Studio is a modular system composed of four main parts: Non Timeline, a non-destructive, non-linear audio recorder and arranger. Non Mixer, a live…

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 64.6%
  • C++ 22.6%
  • HTML 5.4%
  • mupad 4.1%
  • Python 1.4%
  • CSS 1.4%
  • Other 0.5%