clearly-broken-software / ninjas2

Rewrite of Ninjas sample slicer
GNU General Public License v3.0
179 stars 13 forks source link

Ninjas 2

a 'Clearly Broken :tm:' Sample Slicer

Rewrite of Ninjas, a sample slicer audio plugin. This plugin uses the DPF for the creation of audio plugins in lv2 and vst2 formats. A stand alone jack app is also compiled

Screenshot of Ninjas2

Goal:

Easy to use sample slicer, quick slicing of sample and auto-mapping slices to midi note numbers.

Intended usage:

Primarily targeted at chopping up loops or short ( ≈ 10 - 20 seconds) samples. Think drum loops, vocal chops etc. Currently there's no limit on imported sample length. User can play the slices using midi notes and change the pitch with midi pitchbend.

Downloads:

Linux, Windows and Mac binaries for several architectures are available here. There are no installers, just unzip and copy the plugin to an appropiate location.

New Features

Known Bugs and limitations

Features:

Build instructions

Dependencies

If you want a standalone jack binary install either libjack-dev or libjack-jackd2-dev

git clone --recursive https://github.com/rghvdberg/ninjas2.git
cd ninjas2
make
make install (optional)

If you choose not to use the make install, you can copy the binaries from /path/to/ninjas2/bin/ to an appropiate location, typically ~/.vst or /usr/lib/vst on linux.


Chat on Matrix Build Status