Skip to content

Commit

Permalink
feat: OBS.Beat.Timer ( Fixes #195 )
Browse files Browse the repository at this point in the history
  • Loading branch information
James Brundage committed Feb 14, 2024
2 parents 45536a3 + 904b1b4 commit df4204c
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
8 changes: 4 additions & 4 deletions docs/Add-OBSSoundCloudSource.md
Original file line number Diff line number Diff line change
Expand Up @@ -148,13 +148,13 @@ If provided, the browser source will render at a custom frame rate.
The name of the scene.
If no scene name is provided, the current program scene will be used.

|Type |Required|Position|PipelineInput |
|----------|--------|--------|---------------------|
|`[String]`|false |8 |true (ByPropertyName)|
|Type |Required|Position|PipelineInput |Aliases |
|----------|--------|--------|---------------------|---------|
|`[String]`|false |8 |true (ByPropertyName)|SceneName|

#### **Name**
The name of the input.
If no name is provided, the last segment of the URI or file path will be the input name.
If no name is provided, then "SoundCloud" will be used.

|Type |Required|Position|PipelineInput |Aliases |
|----------|--------|--------|---------------------|------------------------|
Expand Down
8 changes: 4 additions & 4 deletions docs/Get-OBSSoundCloudSource.md
Original file line number Diff line number Diff line change
Expand Up @@ -148,13 +148,13 @@ If provided, the browser source will render at a custom frame rate.
The name of the scene.
If no scene name is provided, the current program scene will be used.

|Type |Required|Position|PipelineInput |
|----------|--------|--------|---------------------|
|`[String]`|false |8 |true (ByPropertyName)|
|Type |Required|Position|PipelineInput |Aliases |
|----------|--------|--------|---------------------|---------|
|`[String]`|false |8 |true (ByPropertyName)|SceneName|

#### **Name**
The name of the input.
If no name is provided, the last segment of the URI or file path will be the input name.
If no name is provided, then "SoundCloud" will be used.

|Type |Required|Position|PipelineInput |Aliases |
|----------|--------|--------|---------------------|------------------------|
Expand Down
8 changes: 4 additions & 4 deletions docs/Set-OBSSoundCloudSource.md
Original file line number Diff line number Diff line change
Expand Up @@ -148,13 +148,13 @@ If provided, the browser source will render at a custom frame rate.
The name of the scene.
If no scene name is provided, the current program scene will be used.

|Type |Required|Position|PipelineInput |
|----------|--------|--------|---------------------|
|`[String]`|false |8 |true (ByPropertyName)|
|Type |Required|Position|PipelineInput |Aliases |
|----------|--------|--------|---------------------|---------|
|`[String]`|false |8 |true (ByPropertyName)|SceneName|

#### **Name**
The name of the input.
If no name is provided, the last segment of the URI or file path will be the input name.
If no name is provided, then "SoundCloud" will be used.

|Type |Required|Position|PipelineInput |Aliases |
|----------|--------|--------|---------------------|------------------------|
Expand Down

0 comments on commit df4204c

Please sign in to comment.