13
0

triggerbox: NO-OP move code around

This commit is contained in:
Paul Davis 2021-12-29 09:51:20 -07:00
parent 233491c88a
commit 88e9db30e3

View File

@ -1869,13 +1869,6 @@ TriggerBox::TriggerBox (Session& s, DataType dt)
Config->ParameterChanged.connect_same_thread (*this, boost::bind (&TriggerBox::parameter_changed, this, _1));
}
void
TriggerBox::scene_bang (uint32_t n)
{
DEBUG_TRACE (DEBUG::Triggers, string_compose ("scene bang on %1 for %2\n", n));
_pending_scene = n;
}
void
TriggerBox::set_region (uint32_t slot, boost::shared_ptr<Region> region)
{
@ -1935,6 +1928,13 @@ TriggerBox::maybe_swap_pending (uint32_t slot)
}
}
void
TriggerBox::scene_bang (uint32_t n)
{
DEBUG_TRACE (DEBUG::Triggers, string_compose ("scene bang on %1 for %2\n", n));
_pending_scene = n;
}
void
TriggerBox::scene_unbang (uint32_t n)
{