scene 3
This commit is contained in:
@@ -78,6 +78,7 @@ class Obs(private val q:BlockingQueue<Op>): AutoCloseable {
|
||||
when(op) {
|
||||
Op.SCENE_1 -> scene { scenes -> scenes.firstOrNull() }
|
||||
Op.SCENE_2 -> scene { scenes -> scenes.asSequence().drop(1).firstOrNull() }
|
||||
Op.SCENE_3 -> scene { scenes -> scenes.asSequence().drop(2).firstOrNull() }
|
||||
Op.STUDIO_TRANSITION -> {
|
||||
controller.triggerStudioModeTransition { response ->
|
||||
// This does not get called?
|
||||
|
||||
@@ -4,6 +4,7 @@ enum class Op {
|
||||
STUDIO_TRANSITION,
|
||||
SCENE_1,
|
||||
SCENE_2,
|
||||
SCENE_3,
|
||||
PAN_UP,
|
||||
PAN_DOWN,
|
||||
PAN_LEFT,
|
||||
|
||||
Reference in New Issue
Block a user