aboutsummaryrefslogtreecommitdiff
path: root/pd/src/g_bang.c
diff options
context:
space:
mode:
Diffstat (limited to 'pd/src/g_bang.c')
-rw-r--r--pd/src/g_bang.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/pd/src/g_bang.c b/pd/src/g_bang.c
index 7c0cc091..3a5ef4d3 100644
--- a/pd/src/g_bang.c
+++ b/pd/src/g_bang.c
@@ -433,8 +433,8 @@ static void *bng_new(t_symbol *s, int argc, t_atom *argv)
t_bng *x = (t_bng *)pd_new(bng_class);
int bflcol[]={-262144, -1, -1};
int a=IEM_GUI_DEFAULTSIZE;
- int ldx=0, ldy=-6;
- int fs=8;
+ int ldx=17, ldy=7;
+ int fs=10;
int ftbreak=IEM_BNG_DEFAULTBREAKFLASHTIME,
fthold=IEM_BNG_DEFAULTHOLDFLASHTIME;
char str[144];