New plugin: PianoRes, imitating "damper resonance" for sampled pianos

I implemented my first JUCE project, an audio/MIDI plugin that imitates the resonance of piano strings when the damper is down, causing all the strings to resonate. It’s a pretty simple idea, but I couldn’t find one so I made one: GitHub - jlearman/PianoRes: Resonance plugin for sampled pianos · GitHub . Ideally you’d just plug it in downstream of a sample player like Sforzando or Sfizz, but unfortunately they don’t pass the MIDI, so some host plumbing is required. (I’ll be filing a feature request for sfizz.)

It’s still pretty rough; the UI needs work. I started with an existing simple resonance plugin (GitHub - etosphere/coneko: Coneko (con-echo), a convolution reverb plugin in JUCE. ฅ(^・ω・^ฅ) · GitHub), stripped out the features I didn’t want, and added control from sustain pedal.

JUCE rocks! I’m amazed that I was able to create this in about two days.

Please take a look and LMK what you think. Any feedback would be greatly appreciated!