File: n2m.h

package info (click to toggle)
pd-mjlib 0.1.1-4
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster
  • size: 1,300 kB
  • sloc: ansic: 1,273; makefile: 348
file content (15 lines) | stat: -rw-r--r-- 362 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15

typedef struct _n2m
{
    t_object x_obj;
    t_float x_err;
} t_n2m;

static void *n2m_new( t_float t  );
static void n2m_set_err( t_n2m *x, t_float f );
static void n2m_float( t_n2m *x, t_float f );
static void n2m_free(t_n2m *x);
static void splitsym( char* buf , char* note, int* octave );
static int midilookup( char* note , int octave );