|
LMMS
|
#include <stdlib.h>#include <math.h>#include <fcntl.h>#include <sys/types.h>#include <sys/mman.h>#include "blo.h"Functions | |
| blo_h_tables * | blo_h_tables_new (int table_size) |
| void | blo_h_tables_free (blo_h_tables *tables) |
| blo_h_osc * | blo_h_new (blo_h_tables *tables, unsigned int wave, float sample_rate) |
| void | blo_h_free (blo_h_osc *osc) |
| blo_h_osc * blo_h_new | ( | blo_h_tables * | tables, |
| unsigned int | wave, | ||
| float | sample_rate ) |
| void blo_h_tables_free | ( | blo_h_tables * | tables | ) |
| blo_h_tables * blo_h_tables_new | ( | int | table_size | ) |