hobyst

Results 43 comments of hobyst

> Maybe worth splitting off pr if you want. I like introducing conan btw -- much better than our fragile DIY boost building. I initially just wanted to enable libc++...

> If libc++ and lld packages are now required would be nice to add them to the building instructions, same goes for conan if necessary Already did it for Conan...

> > If libc++ and lld packages are now required would be nice to add them to the building instructions, same goes for conan if necessary > > I don't...

Since many of the issues I've faced while doing this PR came from Conan being in a transition state towards Conan 2.0 and even thought by using explicit package revisions...

With `tools.system.package_manager:mode=enabled` it doesn't even attempt to install the dependencies anymore.

Not even with both `tools.system.package_manager:sudo=True` and `tools.system.package_manager:mode=install` works ([see proof here](https://github.com/Vita3K/Vita3K/runs/7733009884#step:6:933)). Before I decided to give the automated system requirements install a try, I had to install several dependencies by...

Using `conan remove --system-reqs "*"` before the `conan install [...]` works like a charm. I'll have a look at the lookfiles to ensure Conan always behaves as expected. Thank you...

> Thank you, I cherry-picked your commit. About signing the app, I really don't know how to do it on Mac. Feel free to do a PR for it after...

Quantization seemed to be implemented back in API version 9 using `channels.quickQuantize()`, but not documented until recently in the official MIDI scripting API reference. Implemented in the script on c5cf3287d09ea2b547548f49bfa7ccfeaec608b8.

> If you are interested in keeping the commits short, could we squash when merging rather than rewriting the git history? Being honest, I could talk for weeks about all...