// ---------------------------------------------------------------------- // // Copyright (C) 2010 Fons Adriaensen // Modified by falkTX on Jan 2015 for inclusion in Carla // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation; either version 2 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License // along with this program; if not, write to the Free Software // Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. // // ---------------------------------------------------------------------- #include "styles.h" #include "png2img.h" #include "CarlaString.hpp" namespace REV1 { XftColor *XftColors [NXFTCOLORS]; XImage *revsect_img; XImage *eq1sect_img; XImage *eq2sect_img; XImage *mixsect_img; XImage *ambsect_img; RotaryImg r_delay_img; RotaryImg r_xover_img; RotaryImg r_rtlow_img; RotaryImg r_rtmid_img; RotaryImg r_fdamp_img; RotaryImg r_parfr_img; RotaryImg r_pargn_img; RotaryImg r_opmix_img; RotaryImg r_rgxyz_img; int styles_init (X_display *disp, X_resman *xrm, const char *resdir) { XftColors [C_MAIN_BG] = disp->alloc_xftcolor (0.25f, 0.25f, 0.25f, 1.0f); XftColors [C_MAIN_FG] = disp->alloc_xftcolor (1.0f, 1.0f, 1.0f, 1.0f); const CarlaString SHARED = CarlaString(resdir)+"/rev1"; revsect_img = png2img (SHARED+"/revsect.png", disp, XftColors [C_MAIN_BG]); eq1sect_img = png2img (SHARED+"/eq1sect.png", disp, XftColors [C_MAIN_BG]); eq2sect_img = png2img (SHARED+"/eq2sect.png", disp, XftColors [C_MAIN_BG]); mixsect_img = png2img (SHARED+"/mixsect.png", disp, XftColors [C_MAIN_BG]); ambsect_img = png2img (SHARED+"/ambsect.png", disp, XftColors [C_MAIN_BG]); if (!revsect_img || !mixsect_img || !ambsect_img || !eq1sect_img || !eq2sect_img) { fprintf (stderr, "Can't load images from '%s'.\n", SHARED.buffer()); return 1; } r_delay_img._backg = XftColors [C_MAIN_BG]; r_delay_img._image [0] = revsect_img; r_delay_img._lncol [0] = 0; r_delay_img._x0 = 30; r_delay_img._y0 = 32; r_delay_img._dx = 23; r_delay_img._dy = 23; r_delay_img._xref = 11.5; r_delay_img._yref = 11.5; r_delay_img._rad = 11; r_xover_img._backg = XftColors [C_MAIN_BG]; r_xover_img._image [0] = revsect_img; r_xover_img._lncol [0] = 0; r_xover_img._x0 = 92; r_xover_img._y0 = 17; r_xover_img._dx = 23; r_xover_img._dy = 23; r_xover_img._xref = 11.5; r_xover_img._yref = 11.5; r_xover_img._rad = 11; r_rtlow_img._backg = XftColors [C_MAIN_BG]; r_rtlow_img._image [0] = revsect_img; r_rtlow_img._lncol [0] = 0; r_rtlow_img._x0 = 147; r_rtlow_img._y0 = 17; r_rtlow_img._dx = 23; r_rtlow_img._dy = 23; r_rtlow_img._xref = 11.5; r_rtlow_img._yref = 11.5; r_rtlow_img._rad = 11; r_rtmid_img._backg = XftColors [C_MAIN_BG]; r_rtmid_img._image [0] = revsect_img; r_rtmid_img._lncol [0] = 0; r_rtmid_img._x0 = 207; r_rtmid_img._y0 = 17; r_rtmid_img._dx = 23; r_rtmid_img._dy = 23; r_rtmid_img._xref = 11.5; r_rtmid_img._yref = 11.5; r_rtmid_img._rad = 11; r_fdamp_img._backg = XftColors [C_MAIN_BG]; r_fdamp_img._image [0] = revsect_img; r_fdamp_img._lncol [0] = 0; r_fdamp_img._x0 = 267; r_fdamp_img._y0 = 17; r_fdamp_img._dx = 23; r_fdamp_img._dy = 23; r_fdamp_img._xref = 11.5; r_fdamp_img._yref = 11.5; r_fdamp_img._rad = 11; r_parfr_img._backg = XftColors [C_MAIN_BG]; r_parfr_img._image [0] = eq1sect_img; r_parfr_img._lncol [0] = 0; r_parfr_img._x0 = 19; r_parfr_img._y0 = 32; r_parfr_img._dx = 23; r_parfr_img._dy = 23; r_parfr_img._xref = 11.5; r_parfr_img._yref = 11.5; r_parfr_img._rad = 11; r_pargn_img._backg = XftColors [C_MAIN_BG]; r_pargn_img._image [0] = eq1sect_img; r_pargn_img._lncol [0] = 1; r_pargn_img._x0 = 68; r_pargn_img._y0 = 17; r_pargn_img._dx = 23; r_pargn_img._dy = 23; r_pargn_img._xref = 11.5; r_pargn_img._yref = 11.5; r_pargn_img._rad = 11; r_opmix_img._backg = XftColors [C_MAIN_BG]; r_opmix_img._image [0] = mixsect_img; r_opmix_img._lncol [0] = 0; r_opmix_img._x0 = 23; r_opmix_img._y0 = 32; r_opmix_img._dx = 23; r_opmix_img._dy = 23; r_opmix_img._xref = 11.5; r_opmix_img._yref = 11.5; r_opmix_img._rad = 11; r_rgxyz_img._backg = XftColors [C_MAIN_BG]; r_rgxyz_img._image [0] = ambsect_img; r_rgxyz_img._lncol [0] = 0; r_rgxyz_img._x0 = 23; r_rgxyz_img._y0 = 32; r_rgxyz_img._dx = 23; r_rgxyz_img._dy = 23; r_rgxyz_img._xref = 11.5; r_rgxyz_img._yref = 11.5; r_rgxyz_img._rad = 11; return 0; } void styles_fini (X_display *disp) { } }