aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIOhannes m zmölnig <zmoelnig@users.sourceforge.net>2015-07-27 23:01:04 +0000
committerIOhannes m zmölnig <zmoelnig@users.sourceforge.net>2015-07-27 23:01:04 +0000
commitfb72571f7a8a7165e60b37e97f44d15aae32636c (patch)
treeb6582ecebe5e1ac92025d2930f8c1401befb9590
parent2272a814bbd42f6416879442ac3ec63a66762b7c (diff)
dummy sample is of type t_float
svn path=/trunk/externals/ggee/; revision=17503
-rw-r--r--experimental/tabwrite4~.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/experimental/tabwrite4~.c b/experimental/tabwrite4~.c
index 71d7718..7d3332c 100644
--- a/experimental/tabwrite4~.c
+++ b/experimental/tabwrite4~.c
@@ -14,7 +14,7 @@ typedef struct _tabwrite4_tilde
int x_npoints;
t_word *x_vec;
t_symbol *x_arrayname;
- float x_f;
+ t_float x_f;
t_sample x_1;
t_sample x_2;
t_sample x_3;