triggerbox: add TriggerBox::active_scene()
This commit is contained in:
parent
2c00379220
commit
87974562d3
@ -565,6 +565,7 @@ class LIBARDOUR_API TriggerBox : public Processor
|
||||
static void clear_scene_bang ();
|
||||
static void scene_bang (uint32_t scene_number);
|
||||
static void scene_unbang (uint32_t scene_number);
|
||||
static int32_t active_scene ();
|
||||
|
||||
static void init ();
|
||||
|
||||
|
@ -1939,6 +1939,12 @@ TriggerBox::scene_unbang (uint32_t n)
|
||||
{
|
||||
}
|
||||
|
||||
int32_t
|
||||
TriggerBox::active_scene ()
|
||||
{
|
||||
return _active_scene.load ();
|
||||
}
|
||||
|
||||
void
|
||||
TriggerBox::maybe_find_scene_bang ()
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user