Fawn
Fawn
I didn't intend to delete this. I had mistakenly made these commits on my fork's `master` branch, so I decided to rename this branch `feature/synchro`, make a new `master` branch,...
@bratpeki found the following bug on 2025-06-30 and notified the Discord testing channel. I haven't attempted to reproduce this bug with the latest build, so it may or may not...
I was able to replicate the issue with Carla. Turns out this issue is present on the `master` branch as well. Something about Carla breaks the pattern editor, resulting in...
+1. Great for drum sequences too, makes it seem a little less robotic.
Tested this as well on my Windows partition that was not set up at all to do dev work (with `php` installed through `choco`, that is lmao) and the script...
It's been a decade with no new comments. Implementing this as a simple native plugin is doable (and I am willing to do it) but I imagine that would actually...
I will be closing this as Not Planned if no further comments are made by 12 Feb 2026 (one year since my previous comment).
I have some thoughts: - There's an ongoing effort to replace raster assets with vector assets (see #7767, #7777), so if this PR is to move forward, `artwork.png` should be...
Figured I'd run some un-rigorous `perf stat` benchmarks of release builds as a sanity check to make sure I wasn't destroying performance by changing the mutex for a bunch of...
`CACHELINE` and `busy_wait_hint` probably don't belong inside Lb302. Where is the best place for me to move these to?