Dalton Messmer
Dalton Messmer
Are there any plans to add this functionality, or at least a workaround we could use in its absence? It's been 7 months now since this issue was opened, and...
@TimovVeen Yeah, C++20 made some breaking changes to `u8`-prefixed string literals as well as UTF8-related filesystem methods, and it doesn't surprise me that it broke some things in this PR....
Here are some things I noticed while testing it: - In Knife mode, the knife mouse icon doesn't appear when hovering over midi clips, automation clips, and pattern clips like...
@regulus79 It seems that when I split a midi clip, the original singular clip still remains though it is invisible. You can hear it when the song plays since it...
If we wanted this feature to only be available to developers for debugging purposes (at least for now) while we work on fixing the undo/redo system, one option is to...
@rubiefawn Sure, you could open a new PR once it's ready if you'd like
It looks like you're right. From what I understand, the following should be added: ```c enum { // ... CLAP_SURROUND_TSL = 18, // Side Left Height CLAP_SURROUND_TSR = 19, //...