Changeset 5706:db47b2d9c689 in roaraudio for roard/include


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

make it more easy to access DMX channels via plugin

Location:
roard/include
Files:
2 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 
  • roard/include/plugins.h

    r5664 r5706  
    3030 
    3131#define ROARD_DL_APPNAME    "roard " ROAR_VSTR_ROARAUDIO 
    32 #define ROARD_DL_ABIVERSION "1.0beta7" 
     32#define ROARD_DL_ABIVERSION "1.0beta8" 
    3333 
    3434int plugins_preinit  (void); 
Note: See TracChangeset for help on using the changeset viewer.