X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=gtk2_ardour%2Fluasignal_syms.h;h=cd572db6e40a8285d041ae2ab83a3db0c2738a4a;hb=78d5e6af289ff0e05a0058d078b79d3cc4d1c27d;hp=37f2624e05de3b4ec7c1b15c704f47baf887b338;hpb=8eb3b9d34b862822fbc670458a247bc74c975289;p=ardour.git diff --git a/gtk2_ardour/luasignal_syms.h b/gtk2_ardour/luasignal_syms.h index 37f2624e05..cd572db6e4 100644 --- a/gtk2_ardour/luasignal_syms.h +++ b/gtk2_ardour/luasignal_syms.h @@ -1,19 +1,20 @@ /* - * Copyright (C) 2016 Robin Gareus + * Copyright (C) 2016-2017 Paul Davis + * Copyright (C) 2016-2018 Robin Gareus * - * 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 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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. + * 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., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */ // editor @@ -21,7 +22,6 @@ STATIC(SessionLoad, &, 0) STATIC(SessionClose, &, 0) #endif -//STATIC(EverySecond, get_timers().second, 0) // XXX STATIC(ConfigChanged, &ARDOUR::Config->ParameterChanged, 1) // engine instance @@ -74,16 +74,18 @@ SESSION(RouteGroupsReordered, route_groups_reordered, 0) // plugin manager instance STATIC(PluginListChanged, &(PluginManager::instance().PluginListChanged), 0) -STATIC(PluginStatusesChanged, &(PluginManager::instance().PluginStatusesChanged), 0) +STATIC(PluginStatusChanged, &(PluginManager::instance().PluginStatusChanged), 3) +//STATIC(PluginStatusesChanged, &(PluginManager::instance().PluginTagsChanged), 3) // Diskstream static global -STATIC(DiskOverrun, &ARDOUR::Diskstream::DiskOverrun, 0) -STATIC(DiskUnderrun, &ARDOUR::Diskstream::DiskUnderrun, 0) +STATIC(DiskOverrun, &ARDOUR::DiskWriter::Overrun, 0) +STATIC(DiskUnderrun, &ARDOUR::DiskReader::Underrun, 0) // Region static STATIC(RegionPropertyChanged, &ARDOUR::Region::RegionPropertyChanged, 2) // Timers +STATIC(LuaTimerS, &LuaInstance::LuaTimerS, 0) STATIC(LuaTimerDS, &LuaInstance::LuaTimerDS, 0) // Session load