mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-12 09:36:33 +01:00
triggerbox: NO-OP move code around
This commit is contained in:
parent
233491c88a
commit
88e9db30e3
1 changed files with 7 additions and 7 deletions
|
|
@ -1869,13 +1869,6 @@ TriggerBox::TriggerBox (Session& s, DataType dt)
|
||||||
Config->ParameterChanged.connect_same_thread (*this, boost::bind (&TriggerBox::parameter_changed, this, _1));
|
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
|
void
|
||||||
TriggerBox::set_region (uint32_t slot, boost::shared_ptr<Region> region)
|
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
|
void
|
||||||
TriggerBox::scene_unbang (uint32_t n)
|
TriggerBox::scene_unbang (uint32_t n)
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue