aboutsummaryrefslogtreecommitdiff
path: root/pd/src/g_hdial.c
diff options
context:
space:
mode:
authorMiller Puckette <millerpuckette@users.sourceforge.net>2006-09-08 23:45:31 +0000
committerMiller Puckette <millerpuckette@users.sourceforge.net>2006-09-08 23:45:31 +0000
commit026589c77ea733ae92c38b78fbd633bfbd0b8e94 (patch)
treecfee6b4dad7347415955e5fb8442ffbfca6256b6 /pd/src/g_hdial.c
parent018a1061ed9e619398d7d26fa54c9876b3f26d31 (diff)
Many bug fixes
svn path=/trunk/; revision=5906
Diffstat (limited to 'pd/src/g_hdial.c')
-rw-r--r--pd/src/g_hdial.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/pd/src/g_hdial.c b/pd/src/g_hdial.c
index 5f37fbed..df595126 100644
--- a/pd/src/g_hdial.c
+++ b/pd/src/g_hdial.c
@@ -546,8 +546,8 @@ static void *hradio_donew(t_symbol *s, int argc, t_atom *argv, int old)
t_hradio *x = (t_hradio *)pd_new(old? hradio_old_class : hradio_class);
int bflcol[]={-262144, -1, -1};
int a=IEM_GUI_DEFAULTSIZE, on=0, f=0;
- int ldx=0, ldy=-6, chg=1, num=8;
- int fs=8;
+ int ldx=0, ldy=-8, chg=1, num=8;
+ int fs=10;
int ftbreak=IEM_BNG_DEFAULTBREAKFLASHTIME, fthold=IEM_BNG_DEFAULTHOLDFLASHTIME;
char str[144];