On Aug 29, 2022, at 3:13 PM, Dan Wilcox <danomatika@gmail.com> wrote:Lists and typed messages sent via libpd are always lists on the other end whereas, I believe, simple lists within Pd can be interpreted as floats, ie. a single float list message.On Aug 27, 2022, at 6:54 PM, pd-list-request@lists.iem.at wrote:
Message: 2
Date: Sat, 27 Aug 2022 09:15:21 -0700
From: Daniel Iglesia <daniel.iglesia@gmail.com>
To: Giulio Moro <giuliomoro@yahoo.it>
Cc: Simon Iten <itensimon@gmail.com>, the PureData - mailinglist
<pd-list@lists.iem.at>
Subject: Re: [PD] mobmubplat and env~
Message-ID:
<CANZ10W0cdgeSsncEnHyABnySQFP15L+OoOYiROk-NbiSTJ+Cfg@mail.gmail.com>
Content-Type: text/plain; charset="utf-8"
Hi Simon
Change
[ /input $1 (
to
[ list /input $1 (
Looks like there is a difference in message/list handling in libpd vs
desktop pd, regarding interpreting a message as a list.