From 8aa29bb4ba67885b62d8901f149a4bde5b743583 Mon Sep 17 00:00:00 2001 From: falkTX Date: Fri, 26 Sep 2014 10:38:05 +0100 Subject: [PATCH] Add TODO items for carla --- plugins/carlabase/carla.cpp | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/plugins/carlabase/carla.cpp b/plugins/carlabase/carla.cpp index ad061fe83..e1a4ad368 100644 --- a/plugins/carlabase/carla.cpp +++ b/plugins/carlabase/carla.cpp @@ -39,6 +39,18 @@ #include +/* + * Current TODO items: + * - get plugin instance name (to use in external window title) + * - buffer-size change callback + * - offline mode change callback + * - set time info + * - midi output + * - background artwork + * + * All other items are to be done in Carla itself. + */ + // ----------------------------------------------------------------------- #define handlePtr ((CarlaInstrument*)handle)