comparison src/amidi-plug/i_midi.h @ 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 59d793da5395
children
comparison
equal deleted inserted replaced
1413:4731d28ea19d 1414:5f892afeb8e1
249 gint time_division; 249 gint time_division;
250 gint ppq; 250 gint ppq;
251 gint current_tempo; 251 gint current_tempo;
252 252
253 gint playing_tick; 253 gint playing_tick;
254 gint seeking_tick;
254 gint avg_microsec_per_tick; 255 gint avg_microsec_per_tick;
255 gint length; 256 gint length;
256 257
257 gint skip_offset; 258 gint skip_offset;
258 } 259 }