Re: [PD] Displaying text

2019-02-01 Thread IOhannes m zmölnig
On 2/1/19 3:05 PM, Martin Dupras wrote:
> Any suggestions that do not involve Gem?

what's wrong with Gem?

gfmasr
IOhannes



signature.asc
Description: OpenPGP digital signature
___
Pd-list@lists.iem.at mailing list
UNSUBSCRIBE and account-management -> 
https://lists.puredata.info/listinfo/pd-list


Re: [PD] Displaying text

2019-02-01 Thread Martin Dupras
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 
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-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 +
> > From: Martin Dupras 
> > To: pd-list@lists.iem.at
> > Subject: [PD] Displaying text
> > Message-ID:
> >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 
> > 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@l

Re: [PD] Displaying text

2019-02-01 Thread Joseph Larralde

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 +
From: Martin Dupras 
To: pd-list@lists.iem.at
Subject: [PD] Displaying text
Message-ID:

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 
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 +
From: Henri Augusto Bisognini 
To: Martin Dupras , "pd-list@lists.iem.at"

Subject: Re: [PD] Displaying text
Message-ID:



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  em nome de Martin Dupras 

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 
Cc: Martin Dupras , "pd-list@lists.iem.at"

Subject: Re: 

Re: [PD] Displaying text

2019-02-01 Thread Maximiliano Estudies
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  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
>


-- 
Maximiliano Estudies
+49 176 36784771
omslo.com
maxiestudies.com
___
Pd-list@lists.iem.at mailing list
UNSUBSCRIBE and account-management -> 
https://lists.puredata.info/listinfo/pd-list


Re: [PD] Displaying text

2019-02-01 Thread Henri Augusto Bisognini
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  em nome de Martin Dupras 

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


Re: [PD] Displaying text

2019-02-01 Thread Jack
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
> 




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


[PD] Displaying text

2019-02-01 Thread Martin Dupras
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