Skip to content

Instantly share code, notes, and snippets.

View fefanto's full-sized avatar
🎧

Michelangelo Nottoli fefanto

🎧
View GitHub Profile
@fefanto
fefanto / juce_LowPassSmoothedValue.h
Last active February 3, 2021 08:42
Utility class based on juce::LinearSmoothedValue for exponential smoothing of parameters
/*
==============================================================================
Utility class for exponentially smoothed values like volume etc. that should
not change abruptly to avoid audio glitches.
This Class is based on juce::LinearSmoothedValue,
part of the JUCE Library (https://github.com/julianstorer/JUCE).
Smoothing algorithm is based on a 1 pole IIR lowpass:
@fefanto
fefanto / _config.yml
Last active November 1, 2016 16:48
Showing latest posts on home page with Jekyll
latest_post_count: 3