AuburnSounds / Dplug

Audio plugin framework. VST2/VST3/AU/AAX/LV2 for Linux/macOS/Windows.

Home Page:https://dplug.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dplug v15 proposals

p0nce opened this issue · comments

commented
  • Make futureBinState default. All saves made without futureBinState should work with futureBinState (except if VST2 chunks weren't enabled). This will require much testing. This is breaking.
  • Make futureMouseDrag the default. This is breaking.
  • Forbid wrong usage of Vec!T (see #823)
  • disallow Vec!T aligned on alignement > 1.
  • deprecate equalLoudnessCurve, isOdd, isEven
  • sinc should have one overload for float and double only.
  • improve or rather deprecate inverseSqrt, intel-intrinsics shall be used instead