Sy Brand
Sy Brand
@adereth Do you have a list of the sizes and rows of the keys you use with contoured SA sets? I'm thinking about jumping on [this groupbuy](https://en.zfrontier.com/collections/keysets/products/sa-max-ashen), but only if...
I think it's a something of a fundamental issue with making SFINAE friendly wrappers for non-SFINAE friendly callables :disappointed: You can fob it off on the user and make them...
The project uses git submodules, so you should be able to `git submodule init` and `git submodule update` to grab the dependencies.
I would like something like this, but I'm not sure how `TRYX` would be implemented without statement expressions, which are non-standard. I guess I could say that `TRYX` is only...
If you can come up with a way to have `TRYX` work when using a compiler which supports the necessary extensions and is only included when building with those extensions...
Out of interest did you get something like this working for you?
Ah well, I'll leave the issue open and maybe I'll get to it in the future. Thanks!
Thanks for the report! Ah, it's because MSVC doesn't set `__cplusplus` properly unless you pass `/Zc:__cplusplus`, and the deduction guide is behind an `ifdef`. Will see if there's a more...
I think having accurate microbenchmarking for something like this is _really_ hard. I don't have time to undertake something like this at the moment, but someone else is welcome to....
I have this issue, or at least a very similar one. If I have any effects set, then I export the audio in Ableton, then the effects produce no output,...