From 1baf1d957e195290cfd59089767ca63a547a9917 Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Wed, 7 Apr 2004 14:32:29 +0000 Subject: This commit was generated by cvs2svn to compensate for changes in r1560, which included commits to RCS files with non-trunk default branches. svn path=/trunk/externals/mjlib/; revision=1561 --- n2m.h | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 n2m.h (limited to 'n2m.h') diff --git a/n2m.h b/n2m.h new file mode 100644 index 0000000..55e3cd0 --- /dev/null +++ b/n2m.h @@ -0,0 +1,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 ); + + -- cgit v1.2.1