openAVproductions / openAV-Fabla2

The repository of the Fabla2 sampler by OpenAV. http://openavproductions.com/fabla2
GNU General Public License v2.0
54 stars 13 forks source link

Ignoring Note-Off? #65

Closed unfa closed 7 years ago

unfa commented 7 years ago

Hydrogen drum machine has an option to ignore MIDI note-offs. I always had that on, because otherwise the notes will end sooner if I release the pad. And to play fast I need to release the pads quickly, and the samples get very short and stuttery.

I tried working this out with ADSR (Release) but I'm not sure about the results.

AFAIK having Note-off ignored and having a special envelope that'll ignore note offs doesn't always yield the same results.

What do you think?

harryhaaren commented 7 years ago

This functionality is already implemented, see the "Trigger Mode" number box (its labelled "TRG" in the middle of the UI). The default is "stop on note off", the other mode allows "ringing out" of the whole sample (aka, stop playing on sample end). Cheers