Kevin Zander
Kevin Zander
Rebased on master and (hopefully) fixed conflicts (correctly). Tested build and it seemed to be working. I'll go back through all the demos to double check everything, those are the...
Looks like everything is still good in the demos. 👍
> > Global automation patterns have lower priority than ordinary ones, but this PR will reverse it due to the order of XML nodes > > I think this is...
Okay I'll try to see what can be done for this to keep them in order. It never occurred to me that you could connect an object to multiple automations.
"SOUNDFONT" is trademarked, we probably shouldn't rename this.
According to [cppref](https://en.cppreference.com/w/cpp/numeric/math/nearbyint): > If the current rounding mode is [FE_TONEAREST](https://en.cppreference.com/w/cpp/numeric/fenv/FE_round.html), this function rounds to even in halfway cases (like [std::rint](https://en.cppreference.com/w/cpp/numeric/math/rint.html), but unlike [std::round](https://en.cppreference.com/w/cpp/numeric/math/round.html)). So it seems there might be...