regulus79
regulus79
As far as I know it shouldn't. This PR doesn't change how samples clips are saved or loaded, and the start frame offset should always be synced with the start...
> I feel like this should be saved in the lmmsrc, not the project file I've changed it to save/load it via the `ConfigManager` instead. Now this PR only changes...
But we don't want the autoscrolling code to check the value from `ConfigManager` every frame, so.... would the user need to restart lmms every time they change the autoscroll state?
Maybe I should ask a different question... Do we want to get rid of the 3-state button for switching between the autoscroll modes and revert back to the on/off button,...
> We can keep the 3-state button the way it is, but adding an option in settings will not hurt either. I think the option in settings should actually do...
Do you think this is ready to merge?
> With this pr there's an audio bug on Windows 11 when you go to the volume tab in the build in instruments when you move the amt to the...
I just briefly tested this; maybe the build I'm using wasn't from the best commit, but it seems that the drag and drop connections/copying clips into other clips isn't working....
> I test It like the knife cuts in the closer grid then I had to test It and It cutted off the grid . Actually, I think it did,...
OH I just realized why it's happening. We use some kind of html-like language when creating the `EffectSelectDialog`, and `` are special characters.