Skip to content
This repository has been archived by the owner on Jun 11, 2023. It is now read-only.

Releases: clearly-broken-software/drops

Drops v1.0-beta.2

15 Jan 18:54
Compare
Choose a tag to compare

Drops

Drops Really Only Plays Samples

Drops


New:

  • add No Pitch option
  • update sfizz to 1.1.1
  • fix no sound at buffersize 2048 and higher

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.

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

INSTALL

you can use the attached binaries on the release page or build Drops yourself.

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

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.

Drops v1.0-beta.1

02 May 09:34
Compare
Choose a tag to compare

Drops

Drops Really Only Plays Samples

Drops


Bug fixes:

  • update sfizz engine to 1.0
  • fix port name and symbol

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.

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

INSTALL

you can use the attached binaries on the release page or build Drops yourself.

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

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.

Drops v1.0-beta

15 Apr 15:43
Compare
Choose a tag to compare

Drops

Drops Really Only Plays Samples

Drops

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.

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

INSTALL

you can use the attached binaries on the release page or build Drops yourself.

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

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.

Drops v0.3-alpha

07 Feb 19:40
Compare
Choose a tag to compare
Drops v0.3-alpha Pre-release
Pre-release

Drops

Drops Really Only Plays Samples

Drops_018


New:

  • Knobs now only update the plugin on mouse release (will change in the future)
  • Pitch and Filter EG depth controls added.
  • Logarithmic knob behavior on several controls.
  • Popup windows with parameter values on knobs.
  • Disabled automation for parameters that require a reload of the sfz file.

Drops is a audio plugin in lv2 and vst format for linux.
Load a sample, play via midi.
The sample engine is sfizz
As sfizz evolves over time, so will Drops.

You can use the attached binaries or build Drops yourself.


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

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.

Drops v0.2-alpha

22 Jan 18:24
Compare
Choose a tag to compare
Drops v0.2-alpha Pre-release
Pre-release

Drops

Drops Really Only Plays Samples


New: Pitch Tune and Oversampling


afbeelding

Drops is a audio plugin in lv2 and vst format for linux.
Load a sample, play via midi.
The sample engine is sfizz
As sfizz evolves over time, so will Drops.

You can use the attached binaries or build Drops yourself.


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

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.

Drops v0.1

18 Jan 17:48
Compare
Choose a tag to compare
Drops v0.1 Pre-release
Pre-release

Drops

Drops Really Only Plays Samples

afbeelding

Drops is a audio plugin in lv2 and vst format for linux.
Load a sample, play via midi.
The sample engine is sfizz
As sfizz evolves over time, so will Drops.

You can use the attached binaries or build Drops yourself.


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

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.

Testing

20 Dec 13:47
Compare
Choose a tag to compare
Testing Pre-release
Pre-release

for testing