Re: [PD] Multiplying 2 variables

2013-11-30 Thread sebaroc...@gmail.com
Thanks you for the help, i think that the multiplication is fine and the
problem could be in other place in my patch.

Cheers!!


2013/11/28 Jack j...@rybn.org

  Le 28/11/2013 10:21, sebaroc...@gmail.com a écrit :






  Hi everybody, im sorry for this simple question but i guess i'm not
 handling it well.
 I know that the multiplying object stores two values (left inlet and right
 inlet)  and performs the operation when both are stored or when a bang is
 sent to the left inlet. I did this mechanism (attached image) in order to
 multiply this two inputs every time one of them changes, but i am observing
 that the result isn't always the same.

  So, i think that im doing something wrong, could you help me?

  Thanks you!

  Sebastián



 ___pd-l...@iem.at mailing list
 UNSUBSCRIBE and account-management - 
 http://lists.puredata.info/listinfo/pd-list


 Can't see something wrong in your patch.
 It is possible to add [t f f] after the left number box to 'clearly' see
 the order after this box. But it is not necessary here.
 ++

 Jack



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


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


[PD] video output from PD

2013-11-30 Thread peiman khosravi
I'm really not familiar with video, but a project I'm working on requires
20 different video outputs, all synced together. I'm using PD for the
project. Consideration of the expenses apart, does anyone know what kind of
hardware we would need for this?

Many Thanks
Peiman



*www.peimankhosravi.co.uk http://www.peimankhosravi.co.uk || RSS Feed
http://peimankhosravi.co.uk/miscposts.rss || Concert News
http://spectralkimia.wordpress.com/*
___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] video output from PD

2013-11-30 Thread Antoine Villeret
hello,
for that kind of project I will choose a network of 20 raspiberry pi if you
only need to playback video (no realtime effect)
best
a

--
do it yourself
http://antoine.villeret.free.fr


2013/11/30 peiman khosravi peimankhosr...@gmail.com

 I'm really not familiar with video, but a project I'm working on requires
 20 different video outputs, all synced together. I'm using PD for the
 project. Consideration of the expenses apart, does anyone know what kind of
 hardware we would need for this?

 Many Thanks
 Peiman



 *www.peimankhosravi.co.uk http://www.peimankhosravi.co.uk || RSS Feed
 http://peimankhosravi.co.uk/miscposts.rss || Concert News
 http://spectralkimia.wordpress.com/*

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


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


Re: [PD] video output from PD

2013-11-30 Thread peiman khosravi
Thank you very much. Just a couple of questions. Does the raspberry pi run
pd? And can I sync the all of them to a single computer running a pd patch.
The audio needs to be synced with the visual too.

Many Thanks
Peiman




*www.peimankhosravi.co.uk http://www.peimankhosravi.co.uk || RSS Feed
http://peimankhosravi.co.uk/miscposts.rss || Concert News
http://spectralkimia.wordpress.com/*


On 30 November 2013 11:27, Antoine Villeret antoine.ville...@gmail.comwrote:

 hello,
 for that kind of project I will choose a network of 20 raspiberry pi if
 you only need to playback video (no realtime effect)
 best
 a

 --
 do it yourself
 http://antoine.villeret.free.fr


 2013/11/30 peiman khosravi peimankhosr...@gmail.com

 I'm really not familiar with video, but a project I'm working on requires
 20 different video outputs, all synced together. I'm using PD for the
 project. Consideration of the expenses apart, does anyone know what kind of
 hardware we would need for this?

 Many Thanks
 Peiman



 *www.peimankhosravi.co.uk http://www.peimankhosravi.co.uk || RSS Feed
 http://peimankhosravi.co.uk/miscposts.rss || Concert News
 http://spectralkimia.wordpress.com/*

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



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


Re: [PD] video output from PD

2013-11-30 Thread Charles Goyard
Hi,

peiman khosravi wrote:
 Does the raspberry pi run pd?

yes, but Gem won't work. That means you will have to drive something
like omxplayer from pd.

That also means you can't do generative video with pd/gem.

I still think you can get better results with pre-owned pentium 3/4 than
with the Pi, for a fraction of the cost (starting at 15USD on ebay,
desktop or laptop).


 And can I sync the all of them to a single computer running a pd patch.

yes.


 The audio needs to be synced with the visual too.

maybe it's time to elaborate on your needs : you want to play 20 movies
(soundtrack included), or to have 20 drawing surfaces that you fill with
Gem ? How is sound linked to display ?

Cheers,

-- 
Charlot

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


Re: [PD] video output from PD

2013-11-30 Thread enrike
We had to do something similar couple of years ago in a smaller scale (4 
machines) and solved it by creating an app with OpenFrameworks that 
listened to OSC messages. That was controled by a PD patch, but this 
could have been anything else that sends OSC (python, C++, supercollider 
...).


we used laptops and old computers which proved to be a problem since all 
systems and hardware were slightly different and had different time 
responses when opening the video, once the OSC message to open had 
arrived. Funnily enough the fastest machine to open the video was an old 
laptop running XP. So I believe raspberry could be great, that way all 
machines and OSs should be identical. At the time raspberry had just 
came out and it was unclear if it could run the kind of videos we needed 
to use (pretty good quality), now we know it does play them. So if I 
would have to do it again I would try to use raspberry


good luck

enrike

lr., 2013.eko azaren 30a 12:09(e)an, peiman khosravi(e)k idatzi zuen:

I'm really not familiar with video, but a project I'm working on
requires 20 different video outputs, all synced together. I'm using PD
for the project. Consideration of the expenses apart, does anyone know
what kind of hardware we would need for this?

Many Thanks
Peiman



*www.peimankhosravi.co.uk http://www.peimankhosravi.co.uk || RSS Feed
http://peimankhosravi.co.uk/miscposts.rss || Concert News
http://spectralkimia.wordpress.com/*


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




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


[PD] Processing-OSC-Pd

2013-11-30 Thread Giuseppe Peppino
Hi all, I'm following this example (receiving a simple message)

https://flossmanuals.net/pure-data/ch065_osc/

with processing. (using oscP5)

I'm sure processing code is right and working. I cannot recive anything in Pd 
instead. I set up the port number properly but Pd does not print out anything. 
Could anyone make this working?

thank you

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


Re: [PD] Processing-OSC-Pd

2013-11-30 Thread Greg Pond
I have made this work many times. Make sure you have all the libraries
loaded. Can you share your patch and sketch?

On Sat, Nov 30, 2013 at 10:58 PM, Giuseppe Peppino
francesco.fra...@outlook.com wrote:
 Hi all, I'm following this example (receiving a simple message)

 https://flossmanuals.net/pure-data/ch065_osc/

 with processing. (using oscP5)

 I'm sure processing code is right and working. I cannot recive anything in
 Pd instead. I set up the port number properly but Pd does not print out
 anything. Could anyone make this working?

 thank you

 P.

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


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


Re: [PD] Processing-OSC-Pd

2013-11-30 Thread Peppe Peppino
Hi,

yes, the pd patch is the one in the link I posted in the previous mail. The 
processing sketch I downloaded it from here and is the oscP5message.pde
The only thing I changed is the port number (I set it equal both for pd and 
processing)

thank you

P.

 From: gregp...@gmail.com
 Date: Sat, 30 Nov 2013 23:38:33 -0600
 Subject: Re: [PD] Processing-OSC-Pd
 To: francesco.fra...@outlook.com
 CC: pd-list@iem.at
 
 I have made this work many times. Make sure you have all the libraries
 loaded. Can you share your patch and sketch?
 
 On Sat, Nov 30, 2013 at 10:58 PM, Giuseppe Peppino
 francesco.fra...@outlook.com wrote:
  Hi all, I'm following this example (receiving a simple message)
 
  https://flossmanuals.net/pure-data/ch065_osc/
 
  with processing. (using oscP5)
 
  I'm sure processing code is right and working. I cannot recive anything in
  Pd instead. I set up the port number properly but Pd does not print out
  anything. Could anyone make this working?
 
  thank you
 
  P.
 
  ___
  Pd-list@iem.at mailing list
  UNSUBSCRIBE and account-management -
  http://lists.puredata.info/listinfo/pd-list
 
  ___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list