Changeset 5980:334fe3fbca15 in roaraudio for roard/codecfilter_roardmx.c


Ignore:
Timestamp:
01/28/14 13:56:24 (10 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

done some updates to the light control subsystem. This will help allowing a more modern infrstructure for light control filters

File:
1 edited

Legend:

Unmodified
Added
Removed
  • roard/codecfilter_roardmx.c

    r5977 r5980  
    156156 
    157157 for (i = 0; i < g_light_state.channels; i++) { 
    158   if ( g_light_state.changes[i] ) { 
     158  if ( g_light_state.outputchanges[i] ) { 
    159159   if ( !have_message ) 
    160160    if ( roar_roardmx_message_new_sset(&mes) == -1 ) 
     
    163163   have_message = 2; 
    164164 
    165    if ( roar_roardmx_message_add_chanval(&mes, i, g_light_state.state[i]) == -1 ) { 
     165   if ( roar_roardmx_message_add_chanval(&mes, i, g_light_state.output[i]) == -1 ) { 
    166166    if ( roar_roardmx_message_send(&mes, &(ss->vio)) == -1 ) 
    167167     return -1; 
Note: See TracChangeset for help on using the changeset viewer.