Re: [PD] can't set array size to 1

2014-09-28 Thread Jonghyun Kim
Thanks miller! :) On Sun, Sep 28, 2014 at 8:49 AM, Miller Puckette m...@ucsd.edu wrote: Fixed... will appear in next release (whenever that happens) cheers Miller On Mon, Sep 01, 2014 at 12:05:54AM +0200, Jonghyun Kim wrote: I found the trick. [array define arrayname 1] is unable, but it

Re: [PD] can't set array size to 1

2014-09-27 Thread Miller Puckette
Fixed... will appear in next release (whenever that happens) cheers Miller On Mon, Sep 01, 2014 at 12:05:54AM +0200, Jonghyun Kim wrote: I found the trick. [array define arrayname 1] is unable, but it works with [resize 1]. [resize 1( | [array arrayname 777] then the array will set to

Re: [PD] can't set array size to 1

2014-08-31 Thread Jonghyun Kim
I found the trick. [array define arrayname 1] is unable, but it works with [resize 1]. [resize 1( | [array arrayname 777] then the array will set to 1. On Sun, Aug 31, 2014 at 11:58 PM, Jonghyun Kim agitato...@gmail.com wrote: Hi list, I wanna set arraysize to 1, but it still shows me the