Re: [PD] Video problems using GEM

2014-04-17 Thread Antonio Roberts
Do you have details on the following: * What operating system you're on * What version of Pd you're using * a sample video * a screenshot of the glitchy video output * A sample patch that produces the glitchy output On 17 April 2014 12:11, Claire O'Connor oconn...@tcd.ie wrote: Hi, I am

Re: [PD] Video problems using GEM

2014-04-17 Thread Antonio Roberts
of the original that doesn't run smoothly. The video quality is visible, however. Here is a screenshot of a patch that I've been using as an example too. The two toggles are connected to a bang as it runs within a sequence. Thanks! On 17 April 2014 12:30, Antonio Roberts anto...@hellocatfood.com

Re: [PD] GEM patch

2014-04-14 Thread Antonio Roberts
The tgl object is expecting a 0 or 1 message, not the gem_state message that [gemhead] sends. You can convert its messages to a bang with the [bang] object but then the toggle will constantly keep turning on and off On 14 April 2014 16:15, kate sweeney m.k.swee...@hotmail.com wrote: Hello,

[PD] HSS3jb control

2013-12-28 Thread Antonio Roberts
For those that own a HSS3jb http://bleeplabs.com/hss3jb-user-guide/ here's a patch to let you control it from PD. Port number is set to default 1. I haven't yet figured out how to add a toggle to control which mode it is in. I think it is expecting a button to be held down and [key] keeps sending

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

2013-12-03 Thread Antonio Roberts
confirmed the crash with the letter p. I'll also check with the fontforge people who can probably tell me if it's an error with the font. Antonio On 03/12/13 17:04, IOhannes m zmölnig wrote: On 2013-12-03 00:26, Antonio Roberts wrote: first, i don't see much need to use it with PdX, plain

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

2013-12-02 Thread Antonio Roberts
wrote: 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] [text3d] crashes PD when using text of five or more characters

2013-12-01 Thread Antonio Roberts
I'm using PD extednded 0.43.4 and have noticed that when using some fonts [text3d] will crash PD when a string with five or more characters is entered. Font used is Beams: http://openfontlibrary.org/en/font/beams And the error returned is: pd: ../src/libtess/priorityq.c:164: __gl_pqSortInit:

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

2013-12-01 Thread Antonio Roberts
of the one supplied. Could you tell me how? Thanks Antonio On 1 December 2013 19:34, IOhannes m zmölnig zmoel...@iem.at wrote: On 2013-12-01 19:10, Antonio Roberts wrote: I'm using PD extednded 0.43.4 and have noticed that when using some fonts [text3d] will crash PD when a string with five or more

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

2013-12-01 Thread Antonio Roberts
of the one supplied. Could you tell me how? Thanks Antonio On 1 December 2013 19:34, IOhannes m zmölnig zmoel...@iem.at wrote: On 2013-12-01 19:10, Antonio Roberts wrote: I'm using PD extednded 0.43.4 and have noticed that when using some fonts [text3d] will crash PD when a string with five or more

Re: [PD] Scatter objects using [repeat]

2013-11-26 Thread Antonio Roberts
or give [random] a seed, so it will generate the sme PRN-sequence in each frame. change the seed whenever you want to change the scattering. (afair, this is also in the examples) Thanks, this mostly does what I want. Overall, I would like to be able to slow down the positioning of the shapes

[PD] Scatter objects using [repeat]

2013-11-25 Thread Antonio Roberts
Hi everyone, I'm looking for a way to scatter objects across a screen in GEM using [repeat] or a similar method that doesn't require creating several objects or using particles. The objects should stay in position until I specify another random position I've followed the advice of reading

Re: [PD] Range Slider

2013-11-20 Thread Antonio Roberts
http://puredata.hurleur.com/sujet-6150-whole-freakin-library hrslider.pd Perfect, thanks! On Wed 20 Nov 2013 03:54:43 GMT, i go bananas wrote: http://puredata.hurleur.com/sujet-6150-whole-freakin-library hrslider.pd ___ Pd-list@iem.at mailing

Re: [PD] Range Slider

2013-11-20 Thread Antonio Roberts
On further inspection, if I want to sent the min/max range I have to redraw the range, I can't just grab/move min or max. Is there any way to change this? Or is something like Max's rslider a task for a native object? On 20 November 2013 11:04, Antonio Roberts anto...@hellocatfood.com wrote

Re: [PD] Range Slider

2013-11-20 Thread Antonio Roberts
You can change the behavior of the slider, there's a mode message. ie. try sending [mode 2( to extend the range. Thanks, I should've read the help patch On 20 November 2013 23:07, Charles Goyard c...@fsck.fr wrote: Hi, Antonio Roberts wrote: On further inspection, if I want to send

[PD] Range Slider

2013-11-19 Thread Antonio Roberts
I'm looking for an object, similar to the current slider objects, that allows the user to set maximum and minimum values within the range of the slider maximum and minimum values. If that isn't clear take a look at this diagram http://imgur.com/AywGLjE For reference, I'm looking for this

Re: [PD] Reset webcam properties

2013-11-15 Thread Antonio Roberts
as i remember @ databit.me) it's part of v4l2-utils v4l2-ctl --all -d /dev/video0 shows all the infos, -c parameter allow to set a value to a parameter best++ benjamin Le 14/11/2013 17:27, Antonio Roberts a écrit : Hi everyone I set the properties of my webcam (saturation, hue etc) via

[PD] Reset webcam properties

2013-11-14 Thread Antonio Roberts
Hi everyone I set the properties of my webcam (saturation, hue etc) via pix_video/enumProps and now it's stuck like that, even if I restart my computer. Is there any way to reset the values to their original? Kind regards, Antonio -- anto...@hellocatfood.com

Re: [PD] Strip file name from path (alternative to [stripfilename])?

2013-10-31 Thread Antonio Roberts
...@gmail.com: I don't have [basedir] or [strippath] here, but [list-splat] (list-abs), [s2l] and [l2s] (zexy) do the trick. see attached gr, Tim 2013/10/27 Antonio Roberts anto...@hellocatfood.com I want to be able to strip the file name from a path of a file opened via [openpanel]. I've

Re: [PD] Strip file name from path (alternative to [stripfilename])?

2013-10-30 Thread Antonio Roberts
://spectralkimia.wordpress.com/* On 27 October 2013 19:56, Antonio Roberts anto...@hellocatfood.comwrote: I want to be able to strip the file name from a path of a file opened via [openpanel]. I've looked into using [stripfilename] but that'd only work if the directory or file name length were the same in every

Re: [PD] Strip file name from path (alternative to [stripfilename])?

2013-10-30 Thread Antonio Roberts
this. Is it that the external is not loading at all or there is a problem with the format of the path? P *www.peimankhosravi.co.uk || RSS Feedhttp://peimankhosravi.co.uk/miscposts.rss || Concert News http://spectralkimia.wordpress.com/* On 30 October 2013 12:56, Antonio Roberts anto...@hellocatfood.comwrote

[PD] Strip file name from path (alternative to [stripfilename])?

2013-10-27 Thread Antonio Roberts
I want to be able to strip the file name from a path of a file opened via [openpanel]. I've looked into using [stripfilename] but that'd only work if the directory or file name length were the same in every situation. Can anyone help? Thanks --

Re: [PD] Strip file name from path (alternative to [stripfilename])?

2013-10-27 Thread Antonio Roberts
) and 'strippath' (zexy). Best, P *www.peimankhosravi.co.uk || RSS Feedhttp://peimankhosravi.co.uk/miscposts.rss || Concert News http://spectralkimia.wordpress.com/* On 27 October 2013 19:56, Antonio Roberts anto...@hellocatfood.comwrote: I want to be able to strip the file name from a path

Re: [PD] Packages for Ubuntu 13.10?

2013-10-23 Thread Antonio Roberts
Hi Joel, Thanks for the info On 23 October 2013 03:22, Joel Matthys jwmatt...@gmail.com wrote: You can still install it from the repo. Just use the raring distro instead of saucy. On 10/22/2013 06:47 PM, Antonio Roberts wrote: Hi, Will the Pd-extended repositories be updated for Ubuntu

[PD] Packages for Ubuntu 13.10?

2013-10-22 Thread Antonio Roberts
Hi, Will the Pd-extended repositories be updated for Ubuntu 13.10 at any point? Currently there's no way to install it other than compiling from source Kind regards, Antonio -- anto...@hellocatfood.com http://www.hellocatfood.com

Re: [PD] Alternative to pdp_colorgrid

2013-10-15 Thread Antonio Roberts
? To: 'Antonio Roberts' anto...@hellocatfood.com Cc: 'PD List' pd-list@iem.at Message-ID: 01da01cec434$c955a5e0$5c00f1a0$@ufl.edu Content-Type: text/plain; charset=iso-8859-1 I have had trouble with it too, I?ll check my folder for a binary tonight and send it to ya pp From: bv3

Re: [PD] Alternative to pdp_colorgrid?

2013-10-08 Thread Antonio Roberts
I've had trouble compiling that. Does it only work with pd-l2ork? Le 8 oct. 2013 15:06, Patrick Pagano bigsw...@ufl.edu a écrit : https://github.com/pd-l2ork/pd/tree/master/externals/pdvjtools -Original Message- From: bv3...@gmail.com [mailto:bv3...@gmail.com] On Behalf Of Antonio

Re: [PD] Alternative to pdp_colorgrid?

2013-10-08 Thread Antonio Roberts
folder for a binary tonight and send it to ya pp From: bv3...@gmail.com [mailto:bv3...@gmail.com] On Behalf Of Antonio Roberts Sent: Tuesday, October 08, 2013 10:39 AM To: Patrick Pagano Cc: PD List; Pagano, Patrick Subject: RE: [PD] Alternative to pdp_colorgrid? I've had trouble

Re: [PD] Alternative to pdp_colorgrid?

2013-09-28 Thread Antonio Roberts
Pagano B.S,M.F.A Asst. in Digital Art and Science Digital Worlds Institute University of Florida (352) 294-2020 On Sep 27, 2013, at 10:29 PM, Antonio Roberts anto...@hellocatfood.com wrote: Hi pd list, Is there an alternative object to pdp_colorgrid? I believe it was in pidipi (which has

[PD] Alternative to pdp_colorgrid?

2013-09-27 Thread Antonio Roberts
Hi pd list, Is there an alternative object to pdp_colorgrid? I believe it was in pidipi (which has removed in the latest pdextended) and also in pdvjtools (doesn't compile). It would be great to have it back or have an alternative! Thanks Antonio --

Re: [PD] Loading/modifying some PD files causing computer restart

2013-09-09 Thread Antonio Roberts
graphics. But I may be wrong. So first, double check you are using hardware acceleration. I thought I was and I wasn't for months :). Antonio Roberts wrote: I recently got a Dell XPS 13 Developer edition running Ubuntu 13.04 (Intel Ivybridge Mobile driver) and have tried using pd-extended 0.43.4

Re: [PD] Loading/modifying some PD files causing computer restart

2013-09-09 Thread Antonio Roberts
It turns out I just needed to upgrade my intel graphics drivers, which is described here http://puredata.hurleur.com/sujet-9448-solved-crashes-server Thanks for the hardware acceleration tip ;-) On 9 September 2013 12:49, Charles Goyard c...@fsck.fr wrote: Antonio Roberts wrote: So first

[PD] Loading/modifying some PD files causing computer restart

2013-09-08 Thread Antonio Roberts
I recently got a Dell XPS 13 Developer edition running Ubuntu 13.04 (Intel Ivybridge Mobile driver) and have tried using pd-extended 0.43.4 64 on it. For the most part it runs fine. However, I've noticed that in some situations, such as an old patch not being able to find external abstractions, it

[PD] New book - Multimedia Prorgamming with Pure Data

2013-07-28 Thread Antonio Roberts
A new book by Bryan Chung on programming in Pure Data has recently come out. It focuses on GEM, which is a nice change from the usual focus on audio. www.packtpub.com/multimedia-programming-with-pure-data/book Preparing interactive displays, creating computer games, and conducting audio-visual

Re: [PD] Syphon for Pd

2013-07-28 Thread Antonio Roberts
I saw a while ago some efforts to port Syphon under Linux, do you know if it's working now ? Not working. On 28 July 2013 11:38, Antoine Villeret antoine.ville...@gmail.com wrote: great news ! I saw a while ago some efforts to port Syphon under Linux, do you know if it's working now ?

Re: [PD] Listen to GISS.tv stream in Pure Data

2013-07-23 Thread Antonio Roberts
readanysf~ should work with mp3 streams if you have the appropriate lib to decode (libmp3lame ?) You're right! It must have been a temporary error preventing me from playing mp3 streams. Thanks! On 22 July 2013 10:20, Benjamin ~ 01xy ben...@free.fr wrote: Hello, nice if no more ppa is needed

Re: [PD] Listen to GISS.tv stream in Pure Data

2013-07-21 Thread Antonio Roberts
is in the official repository, on ubuntu, you may have to use this ppa https://launchpad.net/~reduzierer/+archive/rdz-pd-extra+deps ++benjamin Le 19/07/2013 21:35, Antonio Roberts a écrit : Can anyone tell me how to listen to a giss.tv stream using Pure Data (on LInux) I've tried mp3amp

[PD] Listen to GISS.tv stream in Pure Data

2013-07-19 Thread Antonio Roberts
Can anyone tell me how to listen to a giss.tv stream using Pure Data (on LInux) I've tried mp3amp~ and it won't connect and throws me the following error: mp3amp~: getting canvas mp3amp~: initializing decoder... mp3amp~: connecting to http:/giss.tv:8000/blurfm.mp3 mp3amp~: connected : socket

Re: [PD] RPi - GEM openGL

2013-02-13 Thread Antonio Roberts
I'd imagine lack of motivation ;-) On 13 February 2013 21:21, João de Brito Rocha Reis Vidigal jbvidi...@gmail.com wrote: One thing I didn't really get by going through the dev lists is where it stopped and why! JV ___ Pd-list@iem.at mailing list

Re: [PD] pix_record continues to record, even with rendering turned off

2012-12-30 Thread Antonio Roberts
- change the options of the codec (via set) 5 - open a location to save the file 6 - record 7 - set auto record [auto 1( Is this right? Thanks Antonio On 29 December 2012 19:41, IOhannes m zmölnig zmoel...@iem.at wrote: On 12/29/2012 16:20, Antonio Roberts wrote: switching off

Re: [PD] pix_record continues to record, even with rendering turned off

2012-12-29 Thread Antonio Roberts
:18, Antonio Roberts wrote: i cannot check your example right now, but this can totally be desired behaviour. e.g. if your container supports variable framerates and you record two frames that are 20 seconds appart, you might end up with a 20sec video containing of 2 frames. (afair, you might

Re: [PD] pix_record continues to record, even with rendering turned off

2012-12-29 Thread Antonio Roberts
( Is this right? Thanks Antonio On 29 December 2012 19:41, IOhannes m zmölnig zmoel...@iem.at wrote: On 12/29/2012 16:20, Antonio Roberts wrote: switching off the [gemhead] will not push new frames into your [pix_record], but it will not halt a local time (this is never what [gemhead] does). Ah, I

[PD] pix_record continues to record, even with rendering turned off

2012-12-26 Thread Antonio Roberts
I've noticed that [pix_record] will continue to record frames even if the [gemhead] object attached to it is switched off. Is this a bug? I've attached a sample patch, where I'm attempting to take a snapshot from a camera and save it to a video #N canvas 1660 101 564 374 10; #X obj 281 40

Re: [PD] pix_record continues to record, even with rendering turned off

2012-12-26 Thread Antonio Roberts
zmölnig zmoel...@iem.at wrote: On 12/26/2012 15:08, Antonio Roberts wrote: I've noticed that [pix_record] will continue to record frames even if the [gemhead] object attached to it is switched off. Is this a bug? the way to turn off recording is by sending a record 0 message to [pix_record

Re: [PD] Read individual words from a text file

2012-11-12 Thread Antonio Roberts
hundreds of words), to split the line into a bunch of atoms. Or send the line of text to: [list-abs/list-drip] from the list-abs library to split out into floats and symbols automatically. -Jonathan - Original Message - From: Antonio Roberts anto...@hellocatfood.com To: PD List

Re: [PD] Browse/Search plugin update

2012-11-11 Thread Antonio Roberts
Would it be possible to put usage instructions on the download page? On 11 November 2012 07:02, Mike Moser-Booth mmoserbo...@gmail.com wrote: Here you go. .mmb On Sat, Nov 10, 2012 at 5:51 PM, Jonathan Wilkes jancs...@yahoo.com wrote: - Original Message - From: Mike Moser-Booth

[PD] Read individual words from a text file

2012-11-11 Thread Antonio Roberts
Is there a way to read individual words from a text file? I've tried using [msgfile] and [textfile] but they can only read lines. I know that you can define a carriage return as a delimiter but is there a way to use a space as one? Thanks Antonio --

Re: [PD] glitching tools

2012-10-28 Thread Antonio Roberts
I recently utilised the [binfile] object to create glitchy images in PD http://www.hellocatfood.com/2012/09/23/create-jpgs-in-pure-data/ Myself and a friend recently used this same technique to glitch an mp4 file (which is very similar in structure to jpg files). I'll share the patch once it's

Re: [PD] Pd download page

2012-09-30 Thread Antonio Roberts
to the bottom of the page Antonio On 30 September 2012 05:19, Simon Wise simonzw...@gmail.com wrote: On 30/09/12 05:40, Antonio Roberts wrote: This has also happened to me on a couple of occasions. They saw that it was for all platforms and so downloaded it, regardless of operating system

Re: [PD] Pd download page

2012-09-30 Thread Antonio Roberts
wrote: On 09/30/2012 01:36 PM, Antonio Roberts wrote: If the proposed change means that I can save five or more minutes then I fully support moving the source code download to the bottom of the page so which one should be first? bsd? (personally i prefer src as first entry for political reasons

Re: [PD] Pd download page

2012-09-29 Thread Antonio Roberts
This has also happened to me on a couple of occasions. They saw that it was for all platforms and so downloaded it, regardless of operating system On 29 September 2012 22:24, Joel Matthys jwmatt...@gmail.com wrote: I have a question about the download page at puredata.info. Is there a special

[PD] Changing camera position in GEM with buffer set to 1

2012-09-28 Thread Antonio Roberts
Is it possible to change the position of the camera in GEM when the buffer is set to 1? In my initial tests I've only been able to do this when I also send a bang to the GEM window. Even the [camera] object doesn't allow me to update the view Thanks Antonio --

Re: [PD] How to change the colour of geos created using [repeat]

2012-09-26 Thread Antonio Roberts
/09/2012 01:35, Antonio Roberts a écrit : I'm attempting to change the individual colour of geos that are being created using [repeat]. In the attached example so far I have geos randomly changing colour by reading values from an array. However, they do so really quickly which results in a lot

[PD] How to change the colour of geos created using [repeat]

2012-09-25 Thread Antonio Roberts
I'm attempting to change the individual colour of geos that are being created using [repeat]. In the attached example so far I have geos randomly changing colour by reading values from an array. However, they do so really quickly which results in a lot of colour changes. Is there any way that I

Re: [PD] Looking for a way to add bytes to beginning of a file using [binfile]

2012-09-23 Thread Antonio Roberts
If anyone is interested I wrote a tutorial on using [binfile] to create jpg images using only Pure Data http://www.hellocatfood.com/2012/09/23/create-jpgs-in-pure-data/ On 22 September 2012 18:02, Antonio Roberts anto...@hellocatfood.com wrote: After some experimenting I solved the problem. I

Re: [PD] Looking for a way to add bytes to beginning of a file using [binfile]

2012-09-22 Thread Antonio Roberts
...@postlude.co.uk wrote: On 20 Sep 2012, at 17:33, Antonio Roberts anto...@hellocatfood.com wrote: I'm attempting to use [binfile] to add additional bytes to a file. If I first read the file - using [read( - and then specify the write position - [writeat 0 ( - when I add bytes they _overwrite_

[PD] Looking for a way to add bytes to beginning of a file using [binfile]

2012-09-20 Thread Antonio Roberts
I'm attempting to use [binfile] to add additional bytes to a file. If I first read the file - using [read( - and then specify the write position - [writeat 0 ( - when I add bytes they _overwrite_ the already existing bytes instead of adding new ones. Previously I have used one [binfile] object

[PD] (Tcl) Missing Close Brace error

2012-08-21 Thread Antonio Roberts
In the attached patch, whenever I open it I eventually get the below error occur, causing Pd to freeze. The files that the patch refers to can be found here http://dl.dropbox.com/u/350846/resources.zip I've tried converting them to different file formats (png, jpg) but I still get the error. I'm

Re: [PD] gridflow length of movie

2012-05-07 Thread Antonio Roberts
If I remember correctly Mathieu (the maintainer of Gridflow) is only answering questions about Gridflow on the Gridflow mailing list http://gridflow.ca/ On 7 May 2012 15:22, olsen raumkundschaf...@hasa-labs.org wrote: Buenas is there a way in gridflow to get the infos about the length of a

Re: [PD] Multiline text using [text2d]/[text3d]

2012-05-06 Thread Antonio Roberts
Thanks for the help everyone! I managed to merge all of the advice here into the attached patch. You have to press the red button for a new line each time but it's a start. Plus, each new line is indented by a single space (most likely a problem caused by [add2 $1( ) Antonio On 5 May 2012 17:50,

[PD] Multiline text using [text2d]/[text3d]

2012-05-04 Thread Antonio Roberts
Is it possible to display multiple lines of text using one instance of [text2d]/[text3d]? Antonio -- anto...@hellocatfood.com http://www.hellocatfood.com ___ Pd-list@iem.at mailing list

Re: [PD] Multiline text using [text2d]/[text3d]

2012-05-04 Thread Antonio Roberts
/pipermail/pd-list/2011-08/090340.html but this doesn't support displaying numbers. Using this solution I can still convert text to ascii but how can I type in a line break using a symbol box? Antonio On 4 May 2012 13:52, Jack j...@rybn.org wrote: Le 04/05/2012 14:18, Antonio Roberts a écrit

[PD] [pix_writer] help patch/documentation

2012-03-20 Thread Antonio Roberts
In PD extended 0.43 I [pix_writer] appears to have no help patch and I can't find any documentation on its usage. A possible bug? Antonio -- anto...@hellocatfood.com http://www.hellocatfood.com

[PD] Reading a specific image from [pix_buffer] and saving it using [pix_write]

2012-03-20 Thread Antonio Roberts
I've been attempting to build on the stop-motion animation patch that guido built some time ago (attached). I want to output each new frame to an image but there's one problem: [pix_write] reads what is currently in the frame buffer, which could be one of the old pictures. Is there any way to make

Re: [PD] [pix_writer] help patch/documentation

2012-03-20 Thread Antonio Roberts
help patch is a bug.  If it is not included in Gem at all, then please file it with Gem.  If Gem has it, but Pd-extended's Gem does not, please file the bug with Pd-extended. .hc On Mar 20, 2012, at 6:21 AM, Antonio Roberts wrote: In PD extended 0.43 I [pix_writer] appears to have no help

Re: [PD] Editing CSS style, make pd.info better? [WAS: puredata.info site design provocation]

2012-03-11 Thread Antonio Roberts
When the new, yet-to-be launched, Inkscape website was being developed I remember the team took some inspiration from what this guy said regarding the current Blender website http://www.blenderguru.com/the-big-issues Scroll down to the Marketing section. On 11 March 2012 23:02, Scott R. Looney

[PD] Seamless repetition using [repeat]

2012-03-04 Thread Antonio Roberts
I'm trying to create the effect of many spheres moving towards the screen by using [repeat] (see attached patch). How can I make this seamless i.e. have there be no gap where there's no spheres. Thanks for any help Antonio -- anto...@hellocatfood.com

[PD] [grid] not working in pd-extended 0.43.1

2012-03-04 Thread Antonio Roberts
I'm still getting this error when attempting to edit the properties of [grid]: invalid command name pd invalid command name pd while executing pd $cmd (procedure grid_apply line 32) invoked from within grid_apply .gfxstub9fc7918 invoked from within

[PD] Toonloop/Stop Motion in Pure Data

2012-02-27 Thread Antonio Roberts
Has anyone attempted to make something like Toonloop (http://toonloop.com/) in Pure Data? It's basically a live stop motion tool. Antonio -- anto...@hellocatfood.com http://www.hellocatfood.com

Re: [PD] Toonloop/Stop Motion in Pure Data

2012-02-27 Thread Antonio Roberts
Thanks. Do you have any example patches to work from? Ant On 27 February 2012 16:45, Mathieu Bouchard ma...@artengine.ca wrote: Le 2012-02-27 à 12:00:00, Antonio Roberts a écrit : Has anyone attempted to make something like Toonloop (http://toonloop.com/) in Pure Data? It's basically a live

Re: [PD] Toonloop/Stop Motion in Pure Data

2012-02-27 Thread Antonio Roberts
Got a example patch to explain further? On Feb 27, 2012 5:55 PM, chris clepper cgclep...@gmail.com wrote: pix_video into pix_write will do it. On Mon, Feb 27, 2012 at 12:28 PM, Antonio Roberts anto...@hellocatfood.com wrote: Thanks. Do you have any example patches to work from? Ant

Re: [PD] Toonloop/Stop Motion in Pure Data

2012-02-27 Thread Antonio Roberts
, Patrick Sent: Monday, February 27, 2012 1:14 PM To: Antonio Roberts; chris clepper Cc: PD List Subject: Re: [PD] Toonloop/Stop Motion in Pure Data Create a patch that uses key [spacebar] to write a jpg to pix write from pix_video Also ask Alexander Quessy to get toonloop to work on mac

Re: [PD] Toonloop/Stop Motion in Pure Data

2012-02-27 Thread Antonio Roberts
folder and then back again. If that's not possible is there an alternative option for browsing the contents of a folder? Ant On 27 February 2012 18:34, Antonio Roberts anto...@hellocatfood.com wrote: Thank! That's the exact problem I have. I can easily save a frame of an image, but to display them

Re: [PD] Toonloop/Stop Motion in Pure Data

2012-02-27 Thread Antonio Roberts
, Antonio Roberts ha scritto: I just had an idea. Is there any way of getting the contents of a folder shown in [playlist] to automatically update? You can scroll through and load the contents of [playlist] by using [seek $1( and a number. The only problem is in order to refresh the contents you

[PD] How to use GL shaders

2012-01-23 Thread Antonio Roberts
Is there a tutorial on how to on how to use GL shaders in Pure Data Extended? I've had a look at some of the example files but I haven't found them all too useful. Antonio -- anto...@hellocatfood.com http://www.hellocatfood.com

[PD] [grid] not working in pd-extended 0.43.1

2012-01-17 Thread Antonio Roberts
I downloaded pd-extended 0.43.1~cvs20120116-1 and added the [grid] object. All goes well until I try to change the object's properties. Pressing Ok, Cancel or Apply produces an Error: invalid command name pd message with the following error message: invalid command name pd invalid command name pd

[PD] How to compile Glitch External (fux_videoglitch)

2012-01-05 Thread Antonio Roberts
Can anyone tell me how to compile Badgeek's Pure Data glitch external for Ubuntu 11.10: https://github.com/badgeek/fux_videoglitch http://manticore.deadmediafm.org/2011/10/fux_videoglitch-now-running-on-linux/ As far as I'm aware I have all of the required libraries installed, it just wont

Re: [PD] Randomly coloured particles

2012-01-05 Thread Antonio Roberts
Hi Luca, The patch that Alan attached is the one that I used in the end. It worked fine for me On 5 January 2012 14:05, ky kyko2...@gmail.com wrote: Hi Antonio, it's a very nice patch! Can you attach the fixed pd file? Thanks, Luca 2012/1/4 Antonio Roberts anto...@hellocatfood.com

Re: [PD] Randomly coloured particles

2012-01-04 Thread Antonio Roberts
colours rather than have each particle coloured individually- have a look at the [part_targetcolor] object for more info? best On Mon, Jan 2, 2012 at 9:57 PM, Antonio Roberts anto...@hellocatfood.com wrote: Can anyone enlighten me on how you would use [part_info] together with [color

[PD] Randomly coloured particles

2012-01-02 Thread Antonio Roberts
Can anyone enlighten me on how you would use [part_info] together with [color] to generate randomly coloured particles, with each particle having a randomly generated colour? -- anto...@hellocatfood.com http://www.hellocatfood.com

Re: [PD] gridflow on oneiric

2011-12-21 Thread Antonio Roberts
Recompiling Gridflow worked great for me, but when using it with pd-extended 0.43 I've had a few problems opening patches On 21 December 2011 11:45, IOhannes m zmoelnig zmoel...@iem.at wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 2011-12-21 12:01, chr wrote: i think i will have a

[PD] Problems installing pd-extended 0.42.5 on Ubuntu 11.10

2011-12-13 Thread Antonio Roberts
After upgrading to Ubuntu 11.10 I'm trying to install pd-extended 0.42.5 on (installing 0.43 works fine but is still a bit buggy). when trying to install I get this error: Dependency is not satisfiable: libquicktime1 (= 2:1.1.1+debian) Did a bit of research and found that libquicktime1 has been

Re: [PD] Gem VJ Tutorial patches

2011-08-24 Thread Antonio Roberts
Hey, I use PD/GEM a lot for VJing using a version of this patch http://puredata.hurleur.com/viewtopic.php?pid=25492 It's definitely not a beginner's patch... One note about this patch: It only really plays videos, it doesn't do anything generative. Ant On 24 August 2011 21:07, Pagano, Patrick

[PD] Typewriter effect

2011-08-21 Thread Antonio Roberts
Is there a way to get a typewriter effect using pd i.e. have letters appear one character at a time? I was thinking I could send the text to [text2d] using [drip] but that just displays one character/word at a time. Cheers, Ant -- 07875 006 245 anto...@hellocatfood.com

Re: [PD] Typewriter effect

2011-08-21 Thread Antonio Roberts
2011/8/21 Antonio Roberts anto...@hellocatfood.com Is there a way to get a typewriter effect using pd i.e. have letters appear one character at a time? I was thinking I could send the text to [text2d] using [drip] but that just displays one character/word at a time. Cheers, Ant -- 07875

[PD] Is there an object like [opendirectory]?

2011-07-21 Thread Antonio Roberts
I'm using the [playlist] object and I want to be able to load a directory by using the filebrowser dialogue. Usually you would do this by sending [location /path/to/directory ( to [playlist] but I want to do it dynamically. Does an object like [opedirectory] exist? I've tried sending [openpanel]

Re: [PD] Is there an object like [opendirectory]?

2011-07-21 Thread Antonio Roberts
Thanks, [dirpanel] was exactly what I was looking for! Ant On 21 July 2011 15:51, Mathieu Bouchard ma...@artengine.ca wrote: On Thu, 21 Jul 2011, IOhannes m zmoelnig wrote: [openpanel] has not method for 'location', but it has a method for 'symbol' which sets the directory to start. e.g.

Re: [PD] does anybody know why Ubuntu 10.10 wants do remove pd-extended?

2011-06-09 Thread Antonio Roberts
I just tried installing it on Ubuntu 11.04 and still get the same error as if I'm trying to install a beta of 0.43: The package doesn't provide a valid Installed-Size control field. See Debian Policy 5.6.20. Ant On 9 June 2011 00:04, Hans-Christoph Steiner h...@at.or.at wrote: Try the new

[PD] Segmentation Fault when using Gem (possibly due to [pix_chroma_key])

2011-05-24 Thread Antonio Roberts
I'm trying to do a bit of video effects using the attached patch but I'm encountering a segmentation fault. (To use the patch open a directory of video (.mov) files in the [playlist] object, click on one of them then press the bug red start button) The segmentation fault only seems to happen

[PD] Problems with video mixer and abstractions

2011-05-11 Thread Antonio Roberts
I've created an abstraction (player.pd) to play/preview a video that uses GEM and [#see] from Gridflow to preview. It can be downloaded here http://dl.dropbox.com/u/350846/mixing.zip. Whenever I try to mix two (videomix.pd) of these using [pix_mix] the video on the right displays as it should, but

Re: [PD] converting an absolute to relative file path

2011-05-09 Thread Antonio Roberts
Alternatively you could use [playlist], which is an in-patch file browser. by sending [location /folder/path/ ( to the object it'll jump to that location and you can also restrict what is displayed to a specific file extension. Ant 2011/5/9 András Murányi muran...@gmail.com: On Mon, May 9,

Re: [PD] [Gridflow-dev] [gemdead]

2011-05-07 Thread Antonio Roberts
and should work) is what I was working on. As mentioned it's a work in progress and I could probably do with some efficiency tips here too! All the best Al On Sat, Apr 30, 2011 at 10:19 AM, Antonio Roberts anto...@hellocatfood.com wrote: Thanks and sorry that I didn't stick around to get

[PD] Where can I find the [autocolor] object?

2011-05-03 Thread Antonio Roberts
I've downloaded a patch that uses an object called [autocolor] but it can't be found on my system. I've downloaded the latest SVN of PD-extended and searched through it and still can't find it Does anyone know what library [autocolor] is from? Cheers, Ant

Re: [PD] [gemdead]

2011-04-30 Thread Antonio Roberts
Thanks and sorry that I didn't stick around to get the reply on IRC. Secondly, can the cube be rendered to an [#out window] object? I know [#from_pix] can handle [pix_] objects, and I've tried using a [cube] as a [pix_texture] that I can then send to [#from_pix] but no luck so far Ant On 30

Re: [PD] [Gridflow-dev] [gemdead]

2011-04-30 Thread Antonio Roberts
on. As mentioned it's a work in progress and I could probably do with some efficiency tips here too! All the best Al On Sat, Apr 30, 2011 at 10:19 AM, Antonio Roberts anto...@hellocatfood.com wrote: Thanks and sorry that I didn't stick around to get the reply on IRC. Secondly, can

[PD] Controlling an Arduino from PD

2011-04-13 Thread Antonio Roberts
I've followed the instructions on this post and have successfully gotten Pure Data to control some LEDs on my Arduino http://nf-interactive.blogspot.com/2011/02/pure-data-to-arduino.html Is it possible to control each different pin from within pure data e.g. have a slider for each LED? Cheers

Re: [PD] Problems going fullscreen on external projector

2011-03-23 Thread Antonio Roberts
I'm not really sure what you mean. I used [#to_pdp] and [#pdp_xv] and everything worked fine. I've attached the patch that I used (On Ubuntu 10.10) Ant On 19 March 2011 21:06, Mathieu Bouchard ma...@artengine.ca wrote: On Tue, 15 Mar 2011, Antonio Roberts wrote: Thanks for the advice! I've

Re: [PD] Problems going fullscreen on external projector

2011-03-15 Thread Antonio Roberts
Bouchard ma...@artengine.ca wrote: On Thu, 10 Mar 2011, Antonio Roberts wrote: I've made a simple video mixer in Gridflow (9.13) and I want to send the output to an external projector. I've set up my computer so that I can drag windows to the second screen, but when I attempt to go full screen

[PD] Problems going fullscreen on external projector

2011-03-10 Thread Antonio Roberts
I've made a simple video mixer in Gridflow (9.13) and I want to send the output to an external projector. I've set up my computer so that I can drag windows to the second screen, but when I attempt to go full screen using [#out sdl] and then pressing Esc it goes fullscreen on both screens. If I

Re: [PD] Segmentation Fault when loading videos

2010-10-17 Thread Antonio Roberts
causing crashes.  Your best bet is to convert your videos to Motion JPEG codec. .hc On Oct 16, 2010, at 8:45 PM, Antonio Roberts wrote: I've made a very simple video mixer in PD/Gem but I'm having problems with it. When I've loaded the videos (tried a combination of avi and mov files

Re: [PD] Segmentation Fault when loading videos

2010-10-17 Thread Antonio Roberts
...@gmail.com wrote: 2010/10/17 Antonio Roberts anto...@hellocatfood.com Thanks for the suggestion. I converted the videos using the following command in ffmpeg ffmpeg -i 4.mov -vcodec mjpeg 6.avi but I still get segmentation faults. Hi Antonio, here's what I use: mencoder $1 -ovc lavc -lavcopts

  1   2   >