
Dalton MessmerandKevin Zander
5cbf2c5287
Fix LMMS plugin issues (#6670)
* Fix Organic automated harmonic parameter loading
* Fix Kicker automated end distortion parameter loading
* Fix AudioFileProcessor automated interpolation parameter loading
* Fix Vibed automated volume parameter loading
* Improve coding style/formatting
* Fix #6671
* Fix Vibed memory leaks
* Refactor Vibed instrument
* Fix build
* Try to fix build again
* Revert previous commit
* Replace more raw pointers with smart pointers
* Remove unused files
* Minor changes
* Update plugins/Vibed/Vibed.cpp
Co-authored-by: Kevin Zander <veratil@gmail.com>
* Implement suggestions from review
* Minor changes
* Only check plugin data pointer
* Refactor NineButtonSelector
* Fix memory leaks during heavy tempo automation
* Fix build
* Use s_stringCount
* Replace some vectors with arrays
* Use array instead of switch
* Allow compiler to generate move assignment operator
* Fix loading of old automated detune values
* Fix member variable names
* Address review comments
---------
Co-authored-by: Kevin Zander <veratil@gmail.com>