8000 GitHub - cfra/oscboard: A configurable virtual lighting console using OSC as backend
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
/ oscboard Public

A configurable virtual lighting console using OSC as backend

License

Notifications You must be signed in to change notification settings

cfra/oscboard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The oscboard is a virtual lighting controller.

It loads a yaml based configuration describing the layout of the
control elements and what endpoints to connect them to.

Configuration format:
  title: <window title> (optional)
  widget: <main widget>

A widget is described by a mapping of the form:
  type: <type of widget>
  name: <label to display>  (control only)
  osc: <url of endpoint>    (control only)
  childs: <list of widgets> (container only)

Currently supported widget types are containers (hbox,vbox) and
control elements (hscale, vscale, colorsel).

hscale and vscale will send one int between 0 and 255 to the given
endpoint when they are changed.

colorsel will send three ints between 0 and 255 to the given endpoint,
representing rgb values.

See sublab.board for a simple example.

About

A configurable virtual lighting console using OSC as backend

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0