UI bug - xfade velocity menu appears in wrong spot
-
This is what I'm seeing when I click "Adds a crossfade to overlapping sounds" in the sample editor.
Pretty self explanatory I think.
On Windows Version 3.6.2 -
@observantsound This is fixed in the latest develop branch
-
@d-healey Oh ok cool.
I was wondering about this actually. In your video you recommended to stay up to date with the develop branch. But isn't that risky?
Wouldn't it make sense to only work on stable releases for a project? -
@observantsound stable just means static, it doesn't mean more reliable or less buggy.
The best solution is to use git and then you can easily hop between different commits. If a new commit causes you issues you can go back to an older one while you wait for a fix. I'm always running the latest commit (as long as it builds) .
-
@d-healey @observantsound I'll try recent commits if something has been fixed or there's a feature I want to test / implement. But otherwise, for existing products, I'm super cautious about exporting updates with brand new commits - learn't the hard way that unless you fully test your plugin with a new commit you can't be sure your plugin will work.