Hi Jacube, Merry Christmas and thanks a lot for this wonderful plugin. What a gift, great sound, no harmonic artifacts with short intervals. Bravo.
In fact I was just working on a similar one, but … you did the job !.
My idee was to mimic the Plus/Gamechanger pedal which allow to layer sounds. Adding a Volume plugin sending back part of the output to the input (only wet signal) does something similar with your plugin (Decay at ~3 O’clock / momentary mode). Maybe you could add directly this feature in your plugin ?
P.S. Just a remark, the Attack parameter doesn’t seem to change the ramp up time betwween 0 and 300, it’s always ~300 (but maybe you need this time to load the buffer ?)
Thanks, and i happy you like it. Yeah layers is in my feature list. I own Superego plus it has much possibility, like Gliss, it is glide from one freeze tone to another, i dont know if i be able to mimic this, but i want to try .
And about attack you have true, now i use 1s sample size with fade in and fade out, this is why some attack always be presents. This is how sample look like.
This is really cool! I created an own solution with three CV-plugins to turn the knob of a reverb to endless decay. The “turning” fades the reverb in and out, this is the reason for that. This works, as far as I know, only with the Rakarrak reverb because this has endless trails. A plugin that replaces this workaround is really welcome! I will test this asap.
some time ago @falkTX talked about preparing a “manual” on how to i can get it there, but he probably doesn’t have time for that yet, we have to be patient
Good news, the initial setup for this is done!
See GitHub - moddevices/hvcc-plugins: Collection of hvcc based audio plugins used in MOD Audio for the repository that we can use to hold these plugins.
I added EP-MK1 from another author as a test of the framework, it builds and runs on the dwarf with fully automated builds
(with an added bonus of builds through github actions generating stuff for macOS and Windows too, because why not, DPF and hvcc allow it)
For you a first step is to add your hvcc based pd file alike the existing EP-MK1 as a pull request to this repo.
The readme provides a little description of what is needed, just a “plugin.pd” and a “plugin.json” file in a subdir named as “BrandName-PluginName”.
Let me know if you need help on that.