Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix crash on drawing line on the end of a graph (LMMS#5471)
This bug was introduced in 9e03399. The function changes [sample_end, sample_begin), but emits the signal as if [sample_end, sample_begin] has been changed. That bug made Multitap Echo crash when tweaking the cutoff of the 32nd stage. This commit fixes the issue by emitting sampleChanged with sample_end - 1.
- Loading branch information