Nick Dowell
Nick Dowell
Oh wow I have a keystep, didn't realise it does aftertouch! In use I don't think it's nice, because after pressing the key you then press harder to engage aftertouch,...
Based on my quick experimentation I think aftertouch support is not worth having unless it is freely (within reason) assignable and its range / depth can be configured. Maybe something...
@mcleinn have you noticed any zippering that needs fixing? In other places a `SmoothedParam` has been used for this purpose, but the volume is a special case which uses `IIRFilterFirstOrder...
Thank you for the detailed bug report and also finding the root cause! I think I will simply revert c357b318eb840a4ee7859c0f308d00881759d73a which was an attempt to fix clicks at note start...
> Is your binary built with debug symbols? They'll need these to print stack traces. Yes. By commenting out the call to `setupSignalHandling()` I get full crash reports with symbols....
I've started work on a fix for the lack of stack traces, and for the async-signal-safe issue. https://github.com/Tracktion/pluginval/compare/develop...nickdowell:pluginval:develop?expand=1 Let me know if this is a change that would be accepted...
Factoring out the stack trace writing functions from the crash handler has broken the `numLinesToSkip` functionality. This required `backtrace()` to be called directly from the signal handler so we knew...
> I needed to add those other changes in order to get it to pass CI. > > Ok, I'll remove the numLinesToSkip as it might be a bit error...