<html><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class="">thanks!<br class=""><div><br class=""><blockquote type="cite" class=""><div class="">On 11 Aug 2021, at 02:38, Daniel Iglesia <<a href="mailto:daniel.iglesia@gmail.com" class="">daniel.iglesia@gmail.com</a>> wrote:</div><br class="Apple-interchange-newline"><div class=""><div dir="ltr" class="">Hi<div class=""><br class=""></div><div class="">1) The multitouch widget sends out 4 different streams of data, each sorted a different way, for different desired usage. In your case, if you listen on "touchesByVox", the first element is the voice number, so a [route 1 2 3 4 5] should separate it into a stream per voice. Is that what you get? (it's been a while since I looked at it)</div></div></div></blockquote>it was the touch outlet from route, not touchbyvox which works this way, perfect, thanks!<br class=""><blockquote type="cite" class=""><div class=""><div dir="ltr" class=""><div class=""><br class=""></div><div class="">2) There is not a single official format for saving, but you can read and write text files to/from disk with the vanilla objects, and come up with your own state-saving pattern. Rather than come up with a universal format, I assumed every user would have their own custom needs and would prefer their own mechanism.</div></div></div></blockquote>fair enough, should work for me too!<br class=""><blockquote type="cite" class=""><div class=""><br class=""><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Tue, Aug 10, 2021 at 2:41 PM Simon Iten <<a href="mailto:itensimon@gmail.com" class="">itensimon@gmail.com</a>> wrote:<br class=""></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">For MobMuPlat devs or users…<br class="">
<br class="">
what is the preferred way to receive data from a multitouch GUI object? i.e. send out a bunch of MIDI CC messages according to 3 or 4 fingers x/y position. (two CC messages per finger)<br class="">
i looked at the documentation and i can see the values, but i am stuck at extracting x and y independently for each finger “voice”. i don’t get the magic with [list prepend set] into [list trim], or how i can get a numeric stream (one value per outlet) from it.<br class="">
<br class="">
thanks, and sorry if this question is obvious<br class="">
<br class="">
also, is there a mechanism to save states like in pdparty? saving to a .sav file and recalling later?<br class="">
<br class="">
<br class="">
<br class="">
<br class="">
<br class="">
_______________________________________________<br class="">
<a href="mailto:Pd-list@lists.iem.at" target="_blank" class="">Pd-list@lists.iem.at</a> mailing list<br class="">
UNSUBSCRIBE and account-management -> <a href="https://lists.puredata.info/listinfo/pd-list" rel="noreferrer" target="_blank" class="">https://lists.puredata.info/listinfo/pd-list</a><br class="">
</blockquote></div>
</div></blockquote></div><br class=""></body></html>