mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-18 20:56:28 +01:00
Update to fluidsynth-2.2
This commit is contained in:
parent
dd060b04dc
commit
71788ecfe4
62 changed files with 4719 additions and 2064 deletions
|
|
@ -37,7 +37,7 @@ struct _fluid_rvoice_event_t
|
|||
|
||||
/*
|
||||
* Bridge between the renderer thread and the midi state thread.
|
||||
* fluid_rvoice_eventhandler_fetch_all() can be called in parallell
|
||||
* fluid_rvoice_eventhandler_fetch_all() can be called in parallel
|
||||
* with fluid_rvoice_eventhandler_push/flush()
|
||||
*/
|
||||
struct _fluid_rvoice_eventhandler_t
|
||||
|
|
@ -50,7 +50,7 @@ struct _fluid_rvoice_eventhandler_t
|
|||
|
||||
fluid_rvoice_eventhandler_t *new_fluid_rvoice_eventhandler(
|
||||
int queuesize, int finished_voices_size, int bufs,
|
||||
int fx_bufs, int fx_units, fluid_real_t sample_rate, int, int);
|
||||
int fx_bufs, int fx_units, fluid_real_t sample_rate_max, fluid_real_t sample_rate, int, int);
|
||||
|
||||
void delete_fluid_rvoice_eventhandler(fluid_rvoice_eventhandler_t *);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue