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.
Nils 922e632317 Readme for this intermediate state 5 years ago
FL Replace deprecated scanf %a modifier with %m. 9 years ago
lib Upgrade waf to 2.0.18 6 years ago
mixer Update non-mixer.desktop.in 7 years ago
nonlib nonlib/OSC: Don't try to send feedback to non-existent path. 8 years ago
sequencer Update non-sequencer.desktop.in 7 years ago
session-manager Change default build to only compile non-session-manager and jackpatch 5 years ago
timeline Update non-timeline.desktop.in 7 years ago
tools.waf Upgrade waf to 2.0.18 6 years ago
.gitignore For what its worth, ignore temp waf files 5 years ago
.gitmodules FLTK->NTK 13 years ago
COPYING Update COPYING. 13 years ago
README.build Readme for this intermediate state 5 years ago
waf Upgrade waf to 2.0.18 6 years ago
wscript Change default build to only compile non-session-manager and jackpatch 5 years ago

README.build

# New Session Manager

## Fork and License
This is a fork of non-session-manager, by Jonathan Moore Liles <male@tuxfamily.net> http://non.tuxfamily.org/
under the GNU GENERAL PUBLIC LICENSE Version 2, June 1991.

All files, except nsm.h kept in this repository are
"either version 2 of the License, or (at your option) any later version."

`nsm.h` is licenced under the ISCL.

Build files and FLTK definitions have no license header and will be removed.

The current repository builds the original `nsmd` and `jackpatch`.

To build:
* `./waf configure`
* `./waf`
* `su -c './waf install'`