use String instead of Op; support SCENE_<number>
This commit is contained in:
15
README.md
15
README.md
@@ -2,12 +2,21 @@
|
||||
|
||||
OBS control from D-Bus messages
|
||||
|
||||
Send a D-Bus signal to perform an operation with `src/obsdc-signal`, which takes a single operation name
|
||||
as an argument.
|
||||
Send a D-Bus signal to perform an operation with `src/obsdc-signal`, which takes a single operation command
|
||||
as an argument, and performs an action in OBS.
|
||||
|
||||
## Operations
|
||||
|
||||
See [Op](src/main/kotlin/net/eksb/obsdc/Op.kt) for a list of operations.
|
||||
* `SCENE_NEXT` - switch to the next scene
|
||||
* `SCENE_PREV` - switch to the previous scene
|
||||
* `SCENE_#` - switch to the indicated scene
|
||||
* replace `#` with scene index, starting with 1.
|
||||
* `STUDIO_TRANSITION` - transition the studio preview and program
|
||||
* `STUDIO_MODE_TOGGLE` - toggle studio mode
|
||||
* `PAN_UP` - move the top unlocked source up 50px
|
||||
* `PAN_DOWN` - move the top unlocked source down 50px
|
||||
* `PAN_LEFT` - move the top unlocked source left 50px
|
||||
* `PAN_RIGHT` - move the top unlocked source right 50pxt
|
||||
|
||||
## Configuration
|
||||
|
||||
|
||||
Reference in New Issue
Block a user