From b2d0c97e0ca7b7eb0a7195ddbf263b9953171e66 Mon Sep 17 00:00:00 2001 From: Florian Jung Date: Fri, 14 Jan 2011 13:38:54 +0100 Subject: Moved lfos and sample-and-hold in own source file --- synth/lfos.h | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 synth/lfos.h (limited to 'synth/lfos.h') diff --git a/synth/lfos.h b/synth/lfos.h new file mode 100644 index 0000000..e8e207b --- /dev/null +++ b/synth/lfos.h @@ -0,0 +1,9 @@ +#ifndef __LFOS_H__ +#define __LFOS_H__ + +void maybe_calc_lfos(); +void init_snh(); +void init_lfo(int i); +void uninit_lfo(int i); + +#endif -- cgit v1.2.3