Drops v1.0-beta Sample player plugin released

Discuss anything new and newsworthy! See http://planet.linuxaudio.org and https://libreav.org/news for more Linux Audio News!

Announcements of proprietary software may fit better in the Marketplace.


Moderators: raboof, MattKingUSA, khz

Post Reply
rghvdberg
Established Member
Posts: 1067
Joined: Mon May 12, 2014 7:11 am
Has thanked: 15 times
Been thanked: 36 times

Drops v1.0-beta Sample player plugin released

Post by rghvdberg »

Drops is a single audio file sample player plugin in lv2 and vst format for linux.

Load an audio file, play it, loop it, pitch shift it, and make it into something entirely new.
The sample engine is sfizz.
Source code, binaries https://github.com/clearly-broken-softw ... /v1.0-beta
Drops1.0beta.png
Drops1.0beta.png (108.05 KiB) Viewed 2059 times
Drops is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or any later version.

Some of the features
  • audio disk streaming, allowing for large audio files to be played
  • waveform display with zooming and scrolling
    note: use mousewheel to zoom in and out
  • 'minimap' with scroll area
  • sample in/out and loop points
  • ADSR for amp, filter and pitch
  • LFO, free running or sync to transport and bpm for amp, filter and pitch
Build instructions
Dependencies
  • libgl1-mesa-dev
  • libx11-dev
  • libsndfile1-dev
If you want a standalone jack binary install either libjack-dev or libjack-jackd2-dev

Code: Select all

git clone --recursive https://github.com/clearly-broken-software/drops.git
cd drops
make
There is no make install, binaries will appear in /path/to/drops/bin/, just copy the binaries to an appropriate location.
Typically, for lv2 that would be ~/.lv2 or /usr/lib/lv2 and for vst typically ~/.vst or /usr/lib/vst on linux.
Post Reply