monome / aleph

open source sound computer
Other
79 stars 39 forks source link

monome device management #68

Open catfact opened 10 years ago

catfact commented 10 years ago

eventually will want to abstract/extend interface in avr32/src/monome.h to support multiple devices. but need hub support first anyways

catfact commented 10 years ago

there is a basic focus-management class in bees/src/net_monome.* that could be moved to the lib.

if we want a more fully-featured management system we could scrap the current monome.h / monome.c and port the non-OSC parts of libmonome instead. maybe most easily handled by @wrl ...