tt2468
5e6c92ab16
Merge branch '4.x-current' into category-mediacontrol
2020-06-08 01:04:16 -07:00
Lars Bärtschi
948f6ccd95
Also change all other occurrences and documentation where int was used for transform position
2020-06-04 15:42:27 +02:00
Lars Bärtschi
1c58727ca9
Change position datatype from int to double (as it is in OBS)
2020-06-04 15:28:47 +02:00
tt2468
1474499886
Requests: Add GetSceneItemList
...
Adds a new `GetSceneItemList` request to get all scene items in a
specified scene.
2020-05-29 00:00:16 -07:00
tt2468
cf99c68843
Requests: Fix useDecibel response when volume is -infinity
...
When the volume in OBS is -infinity, `GetVolume` returns a decibel value of
either 0, or in some cases no `volume` property at all. This makes `GetVolume`
return a decibel value of -100.0 if the real volume is -infinity.
2020-05-28 22:45:08 -07:00
tt2468
d2865b9f4f
Requests: Add AddSceneItem
...
New request `AddSceneItem` which allows you to add a
source to a scene. Returns an itemId which can be used
to manipulate the item further if necessary.
2020-05-28 22:20:25 -07:00
Alex Tsernoh
eb7787fb7d
Docs: Fix param name
2020-05-27 11:18:39 +03:00
Alex Tsernoh
f1371034f7
Request: Add CreateScene
2020-05-27 01:03:01 +03:00
Stéphane Lepin
c4282011fa
Merge pull request #516 from Palakis/feature/SetSceneTransitionOverride
...
Requests: Add scene transition override requests
2020-05-26 23:48:33 +02:00
Stéphane Lepin
9ddc22fa94
request(SetSceneTransitionOverride): override duration only if it is explicity set so or not already defined
2020-05-26 23:36:18 +02:00
Stéphane Lepin
517788e86a
request(scenes): refactor Set/Get/RemoveSceneTransitionOverride + use current transition duration
2020-05-26 23:26:37 +02:00
tt2468
da66ad6d41
Merge branch '4.x-current' into feature/setsourcename
2020-05-26 01:41:11 -07:00
Stéphane Lepin
0802d03d74
Merge pull request #509 from Palakis/enhancement/sourcerenamed-isscene
...
Events: Add sourceType string to SourceRenamed
2020-05-26 09:42:03 +02:00
tt2468
b00a93dd6b
Requests: Add GetMediaSourcesList and minor refactor
...
Adds `GetMediaSourcesList` which returns a list of all media sources,
along with their individual media playback states. In the process I
refactored a switch which coverts the enum to a QString into its own
helper function.
2020-05-19 20:20:35 -07:00
tt2468
19b33a8558
Requests: Add scene transition override requests
...
Adds these requests:
- `SetSceneTransitionOverride`
- `RemoveSceneTransitionOverride`
- `GetSceneTransitionOverride`
2020-05-18 14:44:25 -07:00
tt2468
7918438747
Events: Add media events
...
Adds the following events:
- `MediaPlaying`
- `MediaPaused`
- `MediaRestarted`
- `MediaStopped`
- `MediaNext`
- `MediaPrevious`
- `MediaStarted`
- `MediaEnded`
2020-05-16 12:56:42 -07:00
tt2468
31a085db73
Docs: Update @since
items
2020-05-16 12:11:26 -07:00
tt2468
72997eaa85
Merge branch '4.x-current' into category-mediacontrol
2020-05-16 12:08:28 -07:00
tt2468
7bb91da1d0
Events: Add sourceType string to SourceRenamed
...
Since sources in OBS are also scenes, provide the user a string
so that they can differentiate.
2020-05-15 16:54:30 -07:00
tt2468
e3e62c3903
General: Fix a few warnings
...
Fix a few build warnings on windows because im ocd
2020-05-15 16:52:08 -07:00
tt2468
631ed022ed
Requests: Add SetSourceName (renaming sources)
...
Adds the `SetSourceName` request which can be used to rename sources.
Also works on scenes since scenes in OBS are also sources.
2020-05-15 16:13:24 -07:00
Stéphane Lepin
e9c17c9a1d
Merge pull request #496 from Palakis/request-setsourcemonitortype
...
Requests: Add audio monitoring requests
2020-05-15 04:20:07 +02:00
Stéphane Lepin
f8c8e42ae9
requests: rename Get/SetAudioMonitor to Get/SetAudioMonitorType
2020-05-15 04:10:40 +02:00
Stéphane Lepin
0b0560019a
requests(Get/SetAudioMonitor): change values to camelCase for consistency
2020-05-15 04:08:40 +02:00
Stéphane Lepin
53e98dbe15
Merge pull request #484 from Palakis/add-screenshot-params
...
Requests: Add new parameters to TakeSourceScreenshot
2020-05-15 02:48:08 +02:00
Stéphane Lepin
0eaa9187ea
requests(TakeSourceScreenshot): improved docs
2020-05-15 02:35:53 +02:00
Stéphane Lepin
33b080b3b8
Merge pull request #495 from Palakis/volume-decibel-support
...
Requests: Add useDecibel bool to GetVolume and SetVolume
2020-05-14 22:47:33 +02:00
Stéphane Lepin
1c85894472
request(SetVolume): simplified params check
2020-05-14 22:31:10 +02:00
Stéphane Lepin
ba4e5959b1
requests(Get/SetVolume): code nitpicks
2020-05-14 22:24:58 +02:00
Stéphane Lepin
eb206549ff
Merge pull request #503 from Palakis/feature/get-tr-pos
...
Requests: Add GetTransitionPosition
2020-05-14 22:14:59 +02:00
tt2468
0852f32b05
Merge branch '4.x-current' into request-setsourcemonitortype
2020-05-14 05:13:29 -07:00
Stéphane Lepin
75a06afab0
Merge pull request #493 from Palakis/studio-mode-errors
...
Add error system to EnableStudioMode and DisableStudioMode
2020-05-14 10:34:05 +02:00
tt2468
121d9f4920
Remove GetTransitionPosition
...
Moving it to its own PR since this PR will not make it into 4.8
2020-05-14 01:14:46 -07:00
tt2468
56371a7d80
Add GetTransitionPosition
...
Gets the current position of the active transition. Works on manual and also auto transition modes
2020-05-14 01:11:47 -07:00
tt2468
64062cc879
Merge branch '4.x-current' into feature/t-bar
2020-05-13 20:51:23 -07:00
tt2468
7ca902e39a
A few formatting fixes
2020-05-13 20:48:54 -07:00
tt2468
10ed2738f5
Add ReleaseTBar
request and update SetTBarPosition
to depend on OBS pr 2927
2020-05-13 00:10:57 -07:00
tt2468
4eb7bed2ff
Lots of changes
...
- Move `SetTBarPosition` to transitions category
- Add another check to `SetTBarPosition` so that we dont break the fabric of time with the wrong values
- Create `GetTransitionPosition` request in transitions category
2020-05-12 15:44:57 -07:00
Stéphane Lepin
98db248776
Merge pull request #491 from Palakis/depricate-browserrequests
...
Deprecate SetBrowserSourceProperties and GetBrowserSourceProperties
2020-05-12 11:37:00 +02:00
Stéphane Lepin
8c5c6958cf
Merge pull request #476 from tt2468/patch-2
...
[Bug Fix] Fix FreeType2 source type recognition
2020-05-12 11:30:20 +02:00
tt2468
acfdb26135
A lot more requests.
2020-05-10 23:21:24 -07:00
tt2468
37cf8e9d29
Rename MediaPlayPause
to PlayPauseMedia
...
Works better with the other upcoming media control request names
2020-05-10 21:13:48 -07:00
tt2468
1c6670c9b0
Create new category and add MediaPlayPause
request
2020-05-10 21:03:38 -07:00
tt2468
88c72cd80a
Add audio monitoring request items.
2020-05-10 20:07:57 -07:00
tt2468
728ea16701
Introduce useDecibel
bool to GetVolume
and SetVolume
to give a better, built-in option for people to use decibels of attenuation instead of amplitude.
2020-05-10 18:39:24 -07:00
tt2468
a3bc9f768a
Add error system to EnableStudioMode and DisableStudioMode
...
As talked about in #144 this adds a check to `EnableStudioMode` and `DisableStudioMode` in order to be consistent with `StartRecording`/`StopRecording`
2020-05-08 15:30:40 -07:00
tt2468
8d88bc19ed
Deprecate SetBrowserSourceProperties and GetBrowserSourceProperties
...
Both of these requests are doing essentially the same thing as `GetSourceSettings` and `SetSourceSettings`, so there is no reason to have the extra bloat.
2020-05-08 13:15:24 -07:00
tt2468
333ffa0e89
compressionQuality
should be for embed and file saving
2020-04-30 20:17:11 -07:00
tt2468
4ded810ba9
Add optional fileFormat
and fileCompressionRatio
parameters to TakeSourceScreenshot
2020-04-30 20:09:13 -07:00
tt2468
97836cc5eb
Remove extra source type strings
2020-04-30 10:58:10 -07:00