hi, dear list !
i know about the messages that can be sent TO pd, but i recently read (in the help file for [samplerate~]) that pd sends a bang to a
[receive pd-dsp-started]
object when the dsp is started. of course the same works for
[receive pd-dsp-stopped]
when it is stopped.
that's a nice feature !
are there any other useful messages that can be received by specially named receive objects ? (like mouse coordinates, mousestate, window coordinates, save state, closing state ...)
there seems to be no documentation on this one ...
best
oliver
I think the documentation clearly says somewhere something along the lines of "to find out more of these, look at the source code for Pd". Giulio
From: oliver <oliver@klingt.org>
To: pd-list@mail.iem.at Sent: Tuesday, 16 May 2017, 17:47 Subject: [PD] messages FROM pd ? ...
hi, dear list !
i know about the messages that can be sent TO pd, but i recently read (in the help file for [samplerate~]) that pd sends a bang to a
[receive pd-dsp-started]
object when the dsp is started. of course the same works for
[receive pd-dsp-stopped]
when it is stopped.
that's a nice feature !
are there any other useful messages that can be received by specially named receive objects ? (like mouse coordinates, mousestate, window coordinates, save state, closing state ...)
there seems to be no documentation on this one ...
best
oliver
Pd-list@lists.iem.at mailing list UNSUBSCRIBE and account-management -> https://lists.puredata.info/listinfo/pd-list
try
[receive pd] | [print]
2017-05-16 15:06 GMT-03:00 Giulio Moro via Pd-list pd-list@lists.iem.at:
I think the documentation clearly says somewhere something along the lines of "to find out more of these, look at the source code for Pd".
Giulio
*From:* oliver oliver@klingt.org *To:* pd-list@mail.iem.at *Sent:* Tuesday, 16 May 2017, 17:47 *Subject:* [PD] messages FROM pd ? ...
hi, dear list !
i know about the messages that can be sent TO pd, but i recently read (in the help file for [samplerate~]) that pd sends a bang to a
[receive pd-dsp-started]
object when the dsp is started. of course the same works for
[receive pd-dsp-stopped]
when it is stopped.
that's a nice feature !
are there any other useful messages that can be received by specially named receive objects ? (like mouse coordinates, mousestate, window coordinates, save state, closing state ...)
there seems to be no documentation on this one ...
best
oliver
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
Alexandre Torres Porres wrote:
try
[receive pd] | [print]
thanks for the hint, that was very inspiring, like putting a stethoscope onto the heart of PD ! ;-)
what this basically does, is protocolling everything that is done within the PD window (of course also the dsp stuff), but also keystrokes that are sent in dialogues/properties windows.
also audio/midi settings are displayed. all of this is handy if somewhat cryptic stuff.
as far as i can tell, everything that can be received from PD via [r pd] can also be sent to PD with a [s pd], at least changes sent to the audio dialog worked that way.
i think this definitely deserves a mentioning or better a fully description somewhere in the tutorials
best
oliver
When I do [receive pd], I get nothing !?
[iemguts/receivecanvas] is the object you need if you want to know what's going on behind the scenes.
From: Pd-list pd-list-bounces@lists.iem.at on behalf of oliver oliver@klingt.org Sent: 16 May 2017 23:20 To: Alexandre Torres Porres; pd-list@mail.iem.at Subject: Re: [PD] messages FROM pd ? ...
Alexandre Torres Porres wrote:
try
[receive pd] | [print]
thanks for the hint, that was very inspiring, like putting a stethoscope onto the heart of PD ! ;-)
what this basically does, is protocolling everything that is done within the PD window (of course also the dsp stuff), but also keystrokes that are sent in dialogues/properties windows.
also audio/midi settings are displayed. all of this is handy if somewhat cryptic stuff.
as far as i can tell, everything that can be received from PD via [r pd] can also be sent to PD with a [s pd], at least changes sent to the audio dialog worked that way.
i think this definitely deserves a mentioning or better a fully description somewhere in the tutorials
best
oliver
Pd-list@lists.iem.at mailing list UNSUBSCRIBE and account-management -> https://lists.puredata.info/listinfo/pd-list
Alexandre Torres Porres wrote:
try
[receive pd] | [print]
thanks for the hint, that was very inspiring, like putting a stethoscope onto the heart of PD ! ;-)
what this basically does, is protocolling everything that is done within the PD window (of course also the dsp stuff), but also keystrokes that are sent in dialogues/properties windows.
also audio/midi settings are displayed. all of this is handy if somewhat cryptic stuff.
as far as i can tell, everything that can be received from PD via [r pd] can also be sent to PD with a [s pd], at least changes sent to the audio dialog worked that way.
i think this definitely deserves a mentioning or better a fully description somewhere in the tutorials