Releases: lsp-plugins/lsp-r3d-iface
Releases · lsp-plugins/lsp-r3d-iface
Release 1.0.4
- Updated build scripts.
Release 1.0.3
- Changed C++ standard to C++ 11.
- Updated build scripts.
Release 1.0.2
- Updated build scripts.
Release 1.0.1
- Updated build scripts.
Release 1.0.0
- Added BUFFER_STD_BLENDING flag to buffer flags.
- Added user data and destruction function to r3d::buffer_t type.
- Added function description for checking version of the R3D interface in use.
Release 0.5.2
- Updated build system.
Release 0.5.1
- Updated factory function prototype: added integer parameter for
enumeration capabilities. - Added LSP_R3D_BULTIN_FACTORY_FUNCTION macro.
- Added Factory::enumerate(index) method to enumerate built-in factories.
- Updated interface of r3d::buffer_t structure.
- Submitted r3d::init_buffer function for initializing buffer with default data.
Release 0.5.0
- Initial release.
- Split interface code from lsp-r3d-base-lib.
- Added possibility to define built-in R3D factory.
- Added compatibility with window subsystem flag.