Changeset 5921:2fa512f52879 in roaraudio


Ignore:
Timestamp:
09/11/13 11:26:33 (11 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

added more strobe related events

File:
1 edited

Legend:

Unmodified
Added
Removed
  • include/libroarlight/roardmx.h

    r5913 r5921  
    7777#define ROAR_ROARDMX_EVENT_FLASH    0x06 /* like fullon but can also use strobe. */ 
    7878#define ROAR_ROARDMX_EVENT_STROBE   0x07 /* triggers all strobes */ 
    79 #define ROAR_ROARDMX_EVENT_FOG      0x08 /* triggers all fog machines */ 
    80 #define ROAR_ROARDMX_EVENT_FOGREADY 0x09 /* Fog machine is ready */ 
    81 #define ROAR_ROARDMX_EVENT_FOGHEAT  0x0A /* Fog machine is heating up */ 
     79#define ROAR_ROARDMX_EVENT_STROBEREADY 0x08 /* strobe is ready */ 
     80#define ROAR_ROARDMX_EVENT_STROBELOAD  0x09 /* strobe is loading */ 
     81#define ROAR_ROARDMX_EVENT_FOG      0x0A /* triggers all fog machines */ 
     82#define ROAR_ROARDMX_EVENT_FOGREADY 0x0B /* Fog machine is ready */ 
     83#define ROAR_ROARDMX_EVENT_FOGHEAT  0x0C /* Fog machine is heating up */ 
    8284 
    8385struct roar_roardmx_message { 
Note: See TracChangeset for help on using the changeset viewer.