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.
Many thanks, everyone. Much appreciated! - martin On Fri, 1 Feb 2019 at 16:09, Joseph Larralde <[email protected]> wrote: > Hi Martin, > > As Maximiliano suggests, Inscore, which I tried a bit in the past, is a > good solution that will even allow you to generate (not too complex) > scores on-the-fly. > > Personnally I would go for the following scenario : Pd talking to a > Node.js application via OSC (UDP), and the Node application serving > various web pages that could be updated by websockets from Node. Each > interpret would have his own web page, visible from any kind of device. > I've used IRCAM's soundworks framework (based on Node.js and express) to > achieve similar setups successfully, but you might not need all its > complexity and would probably prefer to write your own program from > scratch. > The cool thing is that you have the osc.js library for node which is > quite easy to use and abstracts the websocket layer. > The bad thing is that you need to be familiar with all those web > technologies, so my answer might not help a lot depending on your skills. > > Joseph > > > Le 01/02/19 à 16:20, [email protected] a écrit : > > Send Pd-list mailing list submissions to > > [email protected] > > > > To subscribe or unsubscribe via the World Wide Web, visit > > https://lists.puredata.info/listinfo/pd-list > > or, via email, send a message with subject or body 'help' to > > [email protected] > > > > You can reach the person managing the list at > > [email protected] > > > > When replying, please edit your Subject line so it is more specific > > than "Re: Contents of Pd-list digest..." > > > > > > Today's Topics: > > > > 1. Displaying text (Martin Dupras) > > 2. Re: Displaying text (Jack) > > 3. Re: Displaying text (Henri Augusto Bisognini) > > 4. Re: Displaying text (Maximiliano Estudies) > > > > > > ---------------------------------------------------------------------- > > > > Message: 1 > > Date: Fri, 1 Feb 2019 14:05:23 +0000 > > From: Martin Dupras <[email protected]> > > To: [email protected] > > Subject: [PD] Displaying text > > Message-ID: > > <CA+_2gHfgOJSPPLDpXd2wygR5krR6v1WBRQe= > [email protected]> > > Content-Type: text/plain; charset="utf-8" > > > > I'll be brief. > > > > 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. > > > > Any suggestions that do not involve Gem? > > > > Thanks, > > > > - martin > > -------------- next part -------------- > > An HTML attachment was scrubbed... > > URL: < > http://lists.puredata.info/pipermail/pd-list/attachments/20190201/0a66981b/attachment-0001.html > > > > > > ------------------------------ > > > > Message: 2 > > Date: Fri, 1 Feb 2019 15:19:06 +0100 > > From: Jack <[email protected]> > > To: [email protected] > > Subject: Re: [PD] Displaying text > > Message-ID: <[email protected]> > > Content-Type: text/plain; charset=utf-8 > > > > Hello Martin, > > > > Did you see the help about canvas ? > > Insie, there is methods to change text and move this canvas in the patch > > : "pos" and "label". > > ++ > > > > Jack > > > > > > > > Le 01/02/2019 à 15:05, Martin Dupras a écrit : > >> I'll be brief. > >> > >> 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. > >> > >> Any suggestions that do not involve Gem? > >> > >> Thanks, > >> > >> - martin > >> > >> _______________________________________________ > >> [email protected] mailing list > >> UNSUBSCRIBE and account-management -> > https://lists.puredata.info/listinfo/pd-list > >> > > > > > > > > > > > > ------------------------------ > > > > Message: 3 > > Date: Fri, 1 Feb 2019 14:23:21 +0000 > > From: Henri Augusto Bisognini <[email protected]> > > To: Martin Dupras <[email protected]>, "[email protected]" > > <[email protected]> > > Subject: Re: [PD] Displaying text > > Message-ID: > > < > cp2pr80mb0386c4d7fe53a74797c886eccc...@cp2pr80mb0386.lamprd80.prod.outlook.com > > > > > > Content-Type: text/plain; charset="iso-8859-1" > > > > 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 #. > > > > ________________________________ > > De: Pd-list <[email protected]> em nome de Martin Dupras < > [email protected]> > > Enviado: sexta-feira, 1 de fevereiro de 2019 12:05 > > Para: [email protected] > > Assunto: [PD] Displaying text > > > > I'll be brief. > > > > 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. > > > > Any suggestions that do not involve Gem? > > > > Thanks, > > > > - martin > > -------------- next part -------------- > > An HTML attachment was scrubbed... > > URL: < > http://lists.puredata.info/pipermail/pd-list/attachments/20190201/6d0c6607/attachment-0001.html > > > > > > ------------------------------ > > > > Message: 4 > > Date: Fri, 1 Feb 2019 16:19:58 +0100 > > From: Maximiliano Estudies <[email protected]> > > Cc: Martin Dupras <[email protected]>, "[email protected]" > > <[email protected]> > > Subject: Re: [PD] Displaying text > > Message-ID: > > <CAF358wQ2U1pimkT2XBHz6Q7e5e52XaJ= > [email protected]> > > Content-Type: text/plain; charset="utf-8" > > > > if you are open to solutions involving other software, I can recommend > you > > inscore http://inscore.sourceforge.net/. You can control it over osc. > > > > El vie., 1 feb. 2019 a las 15:41, Henri Augusto Bisognini (< > > [email protected]>) escribió: > > > >> 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 #. > >> > >> ------------------------------ > >> *De:* Pd-list <[email protected]> em nome de Martin Dupras < > >> [email protected]> > >> *Enviado:* sexta-feira, 1 de fevereiro de 2019 12:05 > >> *Para:* [email protected] > >> *Assunto:* [PD] Displaying text > >> > >> I'll be brief. > >> > >> 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. > >> > >> Any suggestions that do not involve Gem? > >> > >> Thanks, > >> > >> - martin > >> _______________________________________________ > >> [email protected] mailing list > >> UNSUBSCRIBE and account-management -> > >> https://lists.puredata.info/listinfo/pd-list > >> > > > > > > > _______________________________________________ > [email protected] mailing list > UNSUBSCRIBE and account-management -> > https://lists.puredata.info/listinfo/pd-list >
_______________________________________________ [email protected] mailing list UNSUBSCRIBE and account-management -> https://lists.puredata.info/listinfo/pd-list
