-
-
Notifications
You must be signed in to change notification settings - Fork 69
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
10 changed files
with
80 additions
and
96 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
25 changes: 12 additions & 13 deletions
25
streamerbot/3.api/1.sub-actions/meld-studio/layers/set-layer-visibility-state.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,19 @@ | ||
--- | ||
title: Meld Studio Set Layer Visibility State | ||
title: Set Layer Visibility State | ||
description: Show or hide a Layer | ||
version: 0.2.5 | ||
variables: [] | ||
--- | ||
|
||
## Parameters | ||
::field-group | ||
:parameter{name=MeldStudioConnection} | ||
:parameter{name=MeldStudioScene} | ||
:parameter{name=MeldStudioLayer} | ||
::field{name=State type=Select required} | ||
Select the state for the source visibility state | ||
parameters: | ||
- name: MeldStudioConnection | ||
- name: MeldStudioScene | ||
- name: MeldStudioLayer | ||
- name: State | ||
type: Select | ||
required: true | ||
description: | | ||
Select the state for the layer visibility | ||
|
||
- `Visible`: Set the visibility state to visible | ||
- `Hidden`: Set the visibility state to hidden | ||
- `Toggle`: Toggle the visibility state between visible and hidden | ||
:: | ||
:: | ||
variables: [] | ||
--- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,9 @@ | ||
--- | ||
title: Meld Studio Show Scene | ||
title: Show Scene | ||
description: Shows the selected scene in Meld Studio | ||
version: 0.2.5 | ||
parameters: | ||
- name: MeldStudioConnection | ||
- name; MeldStudioScene | ||
variables: [] | ||
|
||
--- | ||
|
||
## Parameters | ||
::field-group | ||
:parameter{name=MeldStudioConnection} | ||
:parameter{name=MeldStudioScene} | ||
:: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,17 @@ | ||
--- | ||
title: Meld Studio Streaming | ||
title: Streaming | ||
description: Change your Meld Studio streaming status | ||
version: 0.2.5 | ||
parameters: | ||
- name: MeldStudioConnection | ||
- name: State | ||
type: Select | ||
required: true | ||
description: | | ||
Choose the streaming state | ||
- `Start`: Start streaming | ||
- `Stop`: Stop streaming | ||
- `Toggle`: Toggle your streaming status | ||
variables: [] | ||
--- | ||
|
||
## Parameters | ||
::field-group | ||
:parameter{name=MeldStudioConnection} | ||
::field{name=State type=Select required} | ||
Choose the recording state | ||
|
||
- `Start`: Start your recording status | ||
- `Stop`: Stop your recording status | ||
- `Toggle`: Toggle your recording status | ||
:: | ||
:: |
9 changes: 3 additions & 6 deletions
9
streamerbot/3.api/1.sub-actions/meld-studio/take-screenshot.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,12 @@ | ||
--- | ||
title: Meld Studio Take Screenshot | ||
title: Take Screenshot | ||
description: Take a screenshot of the current scene in Meld Studio | ||
version: 0.2.5 | ||
parameters: | ||
- name: MeldStudioConnection | ||
variables: | ||
- name: screenshotSuccess | ||
type: boolean | ||
description: Returns whether or not the screenshot was taken successfully | ||
value: True | ||
--- | ||
|
||
## Parameters | ||
::field-group | ||
:parameter{name=MeldStudioConnection} | ||
:: |
20 changes: 0 additions & 20 deletions
20
streamerbot/3.api/1.sub-actions/meld-studio/tracks/layer-track-muted-state.md
This file was deleted.
Oops, something went wrong.
20 changes: 20 additions & 0 deletions
20
streamerbot/3.api/1.sub-actions/meld-studio/tracks/set-layer-track-muted-state.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
--- | ||
title: Set Layer Track Muted State | ||
description: Mute or unmute a Track associated with a Layer in Meld Studio | ||
version: 0.2.5 | ||
parameters: | ||
- name: MeldStudioConnection | ||
- name: MeldStudioScene | ||
- name: MeldStudioLayer | ||
- name: MeldStudioTrack | ||
- name: State | ||
type: Select | ||
required: true | ||
description: | | ||
Select the mute state for the source | ||
- `Muted`: Set the mute state to muted | ||
- `Not Muted`: Set the mute state to not muted | ||
- `Toggle`: Toggle the mute state between muted and not muted | ||
variables: [] | ||
--- |
29 changes: 14 additions & 15 deletions
29
streamerbot/3.api/1.sub-actions/meld-studio/tracks/set-track-muted-state.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,18 @@ | ||
--- | ||
title: Meld Studio Set Track Muted State | ||
description: Mute or unmute a source | ||
title: Set Track Muted State | ||
description: Mute or unmute a track | ||
version: 0.2.5 | ||
parameters: | ||
- name: MeldStudioConnection | ||
- name: MeldStudioLayer | ||
- name: State | ||
type: Select | ||
required: true | ||
description: | | ||
Select the mute state for the layer | ||
- `Muted`: Set the mute state to muted | ||
- `Not Muted`: Set the mute state to not muted | ||
- `Toggle`: Toggle the mute state between muted and not muted | ||
variables: [] | ||
--- | ||
|
||
## Parameters | ||
::field-group | ||
:parameter{name=MeldStudioConnection} | ||
:parameter{name=MeldStudioLayer} | ||
::field{name=State type=Select required} | ||
Select the mute status for the source | ||
|
||
- `Muted`: Set the mute state to muted | ||
- `Not Muted`: Set the mute state to not muted | ||
- `Toggle`: Toggle the mute state between muted and not muted | ||
:: | ||
:: |