Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 919 Bytes

README.md

File metadata and controls

28 lines (17 loc) · 919 Bytes

ofxAdvatekAssistor

OpenFrameworks addon to get data from and to Advatek Pixel Controllers.

It has no UI, see Advatek-Assistant for a UI build with ofxImGUI

How to Use

1. Advatek::Poll();               // Populate a list of `sAdvatekDevice`
2. Advatek::getDevices();         // Get the current connected devices (No polling)

3. // Update the configuration of any `sAdvatekDevice` in the list

4. Advatek::updateDevice(int d);  // Sends the updated config to the device based on list index

Dependency