12-26-2020, 10:50 PM
I think what perhaps is happening here is that we are confusing a stop message with pausing the incoming clock. If I set the NDLR to external clock it literally waits for each new clock pulse to do it's next thing, so if you pause the clock while a note is playing it will play forever until it receives the clock tick where it is scheduled to end.
Another way to think about it is this: when you stop the clock, the NDLR treats that as a reaaaaaaalllly slooooowwww bpm.
With a midi stop message, it will end all playing notes. That doesn't happen with pausing the clock. If you need that behavior it would be better to have a midi device clocking NDLR and sending clock downstream to the Modular.
Jesse
Another way to think about it is this: when you stop the clock, the NDLR treats that as a reaaaaaaalllly slooooowwww bpm.
With a midi stop message, it will end all playing notes. That doesn't happen with pausing the clock. If you need that behavior it would be better to have a midi device clocking NDLR and sending clock downstream to the Modular.
Jesse