#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

#13 in #surge

Download history 129/week @ 2024-07-21 114/week @ 2024-07-28 104/week @ 2024-08-04 124/week @ 2024-08-11 115/week @ 2024-08-18 140/week @ 2024-08-25 101/week @ 2024-09-01 145/week @ 2024-09-08 110/week @ 2024-09-15 109/week @ 2024-09-22 112/week @ 2024-09-29 1/week @ 2024-10-06 66/week @ 2024-10-13 71/week @ 2024-10-20 103/week @ 2024-10-27 106/week @ 2024-11-03

346 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

~11–20MB
~300K SLoC