LMMS
Loading...
Searching...
No Matches
blo.c File Reference
#include <stdlib.h>
#include <math.h>
#include <fcntl.h>
#include <sys/types.h>
#include <sys/mman.h>
#include "blo.h"

Functions

blo_h_tablesblo_h_tables_new (int table_size)
void blo_h_tables_free (blo_h_tables *tables)
blo_h_oscblo_h_new (blo_h_tables *tables, unsigned int wave, float sample_rate)
void blo_h_free (blo_h_osc *osc)

Function Documentation

◆ blo_h_free()

void blo_h_free ( blo_h_osc * osc)

◆ blo_h_new()

blo_h_osc * blo_h_new ( blo_h_tables * tables,
unsigned int wave,
float sample_rate )

◆ blo_h_tables_free()

void blo_h_tables_free ( blo_h_tables * tables)

◆ blo_h_tables_new()

blo_h_tables * blo_h_tables_new ( int table_size)