<div dir="ltr">Thank you everyone, all those solutions are really promising. I hadn't tried the features of canvas, so I will try that first; I'm really glad to learn about Inscore, which I'd not heard of before and which seems really interesting for a lot of my projects; the node.js also offers some appreciable advantages for this particular project, so I will check that out too.<div><br></div><div>Many thanks, everyone. Much appreciated!</div><div><br></div><div>- martin</div><div><br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Fri, 1 Feb 2019 at 16:09, Joseph Larralde <<a href="mailto:joseph.larralde@gmail.com">joseph.larralde@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Hi Martin,<br>
<br>
As Maximiliano suggests, Inscore, which I tried a bit in the past, is a <br>
good solution that will even allow you to generate (not too complex) <br>
scores on-the-fly.<br>
<br>
Personnally I would go for the following scenario : Pd talking to a <br>
Node.js application via OSC (UDP), and the Node application serving <br>
various web pages that could be updated by websockets from Node. Each <br>
interpret would have his own web page, visible from any kind of device.<br>
I've used IRCAM's soundworks framework (based on Node.js and express) to <br>
achieve similar setups successfully, but you might not need all its <br>
complexity and would probably prefer to write your own program from scratch.<br>
The cool thing is that you have the osc.js library for node which is <br>
quite easy to use and abstracts the websocket layer.<br>
The bad thing is that you need to be familiar with all those web <br>
technologies, so my answer might not help a lot depending on your skills.<br>
<br>
Joseph<br>
<br>
<br>
Le 01/02/19 à 16:20, <a href="mailto:pd-list-request@lists.iem.at" target="_blank">pd-list-request@lists.iem.at</a> a écrit :<br>
> 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. Displaying text (Martin Dupras)<br>
>     2. Re: Displaying text (Jack)<br>
>     3. Re: Displaying text (Henri Augusto Bisognini)<br>
>     4. Re: Displaying text (Maximiliano Estudies)<br>
><br>
><br>
> ----------------------------------------------------------------------<br>
><br>
> Message: 1<br>
> Date: Fri, 1 Feb 2019 14:05:23 +0000<br>
> From: Martin Dupras <<a href="mailto:martindupras@gmail.com" target="_blank">martindupras@gmail.com</a>><br>
> To: <a href="mailto:pd-list@lists.iem.at" target="_blank">pd-list@lists.iem.at</a><br>
> Subject: [PD] Displaying text<br>
> Message-ID:<br>
>       <CA+_2gHfgOJSPPLDpXd2wygR5krR6v1WBRQe=<a href="mailto:tp-6bbZm83YbPw@mail.gmail.com" target="_blank">tp-6bbZm83YbPw@mail.gmail.com</a>><br>
> Content-Type: text/plain; charset="utf-8"<br>
><br>
> I'll be brief.<br>
><br>
> I need to be able to display musical performance instructions to several<br>
> performers at once (each with their own laptop, say) in an easy to deploy<br>
> and reasonably robust way. Text only, or static images only, or both would<br>
> be acceptable. It would be bonus to be able to move the text around the<br>
> screen, too.<br>
><br>
> Any suggestions that do not involve Gem?<br>
><br>
> Thanks,<br>
><br>
> - martin<br>
> -------------- next part --------------<br>
> An HTML attachment was scrubbed...<br>
> URL: <<a href="http://lists.puredata.info/pipermail/pd-list/attachments/20190201/0a66981b/attachment-0001.html" rel="noreferrer" target="_blank">http://lists.puredata.info/pipermail/pd-list/attachments/20190201/0a66981b/attachment-0001.html</a>><br>
><br>
> ------------------------------<br>
><br>
> Message: 2<br>
> Date: Fri, 1 Feb 2019 15:19:06 +0100<br>
> From: Jack <<a href="mailto:jack@rybn.org" target="_blank">jack@rybn.org</a>><br>
> To: <a href="mailto:pd-list@lists.iem.at" target="_blank">pd-list@lists.iem.at</a><br>
> Subject: Re: [PD] Displaying text<br>
> Message-ID: <<a href="mailto:0e608ded-6f89-319d-e47b-db521ac5f339@rybn.org" target="_blank">0e608ded-6f89-319d-e47b-db521ac5f339@rybn.org</a>><br>
> Content-Type: text/plain; charset=utf-8<br>
><br>
> Hello Martin,<br>
><br>
> Did you see the help about canvas ?<br>
> Insie, there is methods to change text and move this canvas in the patch<br>
> : "pos" and "label".<br>
> ++<br>
><br>
> Jack<br>
><br>
><br>
><br>
> Le 01/02/2019 à 15:05, Martin Dupras a écrit :<br>
>> I'll be brief.<br>
>><br>
>> I need to be able to display musical performance instructions to several<br>
>> performers at once (each with their own laptop, say) in an easy to<br>
>> deploy and reasonably robust way. Text only, or static images only, or<br>
>> both would be acceptable. It would be bonus to be able to move the text<br>
>> around the screen, too.<br>
>><br>
>> Any suggestions that do not involve Gem?<br>
>><br>
>> Thanks,<br>
>><br>
>> - martin<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 -> <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>
><br>
><br>
> ------------------------------<br>
><br>
> Message: 3<br>
> Date: Fri, 1 Feb 2019 14:23:21 +0000<br>
> From: Henri Augusto Bisognini <<a href="mailto:msndohenri@hotmail.com" target="_blank">msndohenri@hotmail.com</a>><br>
> To: Martin Dupras <<a href="mailto:martindupras@gmail.com" target="_blank">martindupras@gmail.com</a>>, "<a href="mailto:pd-list@lists.iem.at" target="_blank">pd-list@lists.iem.at</a>"<br>
>       <<a href="mailto:pd-list@lists.iem.at" target="_blank">pd-list@lists.iem.at</a>><br>
> Subject: Re: [PD] Displaying text<br>
> Message-ID:<br>
>       <<a href="mailto:CP2PR80MB0386C4D7FE53A74797C886ECCC920@CP2PR80MB0386.lamprd80.prod.outlook.com" target="_blank">CP2PR80MB0386C4D7FE53A74797C886ECCC920@CP2PR80MB0386.lamprd80.prod.outlook.com</a>><br>
>       <br>
> Content-Type: text/plain; charset="iso-8859-1"<br>
><br>
> Use can use a canvas. It is customizable. You can check [easyflow/printHere] for an example of dealing with multiline text and how to display the sharp character instead of #.<br>
><br>
> ________________________________<br>
> De: Pd-list <<a href="mailto:pd-list-bounces@lists.iem.at" target="_blank">pd-list-bounces@lists.iem.at</a>> em nome de Martin Dupras <<a href="mailto:martindupras@gmail.com" target="_blank">martindupras@gmail.com</a>><br>
> Enviado: sexta-feira, 1 de fevereiro de 2019 12:05<br>
> Para: <a href="mailto:pd-list@lists.iem.at" target="_blank">pd-list@lists.iem.at</a><br>
> Assunto: [PD] Displaying text<br>
><br>
> I'll be brief.<br>
><br>
> I need to be able to display musical performance instructions to several performers at once (each with their own laptop, say) in an easy to deploy and reasonably robust way. Text only, or static images only, or both would be acceptable. It would be bonus to be able to move the text around the screen, too.<br>
><br>
> Any suggestions that do not involve Gem?<br>
><br>
> Thanks,<br>
><br>
> - martin<br>
> -------------- next part --------------<br>
> An HTML attachment was scrubbed...<br>
> URL: <<a href="http://lists.puredata.info/pipermail/pd-list/attachments/20190201/6d0c6607/attachment-0001.html" rel="noreferrer" target="_blank">http://lists.puredata.info/pipermail/pd-list/attachments/20190201/6d0c6607/attachment-0001.html</a>><br>
><br>
> ------------------------------<br>
><br>
> Message: 4<br>
> Date: Fri, 1 Feb 2019 16:19:58 +0100<br>
> From: Maximiliano Estudies <<a href="mailto:maxiestudies@gmail.com" target="_blank">maxiestudies@gmail.com</a>><br>
> Cc: Martin Dupras <<a href="mailto:martindupras@gmail.com" target="_blank">martindupras@gmail.com</a>>, "<a href="mailto:pd-list@lists.iem.at" target="_blank">pd-list@lists.iem.at</a>"<br>
>       <<a href="mailto:pd-list@lists.iem.at" target="_blank">pd-list@lists.iem.at</a>><br>
> Subject: Re: [PD] Displaying text<br>
> Message-ID:<br>
>       <CAF358wQ2U1pimkT2XBHz6Q7e5e52XaJ=<a href="mailto:inF_QMCbz23b27pAxQ@mail.gmail.com" target="_blank">inF_QMCbz23b27pAxQ@mail.gmail.com</a>><br>
> Content-Type: text/plain; charset="utf-8"<br>
><br>
> if you are open to solutions involving other software, I can recommend you<br>
> inscore <a href="http://inscore.sourceforge.net/" rel="noreferrer" target="_blank">http://inscore.sourceforge.net/</a>. You can control it over osc.<br>
><br>
> El vie., 1 feb. 2019 a las 15:41, Henri Augusto Bisognini (<<br>
> <a href="mailto:msndohenri@hotmail.com" target="_blank">msndohenri@hotmail.com</a>>) escribió:<br>
><br>
>> Use can use a canvas. It is customizable. You can check<br>
>> [easyflow/printHere] for an example of dealing with multiline text and how<br>
>> to display the sharp character instead of #.<br>
>><br>
>> ------------------------------<br>
>> *De:* Pd-list <<a href="mailto:pd-list-bounces@lists.iem.at" target="_blank">pd-list-bounces@lists.iem.at</a>> em nome de Martin Dupras <<br>
>> <a href="mailto:martindupras@gmail.com" target="_blank">martindupras@gmail.com</a>><br>
>> *Enviado:* sexta-feira, 1 de fevereiro de 2019 12:05<br>
>> *Para:* <a href="mailto:pd-list@lists.iem.at" target="_blank">pd-list@lists.iem.at</a><br>
>> *Assunto:* [PD] Displaying text<br>
>><br>
>> I'll be brief.<br>
>><br>
>> I need to be able to display musical performance instructions to several<br>
>> performers at once (each with their own laptop, say) in an easy to deploy<br>
>> and reasonably robust way. Text only, or static images only, or both would<br>
>> be acceptable. It would be bonus to be able to move the text around the<br>
>> screen, too.<br>
>><br>
>> Any suggestions that do not involve Gem?<br>
>><br>
>> Thanks,<br>
>><br>
>> - martin<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>
><br>
<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 -> <a href="https://lists.puredata.info/listinfo/pd-list" rel="noreferrer" target="_blank">https://lists.puredata.info/listinfo/pd-list</a><br>
</blockquote></div>