Changeset 1876:4de557d77bb5 in roaraudio


Ignore:
Timestamp:
05/23/09 17:24:25 (15 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

cleanup

File:
1 edited

Legend:

Unmodified
Added
Removed
  • roard/midi.c

    r1875 r1876  
    186186 
    187187  while (have && alive) { 
    188    printf("%.2x=", *data); 
    189188   if ( *data & 0x80 ) { 
    190189    if ( buf != NULL ) { 
     
    194193 
    195194    need = 0; 
    196     printf("S\n"); 
    197195    if ( midi_new_bufmes(&buf, &mes) == -1 ) { 
    198196     alive = 0; 
     
    230228 
    231229   } else { 
    232     printf("D\n"); 
    233230 
    234231    if ( mes == NULL ) { 
Note: See TracChangeset for help on using the changeset viewer.