From 54838a283cd4fdfd5a1a44c5ef6ca0051872f107 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Nusser?= Date: Fri, 19 May 2017 19:08:32 +0200 Subject: Add inline drumgizmo logo. The details (which are marked with TODO) have to be changed when we actually get a logo from the drumkits. --- plugin/drumgizmo_plugin.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'plugin/drumgizmo_plugin.h') diff --git a/plugin/drumgizmo_plugin.h b/plugin/drumgizmo_plugin.h index 98c6c26..36bf016 100644 --- a/plugin/drumgizmo_plugin.h +++ b/plugin/drumgizmo_plugin.h @@ -43,6 +43,7 @@ #include #include +#include class DrumGizmoPlugin #ifdef LV2 @@ -201,7 +202,10 @@ private: std::shared_ptr plugin_gui; std::shared_ptr drumgizmo; + std::uint32_t inlineDisplayBuffer[1024*1024]; + GUI::Image inline_display_image{":resources/logo.png"}; + bool inline_image_first_draw{true}; static constexpr std::size_t width{750}; static constexpr std::size_t height{400}; -- cgit v1.2.3