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-requ...@lists.iem.at a écrit :
Send Pd-list mailing list submissions to
        pd-list@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-requ...@lists.iem.at

You can reach the person managing the list at
        pd-list-ow...@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 <martindup...@gmail.com>
To: pd-list@lists.iem.at
Subject: [PD] Displaying text
Message-ID:
        <CA+_2gHfgOJSPPLDpXd2wygR5krR6v1WBRQe=tp-6bbzm83y...@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 <j...@rybn.org>
To: pd-list@lists.iem.at
Subject: Re: [PD] Displaying text
Message-ID: <0e608ded-6f89-319d-e47b-db521ac5f...@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@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 <msndohe...@hotmail.com>
To: Martin Dupras <martindup...@gmail.com>, "pd-list@lists.iem.at"
        <pd-list@lists.iem.at>
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 <pd-list-boun...@lists.iem.at> em nome de Martin Dupras 
<martindup...@gmail.com>
Enviado: sexta-feira, 1 de fevereiro de 2019 12:05
Para: pd-list@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 <maxiestud...@gmail.com>
Cc: Martin Dupras <martindup...@gmail.com>, "pd-list@lists.iem.at"
        <pd-list@lists.iem.at>
Subject: Re: [PD] Displaying text
Message-ID:
        <CAF358wQ2U1pimkT2XBHz6Q7e5e52XaJ=inf_qmcbz23b27p...@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 (<
msndohe...@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-boun...@lists.iem.at> em nome de Martin Dupras <
martindup...@gmail.com>
*Enviado:* sexta-feira, 1 de fevereiro de 2019 12:05
*Para:* pd-list@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@lists.iem.at mailing list
UNSUBSCRIBE and account-management ->
https://lists.puredata.info/listinfo/pd-list






_______________________________________________
Pd-list@lists.iem.at mailing list
UNSUBSCRIBE and account-management -> 
https://lists.puredata.info/listinfo/pd-list

Reply via email to