Re: [PD] video output from PD

2013-12-02 Thread enrike
Another option could be to create a Python script that listens to OSC and triggers the omxplayer process. That would be easier to code but I guess you would have less control that using OMX player class in OpenFrameworks, I havent tested raspberry so much to know which way would be better

Re: [PD] [text3d] crashes PD when using text of five or more characters

2013-12-02 Thread IOhannes m zmölnig
On 2013-12-02 00:40, Antonio Roberts wrote: I'm ashamed to admit that I don't know how to use that version in pdextended instead of the one supplied. Could you tell me how? no need to be ashamed. first, i don't see much need to use it with PdX, plain old pd-vanilla should do as well...

[PD] [announce] Integra Live 1.6 released

2013-12-02 Thread Jamie Bullock
We are delighted to announce the latest release of Integra Live — an interactive audio application for musicians and music education Integra Live supports Mac OS X 10.6 or later and Windows XP or later. It can be downloaded from the Integra Live website: http://www.integralive.org

[PD] [announce] Integra Module Creator 1.6 released

2013-12-02 Thread Jamie Bullock
We are delighted to announce the release of the Integra Module Creator — a new tool for creating Integra Live modules using the Pure Data programming environment. Module Creator supports Mac OS X 10.6 or later and Windows XP or later. It can be downloaded from the Integra Live download site:

Re: [PD] video output from PD

2013-12-02 Thread Dan Wilcox
If he only needs to at videos and the sync is rather loose, then yeah scripting omxplayer would work. From what he wrote earlier, it's sounds like he wants per frame start/stop control which he can't get with omxpmayer alone, at least from what I'm aware. enohp ym morf tnes -- Dan

Re: [PD] [announce] Integra Live 1.6 released

2013-12-02 Thread Pagano, Patrick
Hooray! Been waiting for this for a while! Congratulations. I plan on using this in my SOUND DESIGN class in Spring 2014, Great work Jamie! I'll tweet at you pp -Original Message- From: pd-list-boun...@iem.at [mailto:pd-list-boun...@iem.at] On Behalf Of Jamie Bullock Sent: Monday,

Re: [PD] video output from PD

2013-12-02 Thread peiman khosravi
Thanks very much for all the suggestions. I know python, so that would be the easies option for me but as Dan mentioned I think we will need per frame control over the playback. Best, Peiman *www.peimankhosravi.co.uk http://www.peimankhosravi.co.uk || RSS Feed

Re: [PD] video output from PD

2013-12-02 Thread Dan Wilcox
Ah, another I option I almost forgot about is pikix, a cool little vj app for the rpi. I'm not sure if it has per frame or osc control but, in the spirit of open source, it might be beneficial to add that and contribute it back versus rolling an expendable OF app. On Dec 2, 2013, at 10:07 AM,

Re: [PD] video output from PD

2013-12-02 Thread peiman khosravi
What about xjadeo, which I've used before. It doesn't accept osc but it does sync with ardour, and ardour accepts OSC. So maybe that would work? As long as Jack and Ardour and xjadeo can run on the ras Pi? Or else, if PD could sync up with Jack transport then no need for ardour either. Thanks

Re: [PD] video output from PD

2013-12-02 Thread peiman khosravi
This looks hopeful (?) http://rsync.labby.co.uk/raspberrypi/raspbian/pool/main/x/xjadeo/ *www.peimankhosravi.co.uk http://www.peimankhosravi.co.uk || RSS Feed http://peimankhosravi.co.uk/miscposts.rss || Concert News http://spectralkimia.wordpress.com/* On 2 December 2013 15:28, peiman

Re: [PD] video output from PD

2013-12-02 Thread Dan Wilcox
Worth a try but I see two (potential) problems: * is it hardware accelerated? it says it uses ffmpeg in the backend and that, to me, sounds like it's not using the OMX interface for hardware accelerated video on the pi * it requires jack, this means you're increasing overhead by running the

Re: [PD] [announce] Integra Live 1.6 released

2013-12-02 Thread Pagano, Patrick
I am getting an error with the module creator install .dmg Patrick Pagano B.S, M.F.A Audio and Projection Design Faculty Digital Worlds Institute University of Florida, USA (352)294-2020 From: pd-list-boun...@iem.at [pd-list-boun...@iem.at] on behalf of

[PD] linux-64 binaries

2013-12-02 Thread Thomas Grill
Hi all, i just wanted to let you know that i compiled all my flext-based externals (xsample, py/pyext, dyn~, pool, vasp, clk, fsplay~ etc.) for 64-bit linux, actually for the debian 7 distro. It might work for you too, so have a look at http://g.org/data/dev/ext/linux64/pd gr~~~ -- Thomas

Re: [PD] [text3d] crashes PD when using text of five or more characters

2013-12-02 Thread Antonio Roberts
first, i don't see much need to use it with PdX, plain old pd-vanilla should do as well... (speaking of which: please provide a minimal test-patch that triggers the problem on your machine) Patch attached. Upon further investigation it appears that this may only be caused by certain fonts

Re: [PD] [PD-announce] PuREST JSON 0.15.0 released

2013-12-02 Thread me.grimm
on osx im getting: ld: library not found for -ljson-c ideas? i didn't get this prior to recent pull of you 0.15 m On Tue, Nov 12, 2013 at 5:00 PM, Thomas Mayer tho...@residuum.org wrote: Hello, I am happy to announce version 0.15.0 of PuREST JSON, code name: The API they are a-changing.

[PD] sync metronome to recording an audio track

2013-12-02 Thread Ron I.
Hello - we are playing a metronome audio file at time intervals (bpm) while simultaneously recording an audio track. Currently we can't get perfect sync between the two. We are using iOS, and I wanted to reach out to the PD community, to see if there are any developers who can help with a