https://github.com/wardbrian/qlab_controller
https://github.com/wardbrian/qlab_controller
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/wardbrian/qlab_controller
- Owner: WardBrian
- License: mit
- Created: 2018-07-18T15:06:29.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-07-24T13:07:01.000Z (almost 7 years ago)
- Last Synced: 2025-01-28T15:23:42.077Z (4 months ago)
- Language: C++
- Size: 22.5 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: COPYING.txt
Awesome Lists containing this project
README
# QLab Controller
This repository contains the [Arduino](https://www.arduino.cc/)-style C++ file used in Robsham Theatre Arts Center's QLab control box.
This code relies on two libraries:
- [MidiUSB](https://www.arduino.cc/en/Reference/MIDIUSB) for sending MIDI over USB
- [Bounce2](https://github.com/thomasfredericks/Bounce2) for easy control of the buttonsIt also contains a PDF showing the [initial draft of the box](./Design.pdf) and a [list of parts](./PARTS.md).
This repository is licensed under the [MIT License](./COPYING.txt)