comparison src/amidi-plug/i_midi.c @ 1414:5f892afeb8e1 audacious-plugins-1.4.0-dr2

- amidi-plug 0.8 beta1; support for gthread and v3 plugin system; needs testing and refinements
author Giacomo Lozito <james@develia.org>
date Mon, 06 Aug 2007 14:01:24 +0200
parents fb54b6f4955a
children
comparison
equal deleted inserted replaced
1413:4731d28ea19d 1414:5f892afeb8e1
507 mf->format = 0; 507 mf->format = 0;
508 mf->time_division = 0; 508 mf->time_division = 0;
509 mf->ppq = 0; 509 mf->ppq = 0;
510 mf->current_tempo = 0; 510 mf->current_tempo = 0;
511 mf->playing_tick = 0; 511 mf->playing_tick = 0;
512 mf->seeking_tick = -1;
512 mf->avg_microsec_per_tick = 0; 513 mf->avg_microsec_per_tick = 0;
513 mf->length = 0; 514 mf->length = 0;
514 mf->skip_offset = 0; 515 mf->skip_offset = 0;
515 return; 516 return;
516 } 517 }