[PD] Displaying text

Martin Dupras martindupras at gmail.com
Fri Feb 1 17:50:18 CET 2019


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 <joseph.larralde at gmail.com>
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, pd-list-request at lists.iem.at a écrit :
> > Send Pd-list mailing list submissions to
> >       pd-list at lists.iem.at
> >
> > 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
> >       pd-list-request at lists.iem.at
> >
> > You can reach the person managing the list at
> >       pd-list-owner at lists.iem.at
> >
> > 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 <martindupras at gmail.com>
> > To: pd-list at lists.iem.at
> > Subject: [PD] Displaying text
> > Message-ID:
> >       <CA+_2gHfgOJSPPLDpXd2wygR5krR6v1WBRQe=
> tp-6bbZm83YbPw at mail.gmail.com>
> > 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 <jack at rybn.org>
> > To: pd-list at lists.iem.at
> > Subject: Re: [PD] Displaying text
> > Message-ID: <0e608ded-6f89-319d-e47b-db521ac5f339 at rybn.org>
> > 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
> >>
> >> _______________________________________________
> >> Pd-list at lists.iem.at 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 <msndohenri at hotmail.com>
> > To: Martin Dupras <martindupras at gmail.com>, "pd-list at lists.iem.at"
> >       <pd-list at lists.iem.at>
> > Subject: Re: [PD] Displaying text
> > Message-ID:
> >       <
> CP2PR80MB0386C4D7FE53A74797C886ECCC920 at 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 <pd-list-bounces at lists.iem.at> em nome de Martin Dupras <
> martindupras at gmail.com>
> > Enviado: sexta-feira, 1 de fevereiro de 2019 12:05
> > Para: pd-list at lists.iem.at
> > 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 <maxiestudies at gmail.com>
> > Cc: Martin Dupras <martindupras at gmail.com>, "pd-list at lists.iem.at"
> >       <pd-list at lists.iem.at>
> > Subject: Re: [PD] Displaying text
> > Message-ID:
> >       <CAF358wQ2U1pimkT2XBHz6Q7e5e52XaJ=
> inF_QMCbz23b27pAxQ at mail.gmail.com>
> > 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 (<
> > msndohenri at hotmail.com>) 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 <pd-list-bounces at lists.iem.at> em nome de Martin Dupras <
> >> martindupras at gmail.com>
> >> *Enviado:* sexta-feira, 1 de fevereiro de 2019 12:05
> >> *Para:* pd-list at lists.iem.at
> >> *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
> >> _______________________________________________
> >> Pd-list at lists.iem.at mailing list
> >> UNSUBSCRIBE and account-management ->
> >> https://lists.puredata.info/listinfo/pd-list
> >>
> >
>
>
>
>
> _______________________________________________
> Pd-list at lists.iem.at mailing list
> UNSUBSCRIBE and account-management ->
> https://lists.puredata.info/listinfo/pd-list
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.puredata.info/pipermail/pd-list/attachments/20190201/fc01ec3f/attachment-0001.html>


More information about the Pd-list mailing list