1. NodeBox 1
    1. Homepage
    2. NodeBox 3Node-based app for generative design and data visualization
    3. NodeBox OpenGLHardware-accelerated cross-platform graphics library
    4. NodeBox 1Generate 2D visuals using Python code (Mac OS X only)
  2. Gallery
  3. Documentation
  4. Forum
  5. Blog

wiinode

Posted by alexander on Jan 05, 2009

Fantastic work on wiinode, Frederik!
Is it possible to read out the other buttons besides A and B?

Thanks a lot and kind regards,

alexander



Posted by lievn on Jan 07, 2009

you can change the osculator file (settings.oscd). it gives access to all buttons and even ir / xys (camera-detection) . just add an event type (OSC Forward) and a value (f.i localhost:9000). Then bind your oscaddress (f.i "/wii/1/button/A") to a function in your code



Posted by alexander on Jan 08, 2009

Thanks lievn!