Re: [PD] [pdgst] and [pix_pix2gst] problem to stream

2010-09-21 Thread IOhannes m zmoelnig
On 2010-09-21 09:35, IOhannes m zmoelnig wrote: >> All works fine if i use [v4l2src]. > > you mean: from within pdgst? ah i see, it works within pdgst if i use [testvideosrc]. fgamsdr IOhannes smime.p7s Description: S/MIME Cryptograph

Re: [PD] pdgst on mac

2010-09-21 Thread IOhannes m zmoelnig
On 2010-09-21 12:15, Nicolas Montgermont wrote: > > > what is the next step? make sure you have the -devel packages installed as well (gstreamer0.10-devel, gstreamer0.10-plugins-devel). then get the newest pdgst (i just fixed a couple of minor issues) then go to pdgst/src, set the PD_SRC, GEM_

Re: [PD] pdgst on mac

2010-09-22 Thread IOhannes m zmoelnig
On 2010-09-22 10:06, Nicolas Montgermont wrote: > OK i'm installing the dev packages as well. (very long on osx) > In fink there are labeled: > gstreamer-dev 0.8.12-1029 no, you need gstreamer-0.10 (i think development on gstreamer-0.8 has been stopped about 6 years ago) fgmasdr IOhannes smim

Re: [PD] pdgst on mac

2010-09-22 Thread IOhannes m zmoelnig
pdgst $Revision: 0.0 $ > (copyleft) IOhannes m zmoelnig @ IEM / KUG > compiled on Sep 22 2010 at 17:11:19 > compiled against Pd version 0.42.5.extended-rc6 > [multiline_tilde] part of zexy-2.2.3 (compiled: Sep 10 2010) > Copyright (l) 1999-2008 IOhannes m zmölnig, forum::

Re: [PD] pdgst on mac

2010-09-22 Thread IOhannes m zmoelnig
On 2010-09-22 18:00, Nicolas Montgermont wrote: > ok thanks. > only the audio/x-run-float is not created yes, that's how it currently is, i haven't found a good way to do proper caps-filtering. you should be able to do the same thing with [capsfilter] and setting the "caps" property to "audio/x-

Re: [PD] jMax Phoenix

2010-09-22 Thread IOhannes m zmoelnig
On 2010-09-22 16:48, Jonathan Wilkes wrote: > > > expr if(bx<=20, if (py<=by && py+60>=by, 0, 1), -1); > if (bx>=415, 2, -1); > if (by<=0, 4, if (by>=500, 5, -1)) > honestly i find this hard to read as well, esp. compared to traditional C-like syntax: if(bx<=20) if(py<=by && py+60>=by) r

Re: [PD] [pdgst] and [pix_pix2gst] problem to stream

2010-09-22 Thread IOhannes m zmoelnig
On 2010-09-21 03:53, Jack wrote: > Is there someone who has succeeded to send a stream to an Icecast2 > server with : > > [pix_pix2gst yuv 128 64] > | > [typefind] (or without) > | > [ffmpegcolorspace] > | > [theoraen

Re: [PD] prosilica GigE camera

2010-09-22 Thread IOhannes m zmoelnig
On 2010-09-22 19:11, cyrille henry wrote: > hello, > > i just have blaster gige cam. > > could you be a bit more verbose on what should be installed? there are 2 backends in Gem that should support GigE cameras: AVT[1] and halcon[2]. grab either of the sources and compile Gem against it. there

Re: [PD] jMax Phoenix

2010-09-23 Thread IOhannes m zmoelnig
On 2010-09-22 20:04, Jonathan Wilkes wrote: > > Yes, Max/MSP's [if] object has a more readable syntax. Yet even i don't know max's [if], but i guess you could basically implement this with an abstraction. > with the two nested "ifs" I find it easier to read than your > implementation because

[PD] control-flow (Re: jMax Phoenix)

2010-09-23 Thread IOhannes m zmoelnig
On 2010-09-22 20:58, Bernardo Barros wrote: > Well maybe there is a Python object? If it has a neat and clean > implementations would be brilliant. i guess you are not really aware that there _is_ a python object? and bindings to all other kinds of languages, like lua,... > > 2010/9/22 Bernardo

Re: [PD] jMax Phoenix

2010-09-23 Thread IOhannes m zmoelnig
On 2010-09-23 09:20, IOhannes m zmoelnig wrote: > > i think the main problems come from people trying to implement C-like > control flow in a dataflow language like Pd. > even my implementation was only trying to reproduce the algorithm you > wrote down, rather than trying to fig

Re: [PD] jMax Phoenix

2010-09-23 Thread IOhannes m zmoelnig
On 2010-09-23 11:10, Jonathan Wilkes wrote: > > > I use keyboard shortcuts but they don't help the problem of > lining up objects with the mouse or with , and > of making connections between objects which requires a click in > a very specific place. Actually I find making 24 connections, > o

Re: [PD] prosilica GigE camera

2010-09-23 Thread IOhannes m zmoelnig
On 2010-09-23 11:36, cyrille henry wrote: > Hello Iohannes > thanks for the answer > sorry i missed the readme! > > the AVT backend is not compatible with the cam i've got. > > Supported cameras: > Prosilica GC, GS, GB, GE, GX, Manta > > mine is a blaster cam. have you tried, or did you just re

Re: [PD] [pdgst] and [pix_pix2gst] problem to stream

2010-09-23 Thread IOhannes m zmoelnig
On 2010-09-23 13:40, Jack wrote: > It was ok for you, did you get a 'real' stream ? >> attached is the patch that currently generates >> http://stream.kug.ac.at:8000/pdgst.ogv that one has been running since yesterday. however, i might have fixed some issues with the framerate settings, so do a

Re: [PD] control-flow (Re: jMax Phoenix)

2010-09-23 Thread IOhannes m zmoelnig
On 2010-09-23 15:56, Bernardo Barros wrote: > Yes, I see there is a py object now. thanks > depends on your definition of "now". according to the svn logs, [py] has been around since 2002. fgmasdf IOhannes smime.p7s Description: S/MIME Cryptographic Signature _

Re: [PD] editing puredata.info

2010-09-27 Thread IOhannes m zmoelnig
On 2010-09-24 20:05, András Murányi wrote: > > I think it goes by tagging pages that are made elsewhere on the wiki, and > 'Software' itself is a script. > right. all "software projects" are listed on the "software" page. you can add a new software project by clicking on "add software project" i

Re: [PD] PureData to C/C++ language

2010-09-27 Thread IOhannes m zmoelnig
On 2010-09-27 10:38, Ludwig Maes wrote: > I think that if we could write a Pd => GIMPLE converter (hence a Pd > frontend) for gcc, that gcc could do quite a lot of optimization for > us. you might be interested in the Pd compiler presented at nime08: http://nime2008.casapaganini.org/documents/Proc

Re: [PD] editing puredata.info

2010-09-27 Thread IOhannes m zmoelnig
On Mon, Sep 27, 2010 at 08:41:41PM +0200, András Murányi wrote: > > I can't see that link (logged in) you are talking about https://puredata.info/software (there it should show up) or https://puredata.info/downloads (there it should not) fgamdsr IOhannes > > Andras > _

Re: [PD] GUI speed

2010-09-28 Thread IOhannes m zmoelnig
On 2010-09-28 00:32, Bernardo Barros wrote: > (well, poor performance *is* a bug) i suspect this is not meant seriously, but why post it? fgmas IOhannes smime.p7s Description: S/MIME Cryptographic Signature ___ Pd-list@iem.at mailing list UNSUBSCRIBE

Re: [PD] editing puredata.info

2010-09-28 Thread IOhannes m zmoelnig
On 2010-09-28 00:11, András Murányi wrote: > https://puredata.info/software > which redirects me to https://puredata.info/community/projects/software > right that one should work. i think i fixed the permissions now...(tell me if it works now) fgmasdr IOhannes smime.p7s Description: S/MIME Cr

Re: [PD] [out-of-the-blue] a neat GUI feature?

2010-09-30 Thread IOhannes m zmoelnig
On 2010-09-29 19:24, Mathieu Bouchard wrote: > On Wed, 29 Sep 2010, Max wrote: > >> why complicated metadata if you can already do [inlet~ channel1] and >> [outlet activity] in an abstraction/subpatch? afaik arguments to those >> objects currently are ignored, but i do use them sometimes to make m

Re: [PD] namecanvas obsolete? Why? Re: Dynamic Graph on Parent

2010-09-30 Thread IOhannes m zmoelnig
On 2010-09-30 09:02, brandon zeeb wrote: > According to [namecanvas] help, this object is obsolete? How else can one > send a message to one and only one abstraction without using namecanvas? Is > there the concept of 'this'? "iemguts" kind of introduces a concept of "this". most of the objects

Re: [PD] namecanvas obsolete? Why? Re: Dynamic Graph on Parent

2010-09-30 Thread IOhannes m zmoelnig
On 2010-09-30 11:31, brandon zeeb wrote: > What I'm seeing here is basically there is no currently supported way in > vanilla pd to adjust GOP properties for a particular abstraction (not > globally)? If so, this is rather upsetting :( no it's not. there is currently zero "supported" way to do an

Re: [PD] namecanvas obsolete? Why? Re: Dynamic Graph on Parent

2010-09-30 Thread IOhannes m zmoelnig
On 2010-09-30 11:35, IOhannes m zmoelnig wrote: > the same goes for [namecanvas]. for the sake of completeness: one of the earlier mails on the topic of obsoleted [namecanvas] can be found here: http://lists.puredata.info/pipermail/pd-dev/2004-12/003419.html smime.p7s Description: S/M

Re: [PD] [out-of-the-blue] a neat GUI feature? - Feature documentation

2010-09-30 Thread IOhannes m zmoelnig
On 2010-09-30 12:51, João Pais wrote: > > so this (whatever it is) has been there for 6 years, and no one knew of > it? no. it has been posted on the list 7 years ago, so a lot of people new about it. it was discussed and re-implemented at pdcon 2004, and then posted to the patch-tracker; so eve

Re: [PD] namecanvas obsolete? Why? Re: Dynamic Graph on Parent

2010-09-30 Thread IOhannes m zmoelnig
On 2010-09-30 13:59, Mathieu Bouchard wrote: > > It's not a concept of "this" as brandon wants it because it's not a > receive-symbol. In iemguts, what is being used is a number that is the > number of canvases to be climbed up the hierarchy : so, to get from a > subpatch of a subpatch of an abst

Re: [PD] namecanvas obsolete? Why? Re: Dynamic Graph on Parent

2010-09-30 Thread IOhannes m zmoelnig
On 2010-09-30 19:42, brandon zeeb wrote: > Sorry, that last example should read: > [clear( > | > | > [s $!] > you can do this with iemguts. true, this is not vanilla. but one of the strengths of Pd is, that you can do a lot with externals. so why should you refuse to use them? fgmasdr IOhannes

Re: [PD] non-motion blur in GEM?

2010-10-11 Thread IOhannes m zmoelnig
On 2010-10-11 15:08, Luka Princic // Nova deViator wrote: > > hi all, > > could somebody point me in the way or help me achieve blur on a pix > (possibly something like gaussian) in GEM? > if you need a non-motion blur, how about [pix_convolve]? i think the examples have the convolution kernel

Re: [PD] [GEM] compilation error in fedora13

2010-10-12 Thread IOhannes m zmoelnig
On 2010-10-12 03:17, Jaime Oliver wrote: > Hi all, > > I am getting the following error when running ./configure in the latest gem > from svn: > > checking whether ln -s works... yes > ./configure: line 3662: syntax error near unexpected token > `REFERENCEPATH=$GEM_RTE_REFERENCEPATH' > ./configur

Re: [PD] PD panner

2010-10-14 Thread IOhannes m zmoelnig
On 2010-10-14 10:06, Frank Barknecht wrote: > Hi Pat, > > On Wed, Oct 13, 2010 at 08:00:05AM -0400, Pagano, Patrick wrote: >> Thanks Frank. >> I apparently need mtx_mul~ to run this >> Where is that located? > > It's located in the iemtab collection, IIRC, (probably it's called [mtx_*~] or this

Re: [PD] PS3 eye, Pix_video, low latency

2010-10-14 Thread IOhannes m zmoelnig
On 2010-10-14 10:09, Jean-Marie Adrien wrote: > Hi chris > Im glad you jumped in. Concerning the topic would the following theory > make sense ? > > it seems that video capture and video tracking do not adress the same > purposes : > > - video capture allows 10 frames of latency to ensure that fr

Re: [PD] pix_film: get frame rate

2010-10-14 Thread IOhannes m zmoelnig
On 2010-10-14 12:24, tim vets wrote: > Hi all, > (Apologies if this has been answered before) > How do I get the frame rate of a video ? > pix_film prints it to the console, but I'd like to get that number (29 or > 25...) in my patch. > the help says: > Outlet 2: list: : gets the > dimensions (in

Re: [PD] PS3 eye, Pix_video, low latency

2010-10-14 Thread IOhannes m zmoelnig
On 2010-10-14 12:38, Jma/celeonet wrote: > Iohannes > Thanks a lot for the bright info. > 1 frame versus 10 frames latency was meant as 40ms versus 500ms latency at > 25fps. 40ms is already long for musical instrument real time feeback, and > 500ms is the huge latency of the wiener philharmoniker

Re: [PD] msgfile: number of lines ?

2010-10-14 Thread IOhannes m zmoelnig
On 2010-10-14 15:43, tim vets wrote: > Hi all, > Is there a way to get msgfile to report the number of lines the loaded file > contains (without using 'flush' and a counter) ? you can get the current position with [where( (after loading you will be at the beyond the last position, so you get a ban

Re: [PD] -nogui = no sound

2010-10-14 Thread IOhannes m zmoelnig
On 2010-10-14 16:41, James Dunn wrote: > Hi list, > > I'm not getting any sound out of pd when running it with -nogui from the > command line. I have pdextended-0.42.5 running on Ubuntu 10.04. do you think that by chance this might be somehow related to: http://sourceforge.net/tracker/index.php?

Re: [PD] [GEM] compilation error in fedora13

2010-10-20 Thread IOhannes m zmoelnig
On 2010-10-20 03:29, Jaime Oliver wrote: > hi iohannes, thanks for your reply > > > any ideas? > it seems like the macros are not properly found. make sure you: - have the file "src/m4/gem.m4" (this file holds the macros you seem to be missing) - have correctly run: $ cd /Gem/src && ./auto

Re: [PD] soft-edging with multiple projectors/GEM

2010-10-21 Thread IOhannes m zmoelnig
On 2010-10-21 10:45, cyrille henry wrote: > hello, > > one solution is to render your scene in a big framebuffer. > (if you use 3 screen of 1024x768, and a 100 pixel overlap, then you need > a 3x1024-2x100 pixel wide framebuffer) > > then render this frambuffer as a texture on 3 rectangle, using

Re: [PD] soft-edging with multiple projectors/GEM

2010-10-21 Thread IOhannes m zmoelnig
On 2010-10-21 11:37, cyrille henry wrote: > hello, > > i don't have a ready made solution, but once you have a FB, nothing > should be very complex. > > unless i miss the complex part of the problem. it's not a complicated problem. the most complicated part is the calibration to the actual proje

Re: [PD] OSC messages without / (fwd)

2010-10-27 Thread IOhannes m zmoelnig
On 2010-10-27 09:47, Leandro da Mota Damasceno wrote: > Hi Roman > > It's ok, i just keep forgetting to reply to all... > > so, I really don't understand how that could be happening, especially when > in max/MSP i don't have to route any #bundle tag. It's funny how it shows > how different it is

Re: [PD] Clearing and Copying an array

2010-10-27 Thread IOhannes m zmoelnig
On 2010-10-27 10:22, Raffael Seyfried wrote: > Hi, > > I have some problems with a live looper patch I am building for my band. > > My question is: Is it possible to copy the content of an array into > another array (or reset all entries to zero) directly by using messages? > If so what messages?

Re: [PD] fedora 13 vs pd

2010-10-28 Thread IOhannes m zmoelnig
On 2010-10-28 00:31, david medine wrote: > Dear all, > > I switched operating systems to Fedora 13 yesterday and it is great, > except that I cannot get Pd to address ALSA. The build goes well, no > errors, and Pd is there and it looks fine, except when I go to 'Audio > settings' the boxes next t

Re: [PD] On OSC, Max/MSP and PD

2010-10-31 Thread IOhannes m zmoelnig
On 2010-10-31 17:47, Leandro da Mota Damasceno wrote: > Hey guys, > I tried to see if I could do something to fix, like adding a / to all the > messages. Still didn't work. So I am thinking... There is clearly a > difference in the way Max/MSP and PD handle OSC. So I am asking now you more > experi

Re: [PD] Pd-list Digest, Vol 67, Issue 116

2010-10-31 Thread IOhannes m zmoelnig
On 2010-10-31 18:43, david medine wrote: > IOhannes, > I think you have hit the nail on the head. It is likely that I was > missing the 'alsa-oss' package. Pd seems to need that one. However, I i did not want to say that you were missing "alsa-oss". i guess it works now, because Pd can use it's O

Re: [PD] manipulation of symbols?

2010-11-01 Thread IOhannes m zmoelnig
On 2010-11-01 20:01, João Pais wrote: > Hi, > > is there any object that allows a more extended manipulation of symbols? > For example, I have symbols with the format 1234-56-78_12-23.aaa, and I > wanted to get only the floats inside, and use them on mathematics. For > now, the only way I see to d

Re: [PD] Purpose of sig~

2010-11-04 Thread IOhannes m zmoelnig
On 2010-11-03 23:42, Jonathan Wilkes wrote: > > > Is this because signal inlets of signal objects (except for the > leftmost) don't accept one-element lists? If so I think it'd be > a cheaper workaround putting a [t f] before those inlets. > or upgrade to Pd-0.43, where there is an implicit

Re: [PD] Purpose of sig~

2010-11-04 Thread IOhannes m zmoelnig
On 2010-11-03 15:46, Jamie Bullock wrote: > > Hi all, > > This is more of philosophical question than anything else. I'm curious to > know why [sig~] hasn't been designed out of Pd. Why not have implicit control > -> signal conversion everywhere it is possible? > > For example why not allow th

Re: [PD] ubuntu ppa's

2010-11-05 Thread IOhannes m zmoelnig
On 2010-11-05 17:50, august wrote: > when I do the first step in your howto, make dpkg-source, I get this: [...] > dpkg-source: error: can't build with source format '3.0 (quilt)': no > orig.tar file found > make: *** [dpkg-source] Error 255 > funnily enough, it was yeste

Re: [PD] fx in text and background color in gem

2010-11-05 Thread IOhannes m zmoelnig
On 2010-11-05 18:58, cristiano figueiró wrote: > > some idea? apart from sending a [color 1 1 1 1( message to [gemframebuffer]? fgamsdr IOhannes smime.p7s Description: S/MIME Cryptographic Signature ___ Pd-list@iem.at mailing list UNSUBSCRIBE and ac

Re: [PD] Linux Computer for mappping with GEM

2010-11-15 Thread IOhannes m zmoelnig
On 2010-11-15 04:01, F. Medeiros wrote: > Hello, > > I will buy a computer for mapping with pd + GEM and it would be nice to > get some advice before I make a mistake. > > I will be using 3 projectors so I though about using 2 nvidia cards to > get 4 outputs (3 projectors + 1 screen for control),

Re: [PD] Multiples toogles and bangs

2010-11-15 Thread IOhannes m zmoelnig
On 2010-11-14 03:26, Ed Kelly wrote: > Or... > > [bang( > | > | /-[0( > [spigot 1] | > |\ | > | \-| > | > | > > ...or am I missing something? yes, a [trigger]. fgmasr IOhannes smime.p7s Description: S/MIME Cryptographic Signature __

Re: [PD] Linux Computer for mappping with GEM

2010-11-15 Thread IOhannes m zmoelnig
On 2010-11-15 19:13, F. Medeiros wrote: > On Mon, 2010-11-15 at 09:14 +0100, IOhannes m zmoelnig wrote: > >> however i would recommend to get a matrox triplehead2go converter, so > > Would this be a Analog or Digital Edition? > how the hell should i know? it mainly depe

Re: [PD] variable receive objects?

2012-05-14 Thread IOhannes m zmoelnig
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 2012-05-14 05:02, John Harrison wrote: > I thought [send13] and [receive13] from the ext13 library were for > settable send and receive? Or am I misunderstanding the question? for settable send i would _highly_ recommend to use the built-in [send].

Re: [PD] compiling pd-jackclock

2012-05-14 Thread IOhannes m zmoelnig
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 2012-05-14 12:52, derek wrote: > Hi folks, > > I'm looking for a way to communicate between Pd and the transport > of Ardour. There used to be a jack-transport object, but the main > page for this seems down and it's not in any other repository I'v

Re: [PD] [GEM] PS3eye in Ubuntu 12.04?

2012-05-14 Thread IOhannes m zmoelnig
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 2012-05-12 10:49, Jaime Oliver wrote: > hi all, > > does anyone have experience with the ps3eye in ubuntu using > pd/gem? > > I am trying out ubuntu for one of my systems and have the following > issue. > > I am able to control the frame rate, au

Re: [PD] setting send > 'list: no such object' ?

2012-05-24 Thread IOhannes m zmoelnig
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 2012-05-24 08:46, tim vets wrote: > hello, I have a symbol like this: > "destination_value1_value2_value3_value4" with which I want to send > the list "value1 value2 value3 value4" to "destination" First, I > turn the symbol into a list using [s2l]

Re: [PD] an BUG on [expr] ???

2012-05-30 Thread IOhannes m zmoelnig
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 2012-05-30 17:17, Jonghyun Kim wrote: > > I think it is a bug... > it's a feature. [expr~] behaves the same on max/msp and Pd, and therefore inherits the best of both worlds (e.g. using integers when a number looks like an integer) the biggest p

Re: [PD] iemguts on windows 2

2012-06-05 Thread IOhannes m zmoelnig
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 2012-06-04 20:25, Tebjan Halm - wrote: > > int glist_getindex(t_glist *x, t_gobj *y); > > but no body of it. does anyone know where it is and why the > compiler can't find the reference? you see a forward declaration of a function defined by

Re: [PD] animating abstractions and calculating distance between them

2012-06-05 Thread IOhannes m zmoelnig
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 2012-06-04 22:00, Marian Weger wrote: > how do you edit your patch while the objects are moving? well, that's part of the fun, isn't it? fgmasdr IOhannes -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.12 (GNU/Linux) Comment: Using GnuPG with Mo

Re: [PD] { or } in a message

2012-06-05 Thread IOhannes m zmoelnig
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 2012-06-05 15:27, philippe boisnard wrote: > Hello > > do you know how to use { or } in a message or symbol. Because, when > I type this, I have nothing ? yes. you don't. fgmadrt IOhannes -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.12 (GNU/

Re: [PD] taking data from web

2012-06-05 Thread IOhannes m zmoelnig
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 2012-06-05 22:06, ?? wrote: > Hi, list ! > > I visited workshop on Processing and saw, that it is very easy to > take data from web.. > > You just put txt-document somewhere in your web-site, then you just > type URL-adress in Process

Re: [PD] iemguts on windows 2

2012-06-05 Thread IOhannes m zmoelnig
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 and please, always always reply to the mailinglist rather than by personal email (unless you want some private conversation). On 2012-06-06 08:21, IOhannes m zmoelnig wrote: > On 2012-06-06 00:45, Tebjan Halm - wrote: >> yep, the late

Re: [PD] text to sound

2012-06-11 Thread IOhannes m zmoelnig
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 2012-06-11 00:59, FernandoG wrote: > Hi, i am developing a proyect where the main idea is transform text > data to sound. Time ago i was experimenting with the concept of > devices as files in linux where you can "read" diferent files, like > pdf as

Re: [PD] tried but couldn't sync A/D/A

2012-06-11 Thread IOhannes m zmoelnig
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 2012-06-11 10:00, aishen wrote: > Hi, please do not hijack other threads (even if they are your own). make sure to read [1]. > When I start pd-extended I got this message : "tried but couldn't > sync A/D/A" I don't know what it means ? After googl

Re: [PD] pd arduino

2012-06-11 Thread IOhannes m zmoelnig
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 2012-06-11 09:34, ais...@free.fr wrote: > Hi, I found some patches with arduino card like an emulator (i am > on ubuntu) it looks like mac, but I forget the name of this > arduino-pd example ? I am looking for hours to try to find it back > but disa

Re: [PD] readanysf~.pd doesn´t create anymore...

2012-06-12 Thread IOhannes m zmoelnig
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 2012-06-11 21:25, ZÉ Oliveira wrote: > Hi i´m having trouble with my readanysf~.pd that used to work, but > now PD cant create it... > > i get the folowing message wich i dont get: (there is a GStreamer > reference in this message, i aded GStreame

Re: [PD] how to play long videos in PD ?

2012-06-12 Thread IOhannes m zmoelnig
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 2012-06-12 15:02, Фывапр Олджэвич wrote: > Hi, lists ! > > i try to play videos of 2 minutes long via [pix_movie] or [ > pix_film ] . > > Non of them work . Nothing appears in GEM-window. > > But if i load a video of 1 or 2 seconds - it plays it

Re: [PD] how to play long videos in PD ?

2012-06-12 Thread IOhannes m zmoelnig
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 2012-06-12 15:14, Declan Doherty-Ramsay wrote: > You could have a go with the PDP and PiDiP externals - [pdp_yqt] > might be just what you are looking for. why? fgmasdr IOhannes -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.12 (GNU/Linux) Comm

Re: [PD] send a message with IEM/bang

2012-06-20 Thread IOhannes m zmoelnig
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 2012-06-20 00:26, Patrice Colet wrote: > Hello, > > in a dynamic GUI patching project, I'm using a bang that would > destroy itself "destroying itself" is soemthing that Pd helps a lot with: if you have an object destroy itself, Pd will destroy it

Re: [PD] [gem] gemframebuffer > pix_buffer_write

2012-06-20 Thread IOhannes m zmoelnig
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 2012-06-20 11:53, pie...@314r.net wrote: > Hi all, I would like to know if there is a way to record a > [gemframebuffer] into a [pix_buffer 1000] my goal is to be able to > record a gemchain animation (5 seconds maybe) and replay it > (forward, back

Re: [PD] [gem] gemframebuffer > pix_buffer_write

2012-06-20 Thread IOhannes m zmoelnig
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 2012-06-20 12:54, pie...@314r.net wrote: > > ok thanks, I will stay with [pix_snap] for now, on a good computer > it could works, "good computer" might help or not. more important is the gfx-card. also, if you can live with a slightly async trans

Re: [PD] send a message with IEM/bang

2012-06-20 Thread IOhannes m zmoelnig
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 2012-06-20 13:42, Patrice Colet wrote: > I don't think there is a need in iemguts for that, in attached > example we see a bang destroying itself by clearing the patch, it's > working perfectly, many other features that should work, > particulary in

Re: [PD] "oops: ALSA cards not reported in order?"

2012-06-20 Thread IOhannes m zmoelnig
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 2012-06-20 14:48, Julian Brooks wrote: > Hi all, > > oops: ALSA cards not reported in order? oops: ALSA cards not > reported in order? audio input devices: 1. HDA Intel (hardware) 2. > HDA Intel (plug-in) 3. Hammerfall DSP (hardware) 4. Hammerfall

Re: [PD] "oops: ALSA cards not reported in order?"

2012-06-20 Thread IOhannes m zmoelnig
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 2012-06-20 15:38, Julian Brooks wrote: > Hi IOhannes, > > How do I fix the enumeration? > > 'apt-get install puredata' took out jack2 well, i can assure you that i have both "puredata" (0.43.2-2) and "jackd2" (1.9.8~dfsg.4+20120529git007cdc37-1)

Re: [PD] "oops: ALSA cards not reported in order?"

2012-06-20 Thread IOhannes m zmoelnig
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 2012-06-21 00:25, Julian Brooks wrote: > aptitude install puredata So now aptitude gets as far as 'Setting > up puredata (0.43.2-3)'. Then nothing from any of the 3 options > above... hmm, $ dpkg -L puredata-core | grep bin /usr/bin/puredata so i

Re: [PD] dual boot debian-sid/puredyne install Pd (was) "oops: ALSA cards not reported in order?"

2012-06-21 Thread IOhannes m zmoelnig
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 2012-06-21 11:52, Julian Brooks wrote: > Hi again, > > dpkg question: dpkg -L puredata-core | grep bin (gives this) > /usr/bin /usr/bin/puredata > /usr/share/puredata/doc/5.reference/sigbinops-help.pd > /usr/share/puredata/doc/5.reference/otherb

Re: [PD] [PD-announce] [PD-annnounce] m2f_vst: midi to freq, variable semitone

2012-07-01 Thread IOhannes m zmoelnig
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 2012-07-01 22:14, Funs Seelen wrote: > Hi list, > > I'm happy to present my first external named [m2f_vst]. cool. two remarks: - -> i guess most people will not associate "variable semi tone" with "vst", but something that involves proprietary pl

Re: [PD] pix_film + incrementing frame number = blurring

2012-07-03 Thread IOhannes m zmoelnig
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 2012-07-02 23:19, Iain Mott wrote: > Forgot to mention i'm using Ubuntu 11.10 and the video files are 30 > fps with the codec H.264 / AVC > > Also, while sending an "auto 1" message to pix_film gives smooth > playback, the file plays perhaps 30% s

Re: [PD] pix_film + incrementing frame number = blurring

2012-07-03 Thread IOhannes m zmoelnig
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 2012-07-03 18:36, Iain Mott wrote: > On Tue, 2012-07-03 at 09:15 +0200, IOhannes m zmoelnig wrote: >> Gem is 20fps you will play the file at a reduced speed. the >> simplest solution is to raise Gem's framerate. >> >

Re: [PD] [PD-announce] pd 0.43-3 released

2012-07-04 Thread IOhannes m zmoelnig
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 2012-07-04 13:14, Roman Haefeli wrote: > Keeping the thread talking to the audio back end always running has > some advantages: > > * The audio card cannot be stolen by other softwares while DSP is > off * A cycle of turning DSP off and on is much

Re: [PD] FTM for PD

2012-07-05 Thread IOhannes m zmoelnig
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 2012-07-05 01:19, João Pais wrote: > hi, any news on this? i'm unaware of anybody waiting for more user input. fgamsdr IOhannes -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.12 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.m

Re: [PD] sending band/float/symbol via network to pd-vanilla

2012-07-09 Thread IOhannes m zmoelnig
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 2012-07-05 15:41, Sebastian Dorda wrote: > > It took my a while to figure this out but now it works. Thanks for > the hint. > > Now I use a netreceive with an empty message box. To send a bang to > "test123" I transmit the following via tcp from t

Re: [PD] running Pd with a timer for an installation?

2012-07-09 Thread IOhannes m zmoelnig
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 2012-07-09 08:43, Richie Cyngler wrote: > Hi All, > > I'm planning on using Pd for an installation in Melbourne in a > couple of weeks. It's running fine, Pduino working, sensors > working. I'm just wondering is there is a object (or series) of > o

Re: [PD] running Pd with a timer for an installation?

2012-07-09 Thread IOhannes m zmoelnig
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 2012-07-09 12:44, Richie Cyngler wrote: > Thanks for all the great answers. > > So I found sleep/shut down scheduler in the Energy Saver menu of > OSX System Preferences. If need be I should be able to just use > that. > > However if I want to kil

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

2012-07-10 Thread IOhannes m zmoelnig
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 2012-07-10 05:53, Seiichiro MATSUMURA wrote: > Hi, > > I try to do the similar thing, capturing from pix_video, saving a > specific frame of [pix_buffer] to jpg files. However, the color > space and the resolution of saved jpg file is changed. Eve

Re: [PD] list-abs

2012-07-11 Thread IOhannes m zmoelnig
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 2012-07-11 04:14, José Rafael Subía Valdez wrote: > Actually, that lib is a bunch of externals so declare doesnt > exactly to avoid confusion, i want to add that "list-abs" is a bunch of abstractions. iirc, declare's "-lib" flag might not work as

Re: [PD] network maintainance: 18.07.2012 10:00-12:00CEST

2012-07-18 Thread IOhannes m zmoelnig
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 2012-07-17 17:46, IEM - network operating center (IOhannes m zmoelnig) wrote: > due to a scheduled network maintainance, puredata.info and > associated services (including the pd related mailinglists) will be > offline tomorrow, wednesday

Re: [PD] pd fails to boot with init.d startup script

2012-07-19 Thread IOhannes m zmoelnig
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 2012-07-19 12:43, Duncan Speakman wrote: > I have made an init.d script to start and stop pd. This works fine > in an ssh console. However when the script is invoked by the > runlevel startup sequence ie rc5.d/S99puredata, pd complains thus: > > pd

Re: [PD] [tabread4~] bug???

2012-07-24 Thread IOhannes m zmoelnig
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 2012-07-24 09:34, Lorenzo Sutton wrote: > > This is a known limitation with [tabread4~] and [tabread~] and pops > up every now and then [1] (it could probably be useful to mention > it in [tabread~] help). it is mentioned in the help-patch for [ta

Re: [PD] textfile problem

2012-07-30 Thread IOhannes m zmoelnig
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 2012-07-30 01:09, FernandoG wrote: > Hi > > I need to read data from a text file, i am triyng to use textfile > object to read a plain txt, but always get this error: > > error: filexx: can't open error: filexx: read failed > > > i read there wa

Re: [PD] Fwd: textfile problem

2012-07-30 Thread IOhannes m zmoelnig
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 2012-07-30 17:53, FernandoG wrote: > thanks IOhannes for answer :) > > I solved the problem, the textfile-help.pd file have to be in the > same path than the textfile. Now is working > > But i have a new problem, because i need to read text as >

Re: [PD] Read streaming from Pd ?

2012-08-02 Thread IOhannes m zmoelnig
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 2012-08-02 16:03, august wrote: > > >> If it is working on someones'12.04 I'd gladly know! >>> If you happen to run Ubuntu 12.04 and want to test >>> [readanysf~], I might be able to help out. >> [readanysf~] compiles pretty well, if you have the

Re: [PD] readsf~ problem with 28-channel 256hz file

2012-08-20 Thread IOhannes m zmoelnig
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 2012-08-07 16:45, Johanna Nowak wrote: > * kristof lauwers [2012-08-07 > 16:42]: > >>> If you have enough ram, you could also load all soundfile data >>> into 28 tables, and read from those using tabread4~ or even a >>> message-based tabread follo

Re: [PD] Multiple Pd patchers on one computer?

2012-08-20 Thread IOhannes m zmoelnig
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 2012-08-19 18:12, Björn Eriksson wrote: > Hello, earlier today a thought just popped up... and maybe it´s > already done, and maybe it´s not even something that relates to Pd > mainly. have you looked at Pd-graz' "blind date"[1]? originally we used

Re: [PD] nightly builds going away for now

2012-08-29 Thread IOhannes m zmoelnig
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 2012-08-20 22:41, Hans-Christoph Steiner wrote: >> I've updated the builder matrix for clarity. >> http://puredata.info/docs/developer/PdLab Please correct if any >> mistakes. Right now the greatest need is to re-establish the >> autobuild master

Re: [PD] patching readanysf~

2012-08-30 Thread IOhannes m zmoelnig
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 2012-08-30 11:35, Jack wrote: > Hello Roman, > > Thanx for your answer. > > Le 30/08/2012 08:50, Roman Haefeli a écrit : >> Hi Jack >> >> I'm not really knowledgeable about Makefiles and C code, but I >> assume you're trying to patch not the exac

Re: [PD] Read streaming from Pd ?

2012-08-30 Thread IOhannes m zmoelnig
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 2012-08-30 17:12, august wrote: > > Sorry for taking so long to get to this. > > Can you point me to instructions on how to use the pd-extended > template? https://pure-data.svn.sourceforge.net/svnroot/pure-data/trunk/externals/template and no, i

Re: [PD] patching readanysf~

2012-09-03 Thread IOhannes m zmoelnig
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 2012-08-30 20:12, Roman Haefeli wrote: >> all the patches are already applied, so no need to do that >> yourself. > > > Debian wheezy [1] and Ubuntu Precise [2] both still have 0.42-1, > which AFAIK is a version without the linking order patch. O

Re: [PD] finding objects ?

2012-09-03 Thread IOhannes m zmoelnig
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 2012-09-03 00:19, ?? wrote: > Dear list ! > > Where can I find the most complete PD-objects and commands > reference, please ? right click on the object. select help. > > And why it is not on the main site - puredata.info ? > beca

Re: [PD] finding objects ?

2012-09-03 Thread IOhannes m zmoelnig
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 2012-09-03 12:16, ?? wrote: > Thankyou for your list ! > > > \\ I know, although it's never actual. > > - Why ? I mean that if I don't know all the objects by memory, and > I need some function to be done - I need easy search by cat

Re: [PD] keycode dropped/use of curly braces

2012-09-03 Thread IOhannes m zmoelnig
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 2012-09-03 16:59, Paul Gruendorfer wrote: > hi, thanks for your reply - but that locks up pd. it only locks Pd if you are printing the character via pd-gui (either print to console or via a symbolbox) that's also the reason why it is prohibited to

<    3   4   5   6   7   8   9   10   11   12   >