From 97d9a1382b32a7055f407265d24f8dc900e04741 Mon Sep 17 00:00:00 2001 From: Franz Zotter Date: Wed, 22 Feb 2006 12:48:15 +0000 Subject: These is the beginning of a try to connect the pd to octave. Especially when using the iemmatrix features in pd, this feature becomes sensible. On the whole it shall enable the user to use the command line parser of octave. The take-over strategy is bad at this starting point. No threading, no practical data transmission. Perhaps the common work on it can help. (Franz) svn path=/trunk/externals/iem/pdoctave/; revision=4611 --- pdoctave_send.h | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 pdoctave_send.h (limited to 'pdoctave_send.h') diff --git a/pdoctave_send.h b/pdoctave_send.h new file mode 100644 index 0000000..ad914f2 --- /dev/null +++ b/pdoctave_send.h @@ -0,0 +1,5 @@ +#ifndef __pdoctave_get_h_ +#define __pdoctave_get_h_ +void pdoctave_get_setup (void); +#endif + -- cgit v1.2.1