mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-14 18:46:34 +01:00
Import libfluidsynth into the Ardour codebase
This commit is contained in:
parent
ac8617017a
commit
ac05f05023
69 changed files with 29290 additions and 0 deletions
13
libs/fluidsynth/src/fluid_lfo.c
Normal file
13
libs/fluidsynth/src/fluid_lfo.c
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
#include "fluid_lfo.h"
|
||||
|
||||
void
|
||||
fluid_lfo_set_incr(fluid_lfo_t* lfo, fluid_real_t increment)
|
||||
{
|
||||
lfo->increment = increment;
|
||||
}
|
||||
|
||||
void
|
||||
fluid_lfo_set_delay(fluid_lfo_t* lfo, unsigned int delay)
|
||||
{
|
||||
lfo->delay = delay;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue