sigurd4's repositories
signal_processing
A signal processing library in Rust, with the goal of being a decent alternative to Matlab's Signal Processing Toolbox and scipy.signal
real_time_fir_iir_filters
Real-time FIR and IIR filters designed for use with vst's
custom_float
Customizable floating point types, with all standard floating point operations implemented from scratch.
blue_chorus
A chorus-effect VST emulating the BOSS CE-2
array_math
A selection of useful math operations on arrays
array_trait
A generic trait for any array, with item as type and length as const parameter
float_approx_math
A math library for compile-time floating-point approximations (sqrt, sin, cos, etc...)
mekka_synth
A moog-like synthesizer VST2-plugin
polynomial_ops
Multivariable polynomial operations on arrays and vectors
raytracing
A simple, lightweight raytracing library
slice_trait
A generic trait for any slice, with item as a type parameter
array_segments
Store arrays in segment-lengths
ethnum-rs
256-bit unsigned integer implementation.
linked_list
Another linked list implementation in C++
option_trait
Helper traits for more generalized options
pitch_shifter
A lightweight pitch-shifter VST-plugin
serde_scala
A .scl scala file parser
slice_math
A selection of useful math operations on slices
specfilter
A VST plugin providing many types of filters designed after given specifications.