Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/jsvaldezv/duck-sampler

Sampler audio plug-in which works by dropping any .wav audio sample. It has an ADSR, a button distortion and a LFO. The sampler was developed with JUCE and C++
https://github.com/jsvaldezv/duck-sampler

Last synced: about 1 month ago
JSON representation

Sampler audio plug-in which works by dropping any .wav audio sample. It has an ADSR, a button distortion and a LFO. The sampler was developed with JUCE and C++

Lists

README

        

# Duck sampler

sampler

This is a sampler plug-in which works by dropping any audio sample into the plug-in. It has a JUCE ADSR, a button distortion toogle with a hard clipping
method and a LFO modulation with a sine waveform. The sampler was developed with JUCE and C++.

### Installation

1. JUCE: You can download JUCE from official website https://juce.com/ and follow the tutorials in order to install or follow my youtube video installation https://www.youtube.com/watch?v=bdYi-UdHd5g&t=449s
2. Xcode (MacOs): Just download from App Store https://apps.apple.com/us/app/xcode/id497799835?mt=12
3. Visual Studio (Windows): You can download it from official website https://visualstudio.microsoft.com/es/
4. Compile
5. Copy .vst, .vst3 or .component from Builds folder to your plug-ins folder.
6. Enjoy!