Re: [PD] agenda for upcoming book sprint?

2009-03-25 Thread marius schebella
Hans-Christoph Steiner wrote: Hey all, I hope I am not jumping the gun or stepping on anyone's toes. I just wanted to open up the discussion about what people are planning on working on during the upcoming book sprint. Currently, I am pretty open to topics, but I was thinking that

Re: [PD] Darwiin Remote OSC and PD, on Mac

2009-03-25 Thread marius schebella
you can connect to localhost on port for example. try [dumpOSC ] inside pd and connect a [print] to it to see if you receive your values. marius. Nicanor Garcia wrote: Hello. I need some help trying to connect Darwiinremote (http://code.google.com/p/darwiinosc/downloads/list) Mac

Re: [PD] still struggling with basic understanding of Gem dataflow

2009-03-25 Thread marius schebella
hi, I think your pix_coordinate idea was not that bad (see attached patch). but that is probably not what you want?? on the other hand, using pdp_rotate and converting twice is really eating up a lot of cpu. pdp is a different world again and the bridge between pdp and gem is buggy (your patch

Re: [PD] Delay effect without clicks

2009-03-26 Thread marius schebella
hi Bjørn, maybe vd~ (variable delay) is what you're looking for? marius. Bjørn Nielsen wrote: Hey PD list This is my first mail to the list and I am a newbie in PD, so please bear with me. I am trying to make a patch that simulates the delay effects I use as a stompbox for my guitar. I.e. a

Re: [PD] Delay effect without clicks

2009-03-27 Thread marius schebella
~ testname] | audioout+back to delwrite Do the click noises has something to do with the samplelength in delwrite~? (and can it at all be changed on the fly?) /Bjørn On Fri, Mar 27, 2009 at 00:13, marius schebella marius.schebe...@gmail.com wrote: hi Bjørn, maybe vd~ (variable delay) is what you're

Re: [PD] Pure Data FLOSS Manual Book Sprint 4-6 April 2009 in NYC and Berlin

2009-03-30 Thread marius schebella
Hi, I'd like to participate remotely somehow. I understand that you also want to cover Gem(?), so I'd like to propose a chapter on video tracking. motion tracking, background subtraction, showing how to do alpha masking, color tracking, I also would like to include some documentation of

Re: [PD] Pdpedia and random generation

2009-03-30 Thread marius schebella
Philip Potter wrote: Hi all, First post to the list, very new to pd, hello to all. I have a few questions: 1) Is pdpedia a serious project? It seems like there was a lot of activity some time ago, but the people there got burned out and now is a target for spammers (particularly the myobject

Re: [PD] Smooth motion with GEM

2009-03-31 Thread marius schebella
sending the gemwin a message FSAA 2 (or 4...) before you create it will enhance the smoothness a little bit. marius. 2009/3/31 maths...@libero.it maths...@libero.it: Hi list, I'm using the patch below on Pd-extended 0.40.3 on a MacBook Pro, MacOsX10.4.11, to test the best setting for the

Re: [PD] Pdpedia and random generation

2009-03-31 Thread marius schebella
the someone would be in charge of the server space and the maintainance of the mediawiki (accounts, updates, spam, search functionality, synchronization with other documentations). this could also be done by several people, but usually the responsibility is with one person. all the rest can easily

Re: [PD] call for testing: Pd-extended 0.41.4

2009-04-02 Thread marius schebella
Matthias Neuenhofer wrote: I think it went to svn via Cyrille. What to do geting the release state? Marius posted a patch in the feedback discussion yesterday where he mentioned inside (feedback_filter) better quality with perspec message enable. Matthias pdx is using the 0.91.3 version,

[PD] route float

2009-04-06 Thread marius schebella
hi, I am trying to parse shader programs to automatically generate user interfaces (for uniform variables). I have to differentiate between messages like [uniform float value1( [uniform vec2 value2( [something totally different( | [route uniform] | [route float vec2] | [symbol\ The problem

Re: [PD] supported formats of pix_image

2009-04-06 Thread marius schebella
cyrille henry wrote: marius schebella a écrit : Hi, I'm working on the GEM part of the FLOSS manual. got stuck with the supported file formats of pix_image. the help patch says *.tif, *jpg, *.png. but it seems that *.bmp and *.gif are also supported. is this depending on the OS? it does

[PD] supported formats of pix_image

2009-04-06 Thread marius schebella
Hi, I'm working on the GEM part of the FLOSS manual. got stuck with the supported file formats of pix_image. the help patch says *.tif, *jpg, *.png. but it seems that *.bmp and *.gif are also supported. is this depending on the OS? can someone confirm that all these file types are supported?

Re: [PD] route float

2009-04-06 Thread marius schebella
Frank Barknecht wrote: Hallo, marius schebella hat gesagt: // marius schebella wrote: I am trying to parse shader programs to automatically generate user interfaces (for uniform variables). I have to differentiate between messages like [uniform float value1( [uniform vec2 value2( [something

Re: [PD] route float

2009-04-06 Thread marius schebella
Frank Barknecht wrote: Hallo, marius schebella hat gesagt: // marius schebella wrote: dunno, maybe Pd is not made for text parsing?? IMO it isn't. Can't you do the parsing somewhere else, like in a pdlua object? Much more comfortable for text. Ciao good idea, will check it out. can't

[PD] auto 1 loops pix_film (and pix_movie?)

2009-04-06 Thread marius schebella
Hi, the help patch sais that auto 1 will not loop the movie, but actually it does. someone want to comment on this? thanks, marius. ps. not sure if this applies to pix_movie, too, because I don't use it on osx. ___ Pd-list@iem.at mailing list

Re: [PD] auto 1 loops pix_film (and pix_movie?)

2009-04-07 Thread marius schebella
Derek Holzer wrote: Hi Marco, This has been normal behavior as long as I have been aware of it. That doesn't mean that it's not a bug, however ;-) If you want looping + scrubbing, a better way would be to build a counter with a [mod] object set to the total number of frames in your clip,

Re: [PD] Multiblob and matrices...

2009-04-08 Thread marius schebella
2009/4/8 Simon Ball sballm...@googlemail.com: Thanks for these, that's made it much clearer. However, in my version of pd (0.40.3-extended - mac, OSX 10.4.11) the [pix_blobtracker] doesn't seem to load. Is this a subpatch that makes use of multiblob that I don't have, or is it an object that

Re: [PD] morphing

2009-04-08 Thread marius schebella
There's a help patch I06 timbre stamp, if you want some quick kinda morphing effect. Marius. 老于 / Jürgen wrote: oh dear, if crossfading would do the job it wouldn't be called 'morphing' but 'mixing'. there's a paper on morphing here, a bit old but still...

Re: [PD] Pdpedia and random generation

2009-04-09 Thread marius schebella
hi dmotd, your post is great, it reminded me of all the ideas I had before starting pdpedia. my main motivation for working on a pd(pedia) object database/documentation was to help users (including myself) find the right object for their purpose and help developers by preventing redundancy in

Re: [PD] Pdpedia and random generation

2009-04-09 Thread marius schebella
2009/4/9 Frank Barknecht f...@footils.org: Hallo, dmotd hat gesagt: // dmotd wrote: i am not at all convinced that pdpedia/mediawiki serves as a good method for object reference. it is difficult to maintain (a lot of manual copy and paste), its search/sort functionality is limited, the

Re: [PD] gem list operations on the gpu

2009-04-19 Thread marius schebella
Sebastian Saa wrote: Hello, is it possible to run gemlist operations on the gpu? im experimenting with recursive structures in gem , i cannot have to much recursions because my computer become slow, so i was thinking if its posible to make those calculations on the gpu, is this possible? hi

[PD] cannot access archives

2009-04-30 Thread marius schebella
hi, are the list archives down? I was not able to access http://lists.puredata.info/pipermail/pd-list for the last 2 days :( marius. ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management - http://lists.puredata.info/listinfo/pd-list

Re: [PD] cannot access archives

2009-04-30 Thread marius schebella
Hans-Christoph Steiner wrote: On Apr 30, 2009, at 11:55 AM, zmoel...@iem.at wrote: Quoting marius schebella marius.schebe...@gmail.com: hi, are the list archives down? I was not able to access http://lists.puredata.info/pipermail/pd-list for the last 2 days :( works for me. can you

Re: [PD] Unpacking symbol to letters

2009-05-01 Thread marius schebella
Mark Sexton wrote: Hi I'm trying to unpack a symbol into individual consecutive letters e.g. hello becomes h e l l o Are there any suggestions to completing this in PD, if not I'll have to bounce back and forth data to LISP. use symbol2list and drip from the zexy library (see attached

Re: [PD] cannot access archives

2009-05-01 Thread marius schebella
-proxy-forwarding-secure-browsing/ and remote dns lookup (you will need this too!) http://www.outflux.net/blog/archives/2006/12/07/paranoid-browsing-with-squid/ cheers, marius. marius schebella wrote: Hans-Christoph Steiner wrote: On Apr 30, 2009, at 11:55 AM, zmoel...@iem.at wrote: Quoting

[PD] pix_data problems

2009-05-01 Thread marius schebella
hi, pix_data keeps crashing on me occasionally and I can't figure out, why and when. Here is what I *think* is the problem (so far this worked): when I create a new image in photoshop I can set a color profile. the default is sRGB IEC61966-2.1) if I use this and then save the file this

Re: [PD] 3d trails with GEM

2009-05-08 Thread Marius Schebella
hi sebastian, one way you can do this is by create the trail from a feedback. marius. Sebastian Saa wrote: Good Evening , Is there any way that a moving or animated geo can leave a 3d trails of geos while it moves? any idea of how to do this? maybe somebody have tried it before? any idea?

Re: [PD] Gem as GUI

2009-05-08 Thread marius schebella
glerm soares wrote: Is there any project of abstractions that uses Gem as Graphic User Interface seriously? this is totally possible. aren't there some basic objects in the pdmtl library? I also have some abstractions for that, but no serious library. marius. I mean: Create other design

Re: [PD] Pd-extended 0.41.4 final test release

2009-06-05 Thread marius schebella
Hans-Christoph Steiner wrote: Or even better, download it from here: http://puredata.info/downloads Then i'll announce it if I don't hear of any problems. is iemguts not included? marius. .hc On Jun 5, 2009, at 2:08 PM, Hans-Christoph Steiner wrote:

Re: [PD] just to look at

2009-07-08 Thread marius schebella
hi markus, I did not know Pd/GEM could do all that. some of the most impressive visuals I have seen done with pd/GEM!! hope to see this live soon. marius. bra...@subnet.at wrote: ...and to say thank you to all the pd comunity. its mainly Pure data and Gem in combunation with 3dsMax. hope

[PD] pics from São Paulo

2009-07-20 Thread marius schebella
Hi, I put some pics online from Pdcon09 in São Paulo. http://www.flickr.com/photos/23071...@n00/sets/72157621754454542 marius. ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management - http://lists.puredata.info/listinfo/pd-list

Re: [PD] [PD-announce] RjDj turns 1.000.000 and 100.000

2009-07-23 Thread marius schebella
Frank Barknecht wrote: get yourself a drink and toast to the [...] 1.000.000 (ONE MILLION) distributed RjDj scenes. saúde! marius. ___ Pd-announce mailing list pd-annou...@iem.at http://lists.puredata.info/listinfo/pd-announce

[PD] [ot] more pics of pdcon09

2009-07-24 Thread marius schebella
http://www.flickr.com/photos/23071...@n00 marius. ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management - http://lists.puredata.info/listinfo/pd-list

Re: [PD] gem pix shear

2009-07-26 Thread marius schebella
hi py, have you tried shearXY? it's part of gem. marius. Py Fave wrote: hello list i'm trying to slant (kind of shear xy) a pix any advice on how to do this ? i tried to use pix_coordinates , freeframe plugins, pdmtl (without luck . Please check the image i joined. it shows the kind of

Re: [PD] gem pix shear

2009-07-28 Thread marius schebella
the result as // gl_FragColor, which is a built-in glsl function gl_FragColor = texture2D(texture, texCoord); } snip end marius. Thanks py 2009/7/28 marius schebella marius.schebe...@gmail.com mailto:marius.schebe...@gmail.com Py Fave wrote: Thanks

[PD] pdcon09 and iscl2009

2009-08-02 Thread marius schebella
hi, I put the rest of my pics from sao paulo and bahia online. thanks to all the organizers, alex, figo, glerm, paloma, karla and all people who helped support the two events. I think pd community (...) gains a lot of energy from the events, in brazil, south america and everywhere else.

Re: [PD] pdcon09 and iscl2009

2009-08-03 Thread marius schebella
marius schebella wrote: hi, thanks to all the organizers, alex, figo, glerm, paloma, karla how could I forget palm. so sorry... marius. ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management - http://lists.puredata.info/listinfo/pd

Re: [PD] Hot inlet position

2009-08-20 Thread marius schebella
nice paper! just to add something to the discussion: In the best of circumstances the artists are around to remind us of their needs, which often turn out quite different from what either of us first imagined. From my point of view this stage where we have a discussion between artists and

Re: [PD] pd 0.43 branch with the new GUI code

2009-08-26 Thread marius schebella
Hans-Christoph Steiner wrote: A complete rewrite of Pd's GUI is starting to be usable. Miller has accepted the core of this code into his repo for 0.43. Now we need to get the whole thing done! There is now a branch for continuing off of Miller's initial 0.43 commit here:

Re: [PD] pd 0.43 branch with the new GUI code

2009-08-26 Thread marius schebella
Hans-Christoph Steiner wrote: On Aug 26, 2009, at 5:14 PM, marius schebella wrote: Hans-Christoph Steiner wrote: A complete rewrite of Pd's GUI is starting to be usable. Miller has accepted the core of this code into his repo for 0.43. Now we need to get the whole thing done

Re: [PD] pd 0.43 branch with the new GUI code

2009-08-26 Thread marius schebella
Hans-Christoph Steiner wrote: On Aug 26, 2009, at 6:43 PM, marius schebella wrote: Hans-Christoph Steiner wrote: On Aug 26, 2009, at 5:14 PM, marius schebella wrote: Hans-Christoph Steiner wrote: A complete rewrite of Pd's GUI is starting to be usable. Miller has accepted the core

Re: [PD] pd 0.43 branch with the new GUI code

2009-08-26 Thread marius schebella
Hans-Christoph Steiner wrote: On Aug 26, 2009, at 7:41 PM, marius schebella wrote: Hans-Christoph Steiner wrote: On Aug 26, 2009, at 6:43 PM, marius schebella wrote: Hans-Christoph Steiner wrote: On Aug 26, 2009, at 5:14 PM, marius schebella wrote: Hans-Christoph Steiner wrote: A complete

Re: [PD] frequency

2009-08-28 Thread marius schebella
if you do a fft and look at the array with the results, you will have the DC at arrayposition 0 and a frequency of SR/WS (samplingrate divided by window size) at position 1. with your settings this would be around 86Hz. the other elements of the array hold multiples of 86Hz. on pos2 2*86, on

Re: [PD] pd~ for Max

2009-09-01 Thread marius schebella
Hi, I tried to run pd~ on max4 and max5, but no luck either. with max4 i can create a pd~ object with inlets and outlets, and when I start pd, the pd window starts up, but nothing else happens. max freezes, I guess trying to open the pd~-subprocess.pd patch? on max5 the situation is exactly

Re: [PD] pd~ for Max

2009-09-01 Thread marius schebella
mpuck...@imusic1.ucsd.edu: No, I mean the Max thing... I don't have Max here, but maybe it's called DSP preferences? cheers M On Tue, Sep 01, 2009 at 06:07:35PM +0200, marius schebella wrote: hi, thanks miller, are you talking about the pd audio settings? cause the dialog won't open up either

Re: [PD] mobile program

2009-09-12 Thread marius schebella
have a look at. http://pd-anywhere.sourceforge.net/ marius. Jose Luis Santorcuato wrote: The last questionThe list have a models do it???Mobiles... 2009/9/12 Jose Luis Santorcuato santorcuat...@gmail.com mailto:santorcuat...@gmail.com Dear friends... Marius and others... i stay

[PD] $0 of parent patch

2009-09-15 Thread marius schebella
hi, I am getting old and lazy.. I forgot, whether it is possible to get the parent patch's value for $0. (other than passing it as an argument...) thanks, marius. ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -

Re: [PD] $0 of parent patch

2009-09-15 Thread marius schebella
oops, I already got it, [parentdollarzero] from iemlib. m. 2009/9/15 marius schebella marius.schebe...@gmail.com: hi, I am getting old and lazy.. I forgot, whether it is possible to get the parent patch's value for $0. (other than passing it as an argument...) thanks, marius

[PD] pix_film and pd-0.42.5

2009-09-16 Thread marius schebella
hi, I have the strange feeling that pix_film (yesterday's gem version) cannot load files under pd-0.42.5 on OSX. can someone confirm this? I keep getting error: [pix_filmQT]: Unable to find file: marius. ___ Pd-list@iem.at mailing list UNSUBSCRIBE

Re: [PD] Pd on Maemo driven devices?

2009-09-17 Thread marius schebella
awesome! suits and ties here, too. but willing to jump in on this (android build, not the suits part)... marius. 2009/9/17 Chris McCormick ch...@mccormick.cx: On Fri, Sep 11, 2009 at 10:02:41PM -0400, Hans-Christoph Steiner wrote: What I'd like to see is Pd on Android, but I think that could be

Re: [PD] pix_film and pd-0.42.5

2009-09-19 Thread marius schebella
IOhannes m zmoelnig wrote: marius schebella wrote: hi, I have the strange feeling that pix_film (yesterday's gem version) cannot load files under pd-0.42.5 on OSX. can someone confirm this? I keep getting error: [pix_filmQT]: Unable to find file: alas! and indeed. quick fix: remove

Re: [PD] ANN: Purity dynamic patching for Python release 0.1.1

2009-10-06 Thread marius schebella
nice! getting it to run under os x took some time, though. the link on http://pypi.python.org/pypi/purity to the tar.gz package seems broken, I had to fink install twisted2-py25, and also change the pd command in server.py and then the purity-0.1.1-py2.5.egg/purity/data was missing the file

Re: [PD] Free/open mobile platform for Pd?

2009-10-12 Thread marius schebella
Fernando Gadea wrote: http://www.wired.com/techbiz/it/news/2007/11/android_opensource So the licence is Apache... is it still open source? apache licence is similar to the BSD or MIT. but it is more verbose and writes out the rightsthat are granted, whereas BSD and MIT are rather vague. it

Re: [PD] PD extended libraries

2009-10-13 Thread marius schebella
you downloaded http://downloads.sourceforge.net/pure-data/Pd-0.41.4-extended-macosx104-i386.dmg. then you double clicked that file and dragged the Pd-0...extended.app file into the Applications folder. if you wanted to start Pd now, you just had to double click the *.app file. But you want to

Re: [PD] pdpedia and spam

2009-10-18 Thread marius schebella
Philip Potter wrote: Dear all, thanks for your feedback. Based on the response, it doesn't seem worth it clearing the spam up by hand, but there have been some interesting suggestions for how to maintain pdpedia as a going concern. AFAIK I am unable to install captchas or make the wiki readonly

Re: [PD] smartphone advice

2009-10-29 Thread marius schebella
same problem here, not sure what to get. another device that might be worth checking out is the nokia n900, which is/was scheduled for release some time this year. it runs maemo (nokia's linux version) and - at least on former versions of maemo - it was possible to get pd-anywhere running. But I

[PD] xbox controller windows

2009-11-04 Thread marius schebella
hi, how do I get xbox controller data into pd on windows? is there a win external or hid equivalent? thanks a lot! marius. ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management - http://lists.puredata.info/listinfo/pd-list

Re: [PD] documenting new vanilla objects WAS: bug 2621932 appeared in version 0.42

2009-12-13 Thread marius schebella
it would be nice to have *all* vanilla objects documented on one page. I am thinking of putting all objects right at the front page of wiki.puredata.info. very much the way processing does it. http://processing.org/reference/ marius. Hans-Christoph Steiner wrote: On Dec 11, 2009, at 9:21 AM,

[PD] pda site down?

2010-01-30 Thread marius schebella
hi, I wanted to test pda on a N900, but it seems like http://gige.xdv.org/pda is down. does someone have a local copy? marius. ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management - http://lists.puredata.info/listinfo/pd-list

Re: [PD] script src='mypatch.pd' type='text/puredata' ?

2010-05-27 Thread marius schebella
this is awesome! marius. chrism wrote: http://mccormick.cx/dev/webpd/tests.html For sound you will want these builds of Firefox: https://wiki.mozilla.org/Audio_Data_API Source code: http://code.google.com/p/web-pure-data/ Mailing list: http://groups.google.com/group/web-pure-data/ No

[PD] search in archive broken?

2010-10-21 Thread marius schebella
hi, searching in the list archives I am getting results, but most of them do not contain the search terms. http://lists.puredata.info/pipermail/pd-list/ marius. ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -

Re: [PD] search in archive broken?

2010-10-24 Thread marius schebella
thank you! marius. João Pais wrote: This is a problem that can't be solved for now, as IO said some time ago - search the archives :) Use this motor instead, it works better http://www.mail-archive.com/pd-list@iem.at/info.html hi, searching in the list archives I am getting results, but

Re: [PD] search in archive broken?

2010-10-28 Thread marius schebella
archiving source. a. On Sun, 24 Oct 2010 09:04:39 +0200 marius schebella marius.schebe...@gmail.com wrote: thank you! marius. João Pais wrote: This is a problem that can't be solved for now, as IO said some time ago - search the archives :) Use this motor instead, it works better

Re: [PD] GLSL Abstractions Library for Pd/GEM

2011-05-02 Thread marius schebella
On 28.04.11 15:18, mark edward grimm wrote: I was just re-reading Marius Schebella's paper on glsl stuffs: http://gem.iem.at/convention09/schebella.pdf/view is there a repo for these abs? I cant seem to locate any of them as pd patches. seems like only this paper exists cheers mark lost

<    5   6   7   8   9   10