Skip to content

Q-Sys module to create a progress bar using a meter control.

License

Notifications You must be signed in to change notification settings

scsole/q-sys-module-progress-bar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Q-Sys Progress Bar Module

Q-Sys module to create a progress bar using a meter control.

Luacheck

Quick start

  1. Clone or download this repository to the Modules directory, the folder should be named progress-bar
  2. Add the module to the project using Design Resources
  3. Use the module

Basic Usage

Add a meter or knob control and style it as desired. If using a knob, the Units, Min, and Max properties do not matter.

local ProgressBar = require('progress-bar')
local myBar = ProgressBar:New(Controls.ProgressMeter, 10)
myBar.EventHandler = someFunction
myBar:Start()
myBar:Skip()

About

Q-Sys module to create a progress bar using a meter control.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages