mirror of
https://github.com/ZDoom/fluidsynth.git
synced 2024-11-10 15:01:40 +00:00
cleanup fluid_ladspa.h
This commit is contained in:
parent
6931644a4d
commit
4051b6da28
1 changed files with 0 additions and 4 deletions
|
@ -18,14 +18,10 @@
|
|||
* 02110-1301, USA
|
||||
*/
|
||||
|
||||
/* Author: Markus Nentwig, nentwig@users.sourceforge.net
|
||||
*/
|
||||
|
||||
#ifndef _FLUID_LADSPA_H
|
||||
#define _FLUID_LADSPA_H
|
||||
|
||||
#include "fluid_sys.h"
|
||||
#include "fluidsynth_priv.h"
|
||||
|
||||
fluid_ladspa_fx_t *new_fluid_ladspa_fx(fluid_real_t sample_rate, int buffer_size);
|
||||
void delete_fluid_ladspa_fx(fluid_ladspa_fx_t *fx);
|
||||
|
|
Loading…
Reference in a new issue