This repository has been archived by the owner on Mar 14, 2020. It is now read-only.
Releases: rghvdberg/ninjas
Releases · rghvdberg/ninjas
Ninjas pre-release
The binaries are compiled on Ubuntu 16.04 and Debian 9, 64 bit.
Thanks to for providing the Ubuntu 14.04 binaries.
You'll need libsamplerate
and libsoundfile
to run the plugin application.
The tarballs contains:
- ninjas (jack app)
- ninjas.lv2
- ninjas-vst.so
Copy the files to an appropriate location. Typically the ninjas.lv2
folder (as a whole) goes in ~/.lv2
and
ninjas-vst.so
goes in ~/.vst
. You can copy the ninjas
binary to ~/bin
.
Usage
- load Ninjas in a suitable host or use the
ninjas
binary - click Diskette drive
- load audio sample
- note : file handling is done by libsndfile, for all file formats supported by libsndfile refer to http://www.mega-nerd.com/libsndfile/#Features
- set number of slices using the Slices knob
- set slicing method using the slider
- Raw: slices up the sample in equal parts
- Onsets: snaps the slice start and end to the nearest detected onset
- Sample slices will be mapped to C4 (midi note 60) and up
- Change the pitch of a slice with pitchbend
- Each slice has it's own ADSR and playmode settings. Use the righthand Slice Selector to select the slice you want to edit
Build instructions
Dependencies
- libgl1-mesa-dev
- libx11-dev
- libsndfile1-dev
- libsamplerate0-dev
If you want a standalone jack binary install either libjack-dev
or libjack-jackd2-dev
Note : when you download the sources, you'll notice the dpf
folder is empty.
cd ninjas
git clone https://github.com/DISTRHO/DPF.git dpf
make
There is no , binaries will appear in make install
~ninjas/bin/
, just copy the binaries to an appropriate location.