#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 115/week @ 2024-04-04 152/week @ 2024-04-11 173/week @ 2024-04-18 156/week @ 2024-04-25 136/week @ 2024-05-02 147/week @ 2024-05-09 141/week @ 2024-05-16 151/week @ 2024-05-23 131/week @ 2024-05-30 111/week @ 2024-06-06 104/week @ 2024-06-13 170/week @ 2024-06-20 72/week @ 2024-06-27 33/week @ 2024-07-04 121/week @ 2024-07-11 122/week @ 2024-07-18

383 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
~313K SLoC