#Candor sequencer-sampler for musical performance
This linux software enables a monome 256 user to capture and playback audio from up to 8 channels simultaneously, managing a maximum of 48 remembered wav soundfiles without a computer display. It is a client of the Jack Audio Connection Kit.
Contact me at [email protected]
git
$ git clone https://github.com/murrayfoster/candor.git
$ cd candor
$ make
zip
$ wget https://github.com/murrayfoster/candor/archive/master.zip
$ unzip master.zip
$ rm master.zip
$ cd candor-master
$ make
After building from the previous step
# make install
# make uninstall