Changeset 1895:75c65d7cfe60 in roaraudio


Ignore:
Timestamp:
05/25/09 09:19:43 (15 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

also count ticks on output streams

File:
1 edited

Legend:

Unmodified
Added
Removed
  • roard/midi.c

    r1894 r1895  
    362362    case MIDI_TYPE_SYSEX: 
    363363     break; 
     364    case MIDI_TYPE_CLOCK_TICK: 
     365      s->pos = ROAR_MATH_OVERFLOW_ADD(s->pos, 1); 
     366     break; 
    364367   } 
    365368 
Note: See TracChangeset for help on using the changeset viewer.