Changeset 1891:aec50ee986d3 in roaraudio


Ignore:
Timestamp:
05/25/09 08:38:26 (15 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

cont clock tics on normal streams

File:
1 edited

Legend:

Unmodified
Added
Removed
  • roard/midi.c

    r1890 r1891  
    206206    if (*data == MIDI_TYPE_CLOCK_TICK || *data == MIDI_TYPE_CLOCK_START || *data == MIDI_TYPE_CLOCK_STOP ) { 
    207207     mes->type = *data; 
     208 
     209     if ( *data == MIDI_TYPE_CLOCK_TICK ) { 
     210      s->pos = ROAR_MATH_OVERFLOW_ADD(s->pos, 1); 
     211     } 
    208212    } else { 
    209213     mes->type    = *data & 0xF0; 
Note: See TracChangeset for help on using the changeset viewer.