oscshortcut

command module
v0.0.0-...-ce3267b Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 25, 2020 License: BSD-2-Clause Imports: 10 Imported by: 0

README

oscshorcut

구형 타블렛에 TouchOSC앱으로 OBS studio를 제어하기 위한 프로그램.

TouchOSC Editor

예로, OBS studio에 다음과 같이 단축키를 설정:

  • Ctrl+F9 : 방송시작
  • Ctrl+F10 : 방송중단

TouchOSC의 버튼 컨트롤의 주소와 값을 위의 단축키로 매핑하기위해 shortcuts.json을 아래와 같이 정의해 사용:

[
    {
        "oscVal": {
            "addr": "/1/toggle_streaming",
            "val": 1
        },
        "keyComb": {
            "description": "streaming on",
            "key": "F9",
            "ctrl": true
        }
    },
    {
        "oscVal": {
            "addr": "/1/toggle_streaming",   
            "val": 0
        },
        "keyComb": {
            "description": "streaming off",
            "key": "F10",
            "ctrl": true
        }
    },
    ...
]

reference

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL