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
https://non.tuxfamily.org/
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.
|
-
- # Include this file to use terminal colors from shell scripts and
- # makefiles.
- # john moore liles - 12/30/2002
-
- BLACK=`tput setaf 0`
- RED=`tput setaf 1`
- GREEN=`tput setaf 2`
- YELLOW=`tput setaf 3`
- BLUE=`tput setaf 4`
- MAGENTA=`tput setaf 5`
- CYAN=`tput setaf 6`
- WHITE=`tput setaf 7`
-
- BG_BLACK=`tput setab 0`
- BG_RED=`tput setab 1`
- BG_GREEN=`tput setab 2`
- BG_YELLOW=`tput setab 3`
- BG_BLUE=`tput setab 4`
- BG_MAGENTA=`tput setab 5`
- BG_CYAN=`tput setab 6`
- BG_WHITE=`tput setab 7`
-
- BOLD=`tput bold`
- SGR0=`tput sgr0`
|