regulus79

Results 170 comments of regulus79

@bratpeki I cannot reproduce the issue; would you mind providing a sample file/project where the bug happens?

I'm thinking...... it might be possible to do feedback in lmms if you give an effect an internal effect chain and treat it as having a different buffer size.... Ideally...

I'm able to fix the bug by adding a check for if the scrollbar is visible and the line is past it, and if so then not drawing it. Although,...

I like it, very professional! I hope you don't mind me copying that and adding it to the PR

> you fine with merging this as is? The readme could probably still use some work, but I agree with FyiurAmron, it's probably best to merge this now, otherwise it...

It appears the `man` page needs to be updated.

I made a similar PR to center the piano #7731. With a bit more work I could probably make it so that it expands, but I feel like there could...

I think I have fixed most of the bugs, however I don't understand how journalling works enough to fix the bug where the new clips don't disappear after undoing. I...

Ah, nevermind, it seems that using `close()` instead of `remove()` makes it work! I will have to look into why that happens.

Okay that's an interesting bug... I think it may have to do with me using `close()` instead of `remove()` when removing the old clip. But that's odd, since it doesn't...