Hi there,
I bought an used Owl pedal on ebay a few days ago, an so far I love it. Thanks for the awesome work on this. I’ve been able to get OwlControl and OwlProgram working on Ubuntu 16.04 without struggling too much and compile Faust code right away (I’m mainly a Faust developer).
Here is my first patch for : https://hoxtonowl.com/patch-library/patch/Owlgazer_Shimmer_Reverb
It’s a 4 delay lines FDN reverb with some allpass filters in series for diffusion. It’s based after an audio plugin I’m working on (Moongazer Shimmer Reverb (demo) - YouTube). I took the dsp part of it and tried to compile it as is on the Owl. It was taking WAY to much cpu and memory so I had to do some optimizations and remove a lot of small things (LFOs, filtering…), and I managed to get something working under 100% cpu. It still lacks at least one allpass filters and I would love to had some modulation on the delay lines, but everything I tried get me to at least to 130% cpu. I’ll try to do another version of it without the shimmer in order to get a better pure reverb.
Cheers!
Xavier