aboutsummaryrefslogtreecommitdiff
path: root/pd/extra/fiddle~/fiddle~.c
diff options
context:
space:
mode:
Diffstat (limited to 'pd/extra/fiddle~/fiddle~.c')
-rw-r--r--pd/extra/fiddle~/fiddle~.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/pd/extra/fiddle~/fiddle~.c b/pd/extra/fiddle~/fiddle~.c
index 3c0b2719..594c2ff4 100644
--- a/pd/extra/fiddle~/fiddle~.c
+++ b/pd/extra/fiddle~/fiddle~.c
@@ -1125,7 +1125,8 @@ int sigfiddle_doinit(t_sigfiddle *x, long npoints, long npitch,
if (npitch <= 0) npitch = 0;
else if (npitch > MAXNPITCH) npitch = MAXNPITCH;
if (npeakanal && !npitch) npitch = 1;
-
+ if (!npoints)
+ npoints = DEFAULTPOINTS;
if (!sigfiddle_setnpoints(x, npoints))
{
error("fiddle~: out of memory");