aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2004-04-08 01:58:31 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2004-04-08 01:58:31 +0000
commit13d5395fc6a3daf32a96bd6b9f6469f6e58fc437 (patch)
treed043288ffdc538b5d92bf4570a408abf69dbeb89
parent1baf1d957e195290cfd59089767ca63a547a9917 (diff)
had to remove due to case mismatch, will re-add with proper case
svn path=/trunk/externals/mjlib/; revision=1567
-rw-r--r--SynapseA~.h21
1 files changed, 0 insertions, 21 deletions
diff --git a/SynapseA~.h b/SynapseA~.h
deleted file mode 100644
index 265dd53..0000000
--- a/SynapseA~.h
+++ /dev/null
@@ -1,21 +0,0 @@
-/* declarations for the pin~ object */
-
-typedef struct _synapseA_tilde
-{
- t_object x_obj;
- t_float x_f;
- t_float x_threshold;
- t_outlet *x_onbang;
- t_outlet *x_offbang;
- t_float n_inv;
- t_float x_state;
-} t_synapseA_tilde;
-
-t_int *synapseA_tilde_perform(t_int *w);
-static void synapseA_tilde_dsp(t_synapseA_tilde *x, t_signal **sp);
-static void synapseA_tilde_free(t_synapseA_tilde *x);
-static void *synapseA_tilde_new(t_floatarg prob , t_floatarg tick);
-static void synapseA_tilde_float(t_synapseA_tilde* x, t_float n);
-static void synapseA_tilde_threshold(t_synapseA_tilde *x, t_float f );
-
-