|
From: Christian S. <sch...@li...> - 2017-02-04 17:53:58
|
On Monday, January 23, 2017 17:04:34 Christian Schoenebeck wrote:
> Index: src/engines/common/SignalUnit.cpp
> ===================================================================
> --- src/engines/common/SignalUnit.cpp (revision 3099)
> +++ src/engines/common/SignalUnit.cpp (working copy)
> @@ -25,6 +25,6 @@
>
> namespace LinuxSampler {
> bool SignalUnit::DelayStage() {
> - return (DelayTrigger() >= pRack->GetCurrentStep());
> + return (DelayTrigger() > pRack->GetCurrentStep());
> }
> } // namespace LinuxSampler
Frank, I just committed this little patch to SVN which should fix this issue
for you.
I got no response from Grigor or Andreas about this issue, so I will probably
address the other potential cases (where this misbehavior might occur as well)
of the SFZ format in some way in the next couple days. Requires a bunch of
changes in the SFZ engine.
CU
Christian
|