Skip to content

screenshot and recording of grid led states in norns

Notifications You must be signed in to change notification settings

tlubke/GridCapture

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GridCapture

screenshot and record grid led states in norns

functions

  • GridCapture:set_grid(g) where g is an instance from grid.connect()
  • GridCapture:set_colors(key, led, grid, outline) strings of format "#xxxxxx" where x is a hexadecimal number
  • GridCapture:set_theme(t) see Themes for theme names or to add your own.
  • GridCapture:screenshot(export_path) works with .jpg, .png, .gif, and more.
  • GridCapture:record(fps, duration, export_path) must be a .gif

*NOTE: screenshot() and record() require that GridCapture has used set_grid() with a valid grid instance.

*DISCLAIMER: record() exits the current script to run Render, make sure you save any important changes before recording.

themes

  • "default"
  • "bw"

About

screenshot and recording of grid led states in norns

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages