re. Installing CLAP before building Qtractor with CLAP hi, you don't need to install CLAP , it is included as a submodule in qtractor git! all you have to do is one of the following just once: a. from an existing working tree: git submodule update --init --recursive or b. clone into a brand new git working tree: git clone --recursive https://github.com/rncbc/qtractor ... cheers ps. b. assumes you're sourceing the github repo for example--you may choose any other of your liking ;) Reply
hi, you don't need to install CLAP , it is included as a submodule in qtractor git! all you have to do is one of the following just once:
a. from an existing working tree:
git submodule update --init --recursive
or
b. clone into a brand new git working tree:
git clone --recursive https://github.com/rncbc/qtractor
...cheers
ps. b. assumes you're sourceing the github repo for example--you may choose any other of your liking ;)