X-Git-Url: https://cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.1%2Fcinelerra%2Fpluginlv2ui.C;h=64db9b2919eb0b75d22b3a5fc2ea3129cf3374ea;hb=b2d07362d3393d770098fc4e9a17ddf489a1b632;hp=80bf250f1e2c7921c8ac23c9ac2fc1bb8f46deab;hpb=a70cf593410cada9f0ca8bc515534c635a9cb495;p=goodguy%2Fcinelerra.git diff --git a/cinelerra-5.1/cinelerra/pluginlv2ui.C b/cinelerra-5.1/cinelerra/pluginlv2ui.C index 80bf250f..64db9b29 100644 --- a/cinelerra-5.1/cinelerra/pluginlv2ui.C +++ b/cinelerra-5.1/cinelerra/pluginlv2ui.C @@ -1,3 +1,22 @@ +/* + * CINELERRA + * Copyright (C) 2016-2020 William Morrow + * + * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 + * USA + */ // shared between parent/child fork #include "language.h" @@ -168,28 +187,7 @@ void PluginLV2ChildUI::start_gui() update_lv2_input(config.ctls, 1); connect_ports(config, PORTS_CONTROL | PORTS_ATOM); int n = 0; -#if 1 -// some plugins must have pointers, or they crash - float inp[nb_inputs], out[nb_outputs]; - memset(&inp, 0, nb_inputs*sizeof(float)); - memset(&out, 0, nb_outputs*sizeof(float)); - int ich = 0, och = 0; - for( int i=0; i