[PD] AUDIO from movies with pix-film?

Patrick Pagano bigswift at ufl.edu
Fri Jun 21 21:03:28 CEST 2013


Hello
a friend on the supercollider list is asking about playing movies in 
Pure Data from SuperCollider and is mentioning that there is no sound 
coming from her movies, how can one easiest get audio from a movie to 
play in Gem[pix-film?

Is this possible on MAC?
I have attached the simple patch(s)


Patrick
-------------- next part --------------
//? SuperCollider to PureData	
	// Use loopback IP and the same port as the pd patch to communicate
	~pdOut = NetAddr("127.0.0.1", 47110);
	// test it with one message:
	~pdOut.sendMsg("/from_SC", 0);
        // 
        ~pdOut.sendMsg("/from_SC", 1);
	
-------------- next part --------------
A non-text attachment was scrubbed...
Name: SCfilm.pd
Type: text/x-puredata
Size: 2838 bytes
Desc: not available
URL: <http://lists.puredata.info/pipermail/pd-list/attachments/20130621/28c6886d/attachment.bin>


More information about the Pd-list mailing list