comparison src/amidi-plug/backend-fluidsynth/b-fluidsynth.h @ 437:e1c6b223431e trunk

[svn] - amidiplug: on midi backend init, pass a function that helps the backend to get the location of amidi-plug.conf
author giacomo
date Mon, 15 Jan 2007 13:25:41 -0800
parents 3da1b8942b8b
children
comparison
equal deleted inserted replaced
436:a668576342e0 437:e1c6b223431e
22 #define _B_FLUIDSYNTH_H 1 22 #define _B_FLUIDSYNTH_H 1
23 23
24 #include <fluidsynth.h> 24 #include <fluidsynth.h>
25 #include <math.h> 25 #include <math.h>
26 #include "../i_common.h" 26 #include "../i_common.h"
27 #include "../i_configure_file.h"
27 #include "../pcfg/i_pcfg.h" 28 #include "../pcfg/i_pcfg.h"
28 #include "../i_midievent.h" 29 #include "../i_midievent.h"
29 30
30 31
31 typedef struct 32 typedef struct
48 sequencer_client_t; 49 sequencer_client_t;
49 50
50 51
51 void i_sleep( guint ); 52 void i_sleep( guint );
52 void i_soundfont_load( void ); 53 void i_soundfont_load( void );
53 void i_cfg_read( void ); 54 void i_cfg_read( i_cfg_get_file_cb );
54 void i_cfg_free( void ); 55 void i_cfg_free( void );
55 56
56 #endif /* !_B_FLUIDSYNTH_H */ 57 #endif /* !_B_FLUIDSYNTH_H */