summaryrefslogtreecommitdiff
path: root/src/obswebsocket.cr
AgeCommit message (Collapse)AuthorFilesLines
2022-10-29Remove mentions of "obs5"Joe Rayhawk1-7/+6
I don't expect to care about protocol versions for a while.
2022-10-29createinput(): return JSON::Any response dataJoe Rayhawk1-0/+1
This makes the sceneItemId available to the caller.
2022-10-29Cache last known real SceneItemTransformJoe Rayhawk1-2/+12
This can be used to derive a useful sourceHeight and sourceWidth on sources that initialize at 0.
2022-10-28Crystal OBS-WebSocket object relational mapping and control interface ↵v5.0.1.20201028.alpha1Joe Rayhawk1-0/+923
initial commit.