Dalton Messmer
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>
2023-08-22 12:07:09 +09:00
..
2022-12-30 22:18:14 +00:00
2023-08-22 12:07:09 +09:00
2022-12-30 22:18:14 +00:00
2022-12-30 22:18:14 +00:00
2023-08-22 12:07:09 +09:00
2023-08-20 15:52:23 +09:00
2022-06-23 12:20:05 +01:00
2022-06-23 12:20:05 +01:00
2022-12-30 22:18:14 +00:00
2022-09-14 19:27:53 +02:00
2022-12-30 22:18:14 +00:00
2023-04-05 21:08:24 -07:00
2022-12-30 22:18:14 +00:00
2022-12-30 22:18:14 +00:00
2023-06-26 17:23:47 -07:00
2022-12-31 14:40:07 +01:00
2023-08-22 12:07:09 +09:00
2023-08-22 12:07:09 +09:00
2022-09-14 19:27:53 +02:00
2023-08-22 12:07:09 +09:00
2023-01-18 10:16:28 +09:00
2023-07-11 12:52:32 -04:00
2023-08-22 12:07:09 +09:00
2023-02-21 21:03:00 +01:00
2023-02-21 21:03:00 +01:00
2022-12-30 22:18:14 +00:00
2023-04-25 11:06:15 -07:00
2023-08-22 12:07:09 +09:00
2022-09-14 19:27:53 +02:00
2023-08-22 12:07:09 +09:00
2022-12-30 22:18:14 +00:00
2023-08-22 12:07:09 +09:00
2023-08-22 12:07:09 +09:00
2022-09-14 19:27:53 +02:00
2022-12-30 22:18:14 +00:00
2023-08-22 12:07:09 +09:00
2023-08-22 12:07:09 +09:00
2023-08-22 12:07:09 +09:00
2022-12-30 22:18:14 +00:00
2022-12-30 22:18:14 +00:00
2022-09-14 19:27:53 +02:00
2023-08-22 12:07:09 +09:00
2023-08-22 12:07:09 +09:00
2022-09-14 19:27:53 +02:00
2022-12-30 22:18:14 +00:00
2023-08-22 12:07:09 +09:00
2023-02-23 23:31:07 +01:00
2022-12-30 22:18:14 +00:00
2023-08-22 12:07:09 +09:00
2022-12-30 22:18:14 +00:00
2023-08-22 12:07:09 +09:00
2023-01-02 23:42:46 +00:00
2023-07-29 00:22:32 -04:00