Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
McHauge committed Mar 14, 2021
2 parents 6360e9b + e2b02fb commit 5a08648
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,7 @@ and if there is more than one parameter use "&" as a separator between them like

**v1.2.17**
* Added Action "Audio Plugin On/Off/Toggle/Show On Input"
* Added Action "Channel Matrix Apply Preset"
* Added Action for Dynamic Inputs and Values support
* Added Stinger 3 and 4 to actions and feedbacks
* Added Feedback "Video Call - Video Source"
Expand Down
13 changes: 13 additions & 0 deletions src/actions.js
Original file line number Diff line number Diff line change
Expand Up @@ -602,6 +602,19 @@ exports.getActions = function () {
},
]
},

AudioChannelMatrixApplyPreset: {
label: 'Audio - Channel Matrix Apply Preset',
options: [
input,
{
type: 'textinput',
label: 'Preset Name',
id: 'value',
default: ''
},
]
},

StartCountdown: {
label: 'Title - Start Countdown',
Expand Down

0 comments on commit 5a08648

Please sign in to comment.