Changeset 5706:db47b2d9c689 in roaraudio for roard/include/light.h


Ignore:
Timestamp:
10/24/12 13:15:26 (11 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

make it more easy to access DMX channels via plugin

File:
1 edited

Legend:

Unmodified
Added
Removed
  • roard/include/light.h

    r5381 r5706  
    5353int light_send_stream   (int id); 
    5454 
     55// for plugins: 
     56int light_dmxchannel_get(size_t index); 
     57int light_dmxchannel_set(size_t index, unsigned char val); 
     58 
    5559#endif 
    5660 
Note: See TracChangeset for help on using the changeset viewer.