<div><div dir="auto">Hi Enrike,</div></div><div dir="auto"><br></div><div dir="auto">Im not sure of your setup but should you have access to a gps signal you could use it to sync all devices... I think.</div><div dir="auto"><br></div><div dir="auto">Good luck!</div><div><br><div class="gmail_quote"><div dir="ltr">On Tue, Mar 5, 2019 at 09:09 <<a href="mailto:pd-list-request@lists.iem.at">pd-list-request@lists.iem.at</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Send Pd-list mailing list submissions to<br>
        <a href="mailto:pd-list@lists.iem.at" target="_blank">pd-list@lists.iem.at</a><br>
<br>
To subscribe or unsubscribe via the World Wide Web, visit<br>
        <a href="https://lists.puredata.info/listinfo/pd-list" rel="noreferrer" target="_blank">https://lists.puredata.info/listinfo/pd-list</a><br>
or, via email, send a message with subject or body 'help' to<br>
        <a href="mailto:pd-list-request@lists.iem.at" target="_blank">pd-list-request@lists.iem.at</a><br>
<br>
You can reach the person managing the list at<br>
        <a href="mailto:pd-list-owner@lists.iem.at" target="_blank">pd-list-owner@lists.iem.at</a><br>
<br>
When replying, please edit your Subject line so it is more specific<br>
than "Re: Contents of Pd-list digest..."<br>
<br>
<br>
Today's Topics:<br>
<br>
   1. chronometer + metronome that syncs multiple Android/iOS<br>
      devices over network? (enrike)<br>
   2. Gem 0.94 - camera settings on windows ... (oliver)<br>
   3. Re: chronometer + metronome that syncs multiple Android/iOS<br>
      devices over network? (Antoine Rousseau)<br>
   4. [PD-announce] Purr-Data Google Summer of Code opportunity<br>
      (Ivica Bukvic)<br>
<br>
<br>
----------------------------------------------------------------------<br>
<br>
Message: 1<br>
Date: Tue, 5 Mar 2019 17:18:41 +0100<br>
From: enrike <<a href="mailto:altern2@gmail.com" target="_blank">altern2@gmail.com</a>><br>
To: Pd-List <<a href="mailto:pd-list@lists.iem.at" target="_blank">pd-list@lists.iem.at</a>><br>
Subject: [PD] chronometer + metronome that syncs multiple Android/iOS<br>
        devices over network?<br>
Mesase-ID: <<a href="mailto:221516eb-2850-68f1-50e9-aba36f46642a@gmail.com" target="_blank">221516eb-2850-68f1-50e9-aba36f46642a@gmail.com</a>><br>
Content-Type: text/plain; charset=windows-1252; format=flowed<br>
<br>
hi all<br>
<br>
We need a chronometer that runs in sync in multiple devices at the same <br>
time. Target platform is android, and if possible iOS as well. We are <br>
thinking also that it would be great to have some sort of metronome <br>
running together with the chronometer (we have trained musicians <br>
together with non trained musicians in the ensemble).<br>
<br>
So far we have been using <a href="http://chronograph.io/" rel="noreferrer" target="_blank">http://chronograph.io/</a> so far but it is not <br>
100% reliable, we had a few issues last performance (one device was ~1 <br>
sec behind the others, and often during rehearsals we had problems with <br>
the start signal not being sent at all).<br>
<br>
I am considering the possibility of implementing this functionality in <br>
PD using PDdroidparty and OSC. Because we dont like the tools we have <br>
found online. We found some nice metronomes but the only one that seems <br>
to sync is only iOS. And we do need the chronometer (in fact priority n1 <br>
is the chronometer right now). I thought maybe someone can point into <br>
some existing alternative before I try to reinvent the wheel.<br>
<br>
One of the biggest issues I foresee is to find an easy and quick way for <br>
the master device to find out the available slaves in the network. I <br>
would not like to have to, one by one, find and then type the IPs of <br>
each single device in the master device, although the master could be a <br>
laptop running PD and that would make it easier to type them...<br>
<br>
thanks in advance for any feedback<br>
<br>
enrike<br>
<br>
<br>
<br>
<br>
<br>
------------------------------<br>
<br>
Message: 2<br>
Date: Tue, 5 Mar 2019 18:33:48 +0100<br>
From: oliver <<a href="mailto:oliver@klingt.org" target="_blank">oliver@klingt.org</a>><br>
To: "<a href="mailto:pd-list@mail.iem.at" target="_blank">pd-list@mail.iem.at</a>" <<a href="mailto:pd-list@mail.iem.at" target="_blank">pd-list@mail.iem.at</a>><br>
Subject: [PD] Gem 0.94 - camera settings on windows ...<br>
Message-ID: <<a href="mailto:08ee7229-37b0-3bb1-e2c6-dc42186d4b32@klingt.org" target="_blank">08ee7229-37b0-3bb1-e2c6-dc42186d4b32@klingt.org</a>><br>
Content-Type: text/plain; charset=UTF-8; format=flowed<br>
<br>
hi,<br>
<br>
i am trying to make a patch involving a live camera on PD 0.49.0 (64bit) <br>
with Gem 0.94_pre1 (64bit) on a windows 7/64bit machine.<br>
<br>
so far everything works alright, but i can't set the camera resolution !<br>
<br>
unfortunately the default resolution is 160x120, which is pretty <br>
useless. so far i found no way to change that resolution, the "dimen" <br>
message does nothing and setting width/height via the props method also <br>
doesn't work.<br>
<br>
<br>
now here's another strange thing: with PD 0.48 and Gem 0.93 (both <br>
32bit), when i opened the camera dialog (with the "dialog" message to <br>
[pix_video]), 2 windows opened: 1 for the camera driver settings <br>
(brightness, contrast, exposure etc.) and 1 for the resolution.<br>
<br>
so with the fomer (32bit) version of Gem i COULD set the camera <br>
resolution to the desired dimension.<br>
<br>
however, sending "dialog" to [pix_video] in the 64bit version described <br>
above, i only get 1 window, the one with the driver properties (which <br>
btw i can also set via the "props" method)<br>
<br>
can anybody help me in this regard ? is there a workaround to manually <br>
set the camera's resolution ?<br>
<br>
unfortunately i need the 64bit version of Gem because of the amount of <br>
RAM i need (i record video frames over some peroid of time, and the <br>
32bit version is limited for my needs). plus the 32bit version doesn't <br>
work (i already reported that to the list)<br>
<br>
thanks for any hints<br>
<br>
best<br>
<br>
oliver<br>
<br>
<br>
-- <br>
\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\<br>
/////////////// <a href="http://pendler.klingt.org" rel="noreferrer" target="_blank">http://pendler.klingt.org</a> //////////////<br>
\\\\\\\\\\\\\\\ <a href="http://oliver.klingt.org" rel="noreferrer" target="_blank">http://oliver.klingt.org</a>  \\\\\\\\\\\\\\<br>
////////////////////////////////////////////////////////<br>
<br>
<br>
<br>
<br>
<br>
------------------------------<br>
<br>
Message: 3<br>
Date: Tue, 5 Mar 2019 19:10:43 +0100<br>
From: Antoine Rousseau <<a href="mailto:antoine@metalu.net" target="_blank">antoine@metalu.net</a>><br>
To: Pd-List <<a href="mailto:pd-list@lists.iem.at" target="_blank">pd-list@lists.iem.at</a>><br>
Subject: Re: [PD] chronometer + metronome that syncs multiple<br>
        Android/iOS devices over network?<br>
Message-ID:<br>
        <CAOCG5HyfHyZoGkPdCbC5mvFNJErFJ=EN9HQ-BmMsr46=<a href="mailto:gn6GKQ@mail.gmail.com" target="_blank">gn6GKQ@mail.gmail.com</a>><br>
Content-Type: text/plain; charset="utf-8"<br>
<br>
Hi Enrike,<br>
<br>
you'll probably find that syncing many devices together (especially via a<br>
wifi network) is a rather difficult task.<br>
Many parameters can make it complicated, above all network latency and<br>
device latency. Network latency is often quite variable and unpredictable,<br>
and the same goes for audio latency on Android.<br>
<br>
That said, it seems that the best solution currently is Ableton Link (<br>
<a href="https://www.ableton.com/en/link/" rel="noreferrer" target="_blank">https://www.ableton.com/en/link/</a>), which is a GPL cross-platform library<br>
and protocol.<br>
It is implemented to Pd through the [abl_link~] object (available from<br>
Deken for most platforms).<br>
<br>
In some case where [abl_link~] wouldn't work (I had crashes on a<br>
raspberryPi), you can use Carabiner which provides a network socket to Link:<br>
<a href="https://github.com/Deep-Symmetry/carabiner" rel="noreferrer" target="_blank">https://github.com/Deep-Symmetry/carabiner</a><br>
<br>
good luck!<br>
<br>
<br>
Le mar. 5 mars 2019 à 17:18, enrike <<a href="mailto:altern2@gmail.com" target="_blank">altern2@gmail.com</a>> a écrit :<br>
<br>
> hi all<br>
><br>
> We need a chronometer that runs in sync in multiple devices at the same<br>
> time. Target platform is android, and if possible iOS as well. We are<br>
> thinking also that it would be great to have some sort of metronome<br>
> running together with the chronometer (we have trained musicians<br>
> together with non trained musicians in the ensemble).<br>
><br>
> So far we have been using <a href="http://chronograph.io/" rel="noreferrer" target="_blank">http://chronograph.io/</a> so far but it is not<br>
> 100% reliable, we had a few issues last performance (one device was ~1<br>
> sec behind the others, and often during rehearsals we had problems with<br>
> the start signal not being sent at all).<br>
><br>
> I am considering the possibility of implementing this functionality in<br>
> PD using PDdroidparty and OSC. Because we dont like the tools we have<br>
> found online. We found some nice metronomes but the only one that seems<br>
> to sync is only iOS. And we do need the chronometer (in fact priority n1<br>
> is the chronometer right now). I thought maybe someone can point into<br>
> some existing alternative before I try to reinvent the wheel.<br>
><br>
> One of the biggest issues I foresee is to find an easy and quick way for<br>
> the master device to find out the available slaves in the network. I<br>
> would not like to have to, one by one, find and then type the IPs of<br>
> each single device in the master device, although the master could be a<br>
> laptop running PD and that would make it easier to type them...<br>
><br>
> thanks in advance for any feedback<br>
><br>
> enrike<br>
><br>
><br>
><br>
> _______________________________________________<br>
> <a href="mailto:Pd-list@lists.iem.at" target="_blank">Pd-list@lists.iem.at</a> mailing list<br>
> UNSUBSCRIBE and account-management -><br>
> <a href="https://lists.puredata.info/listinfo/pd-list" rel="noreferrer" target="_blank">https://lists.puredata.info/listinfo/pd-list</a><br>
><br>
-------------- next part --------------<br>
An HTML attachment was scrubbed...<br>
URL: <<a href="http://lists.puredata.info/pipermail/pd-list/attachments/20190305/b2f26bc8/attachment-0001.html" rel="noreferrer" target="_blank">http://lists.puredata.info/pipermail/pd-list/attachments/20190305/b2f26bc8/attachment-0001.html</a>><br>
<br>
------------------------------<br>
<br>
Message: 4<br>
Date: Tue, 5 Mar 2019 13:16:02 -0500<br>
From: Ivica Bukvic <<a href="mailto:ico@vt.edu" target="_blank">ico@vt.edu</a>><br>
To: <a href="mailto:pd-announce@iem.at" target="_blank">pd-announce@iem.at</a><br>
Subject: [PD] [PD-announce] Purr-Data Google Summer of Code<br>
        opportunity<br>
Message-ID:<br>
        <CAJrgGba4TxHt+jt7F52y5VUE8rq4uJ=<a href="mailto:eXv8kRYMM_e5u7u%2Bhqw@mail.gmail.com" target="_blank">eXv8kRYMM_e5u7u+hqw@mail.gmail.com</a>><br>
Content-Type: text/plain; charset="utf-8"<br>
<br>
Greetings fellow Pd enthusiasts,<br>
<br>
As some of you may be already aware, ast year the Purr-Data (a.k.a.<br>
Pd-L2Ork v2) was adapted to support native 64-bit operations. We are<br>
pleased to report that Purr-Data was once again selected this year as one<br>
of the GSoC projects. This means more opportunities to engage and help<br>
further the platform. Ideas for this year are plentiful, ranging from core<br>
infrastructure (C) development to patching and front-end development,<br>
including porting Pd-L2Ork's K12 learning module that has seen its<br>
utilization in dozens of Maker camps over the past 7 years.<br>
<br>
If interested, please contact Jonathan and/or me to explore potential<br>
projects and to discuss the next steps in the application process.<br>
<br>
Best,<br>
<br>
Ico<br>
<br>
-- <br>
Ivica Ico Bukvic, D.M.A.<br>
Director, Creativity + Innovation<br>
Institute for Creativity, Arts, and Technology<br>
<br>
Virginia Tech<br>
Creative Technologies in Music<br>
School of Performing Arts – 0141<br>
Blacksburg, VA 24061<br>
(540) 231-6139<br>
<a href="mailto:ico@vt.edu" target="_blank">ico@vt.edu</a><br>
<br>
<a href="http://www.icat.vt.edu" rel="noreferrer" target="_blank">www.icat.vt.edu</a><br>
<a href="http://www.performingarts.vt.edu" rel="noreferrer" target="_blank">www.performingarts.vt.edu</a><br>
<a href="http://l2ork.icat.vt.edu" rel="noreferrer" target="_blank">l2ork.icat.vt.edu</a><br>
<a href="http://ico.bukvic.net" rel="noreferrer" target="_blank">ico.bukvic.net</a><br>
-------------- next part --------------<br>
An HTML attachment was scrubbed...<br>
URL: <<a href="http://lists.puredata.info/pipermail/pd-list/attachments/20190305/02eedf06/attachment.html" rel="noreferrer" target="_blank">http://lists.puredata.info/pipermail/pd-list/attachments/20190305/02eedf06/attachment.html</a>><br>
-------------- next part --------------<br>
_______________________________________________<br>
Pd-announce mailing list<br>
<a href="mailto:Pd-announce@lists.iem.at" target="_blank">Pd-announce@lists.iem.at</a><br>
<a href="https://lists.puredata.info/listinfo/pd-announce" rel="noreferrer" target="_blank">https://lists.puredata.info/listinfo/pd-announce</a><br>
<br>
------------------------------<br>
<br>
Subject: Digest Footer<br>
<br>
_______________________________________________<br>
Pd-list mailing list<br>
<a href="mailto:Pd-list@lists.iem.at" target="_blank">Pd-list@lists.iem.at</a><br>
to manage your subscription (including un-subscription) see<br>
<a href="https://lists.puredata.info/listinfo/pd-list" rel="noreferrer" target="_blank">https://lists.puredata.info/listinfo/pd-list</a><br>
<br>
<br>
------------------------------<br>
<br>
End of Pd-list Digest, Vol 168, Issue 10<br>
****************************************<br>
</blockquote></div></div>-- <br><div dir="ltr" class="gmail_signature" data-smartmail="gmail_signature">Sent from Mobile</div>