#synthesizer #envelope #surge #simd #fft #adsr #algorithm

surge-imports

adsr envelopes from the surge synthesizer

6 releases

0.2.12-alpha.0 Apr 7, 2023
0.2.11-alpha.0 Dec 19, 2022
0.2.5-alpha.0 Jun 21, 2022

#12 in #surge

Download history 133/week @ 2024-01-12 105/week @ 2024-01-19 93/week @ 2024-01-26 84/week @ 2024-02-02 157/week @ 2024-02-09 155/week @ 2024-02-16 85/week @ 2024-02-23 118/week @ 2024-03-01 167/week @ 2024-03-08 151/week @ 2024-03-15 222/week @ 2024-03-22 436/week @ 2024-03-29 112/week @ 2024-04-05 152/week @ 2024-04-12 142/week @ 2024-04-19 175/week @ 2024-04-26

621 downloads per month
Used in 71 crates

GPL-3.0 license

11KB
103 lines

surge-imports

This crate encapsulates the third-party dependencies for the surge* Rust workspace.

The surge* Rust workspace consists of multiple crates that make up the Surge synthesizer system. This crate imports and re-exports the necessary dependencies for the system, such as SIMD instruction sets, FFT algorithms, and more.

By using this crate, the user of the surge* system can more easily manage the dependencies and ensure compatibility between the different subcomponents of the system.

Dependencies

~12–21MB
~312K SLoC