Skip to content

OpenFrameworks addon to get data from and to Advatek Pixel Controllers

Notifications You must be signed in to change notification settings

ofxyz/ofxAdvatekAssistor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

OpenFrameworks addon to get data from and to Advatek Pixel Controllers

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published