Re: [PD] table reverse lookup

2018-09-04 Thread William Brent
The "equals" method of [tabletool] returns the indices of a value you're searching for, as well as the number of occurrences. On Tue, Sep 4, 2018, 5:19 PM Roman Haefeli wrote: > Hi > > I'm using a couple of same-size tables to store tuples of numbers so > that their index is there ID. When

Re: [PD] feature request: [array search]

2018-09-04 Thread Martin Peach
On Tue, Sep 4, 2018 at 5:22 PM Roman Haefeli wrote: > Hi again > > While we are at it: Wouldn't an [array search] be an immensely useful > object? > > There is [tabfind] in mrpeach. Does that work for you? Martin Roman___ > Pd-list@lists.iem.at

[PD] feature request: [array search]

2018-09-04 Thread Roman Haefeli
Hi again While we are at it: Wouldn't an [array search] be an immensely useful object? Roman signature.asc Description: This is a digitally signed message part ___ Pd-list@lists.iem.at mailing list UNSUBSCRIBE and account-management ->

[PD] table reverse lookup

2018-09-04 Thread Roman Haefeli
Hi I'm using a couple of same-size tables to store tuples of numbers so that their index is there ID. When (tab)reading all tables at the given index, I get back the hole tuple. Mostly I have an ID and I need to look up some value which is obviously an inexpensive task. But sometimes I know two

[PD] crashes with dynamicaly closing patches (was: Re: videoPYLON C++ update needed)

2018-09-04 Thread IOhannes m zmölnig
On 9/3/18 9:50 PM, Csaba Láng wrote: > Iohannes, > > did you have a chance to check where my memory corruption is coming from? it turned out that the crash was unrelated to videoPYLON. instead the problem was that the patch logic would open and close patches dynamically - with the closing of a

[PD] can not compile p.i.d.i.p

2018-09-04 Thread Csaba Láng
Dear list, I would like to compile pidip on a 64 bit ubuntu 18.04, but I got this error: checking for InitMP3 in -lmp3lame... no configure: error: streaming requires lame library!! Installing libmp3lame does not help either. sudo aptitude install libmp3lame-dev libmp3lame-dev is already