树莓派安装NON DAW

NON是一个强大的DAW,官网介绍如下:

http://non.tuxfamily.org/

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 responsive and 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 mixer with effects plugin hosting and advanced Ambisonics spatialization control. Non Sequencer, a live, pattern based MIDI sequencer, and finally, the Non Session Manager to tie together these applications and more into cohesive song-level units.

Non is the result of one man's desire to build a complete free-software Digital Audio Workstation on GNU/Linux that really works--on accessible hardware.

 

他有几个部分组成:

Non Mixer 混音模块

Non Sequencer 音序器模块

Non TmieLine 走带模块

Session Manager 会话管理器

 

 

下面是在树莓派上的安装过程:

一、下载软件

cd /home/pi/Downloads/

sudo git clone git://git.tuxfamily.org/gitroot/non/non.git

sudo git clone git://git.tuxfamily.org/gitroot/non/fltk.git ntk

 

二、安装依赖

以下是NTK用的

sudo apt-get update
sudo apt-get install libfontconfig1-dev 
sudo apt-get install libxft-dev
sudo apt-get install libcairo2-dev 
sudo apt-get install libjpeg-dev

 

以下是NON用的

sudo apt-get install libjack-jackd2-dev 
sudo apt-get install liblo-dev
sudo apt-get install libsndfile1-dev
sudo apt-get install ladspa-sdk
sudo apt-get install liblrdf-dev
sudo apt-get install libsigc++-2.0-dev

 

三、编译和安装

1、先安装NTK

cd  /home/pi/Downloads/non/lib\ntk

./waf configure

sudo ./waf

sudo su -c './waf install'

 

2、安装non

cd  /home/pi/Downloads/non/

./waf configure

sudo ./waf

sudo su -c './waf install'

 

===================================================================================

 

对于2019-09-26的raspbian系统(2019-09-26-raspbian-buster-full)

可直接下载我的deb安装包

https://pan.baidu.com/s/1IF1lO0c_Ybjmo90B03YjVA

下载并通过U盘复制到PI上,解压。

non文件夹为软件本尊

non_deb文件夹为所需的依赖

 

CD命令进入non_deb,将其下NTK和NON目录里所有的扩展名为DEB的文件,用sudo dpkg -i *.deb命令安装。

最后执行上诉第三大点即可。

 

==================================================================================

漂亮的调音台界面,走带控制器,步进音序器。

 

 

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值