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 t

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! The

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 of

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

[PD] pd on google android g1

2009-08-27 Thread marius schebella
hi, did not find anything in the archives, is there an pd version for the android phone? lg, marius. ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list

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

2009-08-27 Thread marius schebella
menu entry, but it does not display any items. cheers, marius. Hans-Christoph Steiner wrote: On Aug 26, 2009, at 8:23 PM, marius schebella wrote: 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, mar

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 po

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 the

Re: [PD] pd~ for Max

2009-09-01 Thread marius schebella
ntioned, > GUI stuff that pd~ doesn't use).  However, the scheduler or audio I/O > systems might be different for example -- so this is probably going to take > some fooling around to debug. > > cheers > Miller > > On Tue, Sep 01, 2009 at 09:40:09AM +0200, marius schebel

Re: [PD] pd~ for Max

2009-09-01 Thread marius schebella
/9/1 Miller Puckette : > 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

Re: [PD] Pd on Maemo driven devices?

2009-09-12 Thread marius schebella
hi, here's some information on the setup for the N770, running maemo. http://dev.eyebeam.org/projects/reware/wiki/Nokia%20N770%20Webtablet. I am also waiting for the N900, but I think it will take some more weeks before it is released. and same goes for the android. I was a little disappointed

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 > Dear friends... Marius and others... i stay programming with mobile

[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 -> http://lists.puredat

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 : > 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...) &

[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 and

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 : > 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 a >> little bit

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: r

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 dynamic

Re: [PD] PD extended libraries

2009-10-12 Thread marius schebella
hi babsyco, mac hides everything inside an app package, which is a folder really. you can access it, if you right click, uhmmm.. ctrl click on the file and select "show content". marius. babsyco babsyco wrote: Hi guys-I just bought a new macbook and downloaded the latest PD-Extended release, b

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 a

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 look

Re: [PD] gem alpha channel q

2009-10-14 Thread marius schebella
pix_gain 1 1 1 -1 should do this. although I think there is a bug in some gem versions. and maybe you have to use something like 1 1 0. -1 to get it to work. marius. 2009/10/14 rene beekman : > that inverts the entire image, not just the alpha channel... > > > On Oct 14, 2009, at 05:35, Jose L

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 ha

[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]

2010-05-27 Thread marius schebella
this is awesome! marius. chrism wrote: For sound you will want these builds of Firefox: Source code: Mailing list: No

[PD] search in archive broken?

2010-10-20 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 -> http://lists.pureda

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 mo

Re: [PD] search in archive broken?

2010-10-28 Thread marius schebella
ird party archiving source. > > a. > > On Sun, 24 Oct 2010 09:04:39 +0200 > marius schebella 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 >>

Re: [PD] 0 latency

2008-12-27 Thread marius schebella
Frank Barknecht wrote: > Hallo, > Juan Felipe Mejia hat gesagt: // Juan Felipe Mejia wrote: > >> hi everyone, im a beggining to work with Puredata and a TD 9 Roland v- >> drums. >> I'm using a MOTU ultralite mk3 as my in-out audio divice. >> I work with a MacBook Pro, 2.5 Ghz Intel core duo, 4 GB

Re: [PD] left mouse click abuse

2009-01-02 Thread marius schebella
Miller Puckette wrote: > A partial answer - in 0.42 (available in a test version), control-1, etc, > which create new objects, will automatically connect from the currently > selected object if there is one. (It does nothing with multiple selections > though...) Wow! Thanks a lot! this is really

Re: [PD] left mouse click abuse

2009-01-03 Thread marius schebella
Frank Barknecht wrote: > Hallo, > Frank Barknecht hat gesagt: // Frank Barknecht wrote: > >> Ha, that's cute, though it needs some getting used to, but I guess that >> will come quickly. >> >> I just tried it with creating a [f ], then press Ctl-1 and type "mod 16", >> press C-1 again and type "

Re: [PD] left mouse click abuse

2009-01-04 Thread marius schebella
y wrote: > Chris McCormick wrote: >> Hi Miller, >> >> I'm really digging the direction this is going. If I could just chip my >> 2c into the fray: I have to agree with Frank that being able to select a >> tower of object boxes and then click a key combination to connect them >> by patch cords would

Re: [PD] left mouse click abuse

2009-01-04 Thread marius schebella
cyrille henry wrote: > > Mathieu Bouchard a écrit : >> On Sun, 4 Jan 2009, Frank Barknecht wrote: >> > >> Exactly, that's why dd used Ctrl+6 for doing what Ctrl+1 does but with >> an auto-connection. However, it doesn't extend to messageboxes. This >> could be extended either by Ctrl+7 for mess

Re: [PD] left mouse click abuse

2009-01-04 Thread marius schebella
Frank Barknecht wrote: > Hallo, > Chris McCormick hat gesagt: // Chris McCormick wrote: > >> I'm really digging the direction this is going. If I could just chip my >> 2c into the fray: I have to agree with Frank that being able to select a >> tower of object boxes and then click a key combination

Re: [PD] left mouse click abuse

2009-01-04 Thread marius schebella
Frank Barknecht wrote: > Hallo, > marius schebella hat gesagt: // marius schebella wrote: > >> but wouldn't it be nice to have shortcuts for all the combinations that >> you have to type 10 times a day? >> for example I create [metro] and then a auto-completion s

Re: [PD] left mouse click abuse

2009-01-04 Thread marius schebella
cyrille henry wrote: > > > marius schebella a écrit : > ... >> [openpanel] always goes with a bang input. default pd-auto-completion >> could directly be taken from the help patch for the object or a list >> of standard combinations for this object. >> mariu

Re: [PD] left mouse click abuse

2009-01-05 Thread marius schebella
llo, >> >> A work around might be about using the [tot] in capture mode (see >> monkey example) and [popup] external for storing commands, >> unfortunately I've no time yet to do this... >> >> best regards to everyone >> >> PatCo. >> >&g

Re: [PD] reusable snippets with key commands WAS: left mouse click abuse

2009-01-06 Thread marius schebella
Luke Iannini wrote: > On Mon, Jan 5, 2009 at 11:24 AM, Hans-Christoph Steiner wrote: >> On Jan 5, 2009, at 4:42 AM, volker böhm wrote: >> >>>>> marius schebella a écrit : >>>>> ... >>>>>> [openpanel] always goes with a bang input. de

Re: [PD] GEM lens camera

2009-01-08 Thread marius schebella
d...@riereta.net wrote: > Hi people > Is there any way to change the lens of the camera/angle of view, in gem? yes, have a look at the help for gemwin. there is a subpatch "viewing". the message you want to look at is called "perspec". marius. > > thnx > d > > > _

[PD] still flicker with pix_video/pix_movement

2009-01-13 Thread marius schebella
Hi, I am using GEM version 0.92 from dec 2008 with osx 10.5. The combination of pix_video and pix_movement gives me black frames every few seconds, sometimes several times per second. I know this is an old issue, but is there alrady a fix for that, maybe I just missed it. marius. flickering_

Re: [PD] Alpha+pix_film

2009-01-24 Thread marius schebella
i...@thesaddj.com wrote: > Hi all, > here is Marco, this is my first post.. glad to be here. > i'm trying to use the [alpha] object to mix different videos > using OpenGL. I followed tutorials, checked the forum and > the list but i still have this problem: > I can change the transparency of a geo

[PD] resize pix_buffer dynamically

2009-01-29 Thread marius schebella
hi, it seems to be possible to use the message "resize x" (x=number of frames) to change the size of pix_buffer dynamically, which is actually a good thing, but not documented. best, marius. ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-manag

[PD] glsl blur shader

2009-02-01 Thread marius schebella
Hi, in case someone is looking for a blur shader for GEM, I put one online at http://www.parasitaere-kapazitaeten.net/Pd/blur_shader. I haven't found a way to pass a matrix to the glsl_program, so the matrix has to be rendered every frame which is a challenge the GPU... If someone has a hint, ho

Re: [PD] GEM/Pd crash with tons of textures/11,000 abstractions

2009-02-03 Thread marius schebella
hello luke, I am working on a similar project right now. but not with that many [squares], because pd becomes extremely slow at that stage. still, I just raised the number of my grid and tested >22.000 tiles without crashing. and I am putting movies on each tile. it took 3minutes to start up the

Re: [PD] turn off gem subpatches

2009-02-07 Thread marius schebella
punchik punchik wrote: > Hello! i have a patch that has 3 gem subpatches, each one has complex > iterative structures , since each one should be visualized at a time, is it > possible to turn off the 2 subpatches that are not viewed at any time? im > asking this because having this 3 subpatches

[PD] bline (was Re: smooth without dsp objects)

2009-02-08 Thread marius schebella
hi (punchik), bline is a bang based line object, useful for Gem (and others), because you can save a lot of cpu power. instead of time it takes steps/frames as the second argument. get it at http://www.parasitaere-kapazitaeten.net/files/bline.zip marius. punchik punchik wrote: > Hi , is there any

Re: [PD] exporting gem structures to cad

2009-02-10 Thread marius schebella
hi, there was some talk about exporting gem to obj files on the gem-dev list. but afaik nobody got it working. I think the closest was an object by cyrille, which probably never made it into the svn... http://lists.puredata.info/pipermail/gem-dev/2008-02/003303.html there are also some experiment

[PD] [ot] Media.Art.Research Award 2009

2009-02-16 Thread marius schebella
hi all, off-topic, but might be of interest for some of you, this year's media art research topic is Sound-Image Relations in Audiovisual Art. deadline this week http://media.lbg.ac.at/en/content.php?iMenuID=50 more details http://www.aec.at/prix_categories_en.php?cat=Media.Art.Research%20Award%20

Re: [PD] pd-extended universal binaries?

2009-02-18 Thread marius schebella
http://autobuild.puredata.info/auto-build/latest the macos104-i386 and macos105-i386 should both be universal binaries. marius. IOhannes m zmoelnig wrote: > hi all. > > might seem stupid, but are there any universal binaries of a recent > Pd-extended (0.41) available? > i basically only need the

Re: [PD] pd-extended universal binaries?

2009-02-18 Thread marius schebella
IOhannes m zmoelnig wrote: > marius schebella wrote: >> http://autobuild.puredata.info/auto-build/latest >> the macos104-i386 and macos105-i386 should both be universal binaries. > > they are not (esp. the app itself is not) - at least i cannot open it on > a ppc-G4

[PD] pix_write jpg broken?

2009-02-18 Thread marius schebella
hi, I am having problems when I try to open the jpgs written by pix_write. somehow the extension says jpg, but it is really a tif file. the fileformat seems broken or the codec is missing? this is with pd-x-41.4 on macos x 10.5. marius. ___ Pd-list@iem

[PD] structuring of pd objects (was: Re: [PD-dev] stripping down Pd-extended's default libs)

2009-02-20 Thread marius schebella
hi, (maybe this is of general interest for pd users?) speaking of lists, I once did a similar thing some years ago, collecting 2682 objects. the list is far away from being complete or up to date... http://www.parasitaere-kapazitaeten.net/files/GENERAL_ALL.csv_.txt marius. 2009/2/20 João Pais : >>

Re: [PD] color tracking in Gem/Pd-extended?

2009-02-20 Thread marius schebella
did you have a look at pix_alpha? marius. John Harrison wrote: > Wondering the best solution for color tracking in Pd-extended. I'd like > my solution to be cross-platform so that rules out PDP and friends. > > All I've come up with is to use [pix_blob] to track the color, and to > try to minim

Re: [PD] finding funding to the PdCon09

2009-02-20 Thread marius schebella
João Pais wrote: >> I think the Europeans and Canadians have much better options. Anyone >> know of other options for Americans? Or anyone think I could use my >> Austrian citizenship to get a travel grant from the Austrian gov't? > > afaik, you might be better off talking to the austrians. but t

Re: [PD] finding funding to the PdCon09

2009-02-20 Thread marius schebella
Thomas Grill wrote: > In any case you'd have to really hurry up with the application... the > Austrian foreign ministry is real quick with spending their available > funds. > gr~~~ are you talking about a particular fund/grant? what do you think about contacting the austrian embassy in brazil? ht

Re: [PD] Best way to deal with many tables.

2009-02-22 Thread marius schebella
cyrille henry wrote: > the best 2D table are probably images. > if the 8bits limitation is not a problem, you can store your arrays in 1 (or > more) big image (1000x768). hi, just curios, are you using [pix_set] for that or sig2pix? or an external program. because with pix set the range is bet 0

Re: [PD] private varibles

2009-02-23 Thread marius schebella
Derek Holzer wrote: > use creation arguments in the subpatch. > > [pd mysubpatch some_creation_argument] > > [s $1-foo] > > [r $1-foo] > > d. the above might be confusing, because you cannot send creation argumets to subpatches, only to externals. you also cannot separate the namespace of th

Re: [PD] rodent kill

2009-02-26 Thread marius schebella
Max wrote: > with this patch i got rid of the rats in my kitchen. > thanks pd! what about the cockroaches? m. ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list

Re: [PD] pd-ext documentation [was something else]

2009-02-26 Thread marius schebella
João Pais wrote: >> (maybe this is of general interest for pd users?) speaking of lists, I >> once did a similar thing some years ago, collecting 2682 objects. the >> list is far away from being complete or up to date... >> http://www.parasitaere-kapazitaeten.net/files/GENERAL_ALL.csv_.txt > > I a

Re: [PD] Call for GSoC mentors! March 9th deadline!

2009-03-07 Thread marius schebella
Enrique Erne wrote: > Hans-Christoph Steiner wrote: >> The Google Summer of Code ((http://code.google.com/soc/) application >> is due very soon, March 9th, and we need mentors! At this point, you >> just need to put down your name. Then once the projects are in, we'll >> choose projects and

Re: [PD] Call for GSoC mentors! March 9th deadline!

2009-03-07 Thread marius schebella
chris clepper wrote: > My own suggestion for a GEM project would be to create a tutorial and > accompanying manual that covers the basic operation. I was planning to do this for years now, adding to dereks FLOSS Documentation or just as a separate project. there are a lot of unsorted patches o

Re: [PD] Call for GSoC mentors! March 9th deadline!

2009-03-08 Thread marius schebella
Hans-Christoph Steiner wrote: > > On Mar 7, 2009, at 11:30 AM, marius schebella wrote: > >> chris clepper wrote: >>> My own suggestion for a GEM project would be to create a tutorial and >>> accompanying manual that covers the basic operation. >> >

Re: [PD] The PdCon09 webpage is UP

2009-03-15 Thread marius schebella
and the deadline is at midnight? marius. Alexandre Porres wrote: http://convention.puredata.info is back on air hope you have seen it... cheers ___ Pd-list@iem.at mailing l

Re: [PD] Pd book sprint in NYC/Berlin

2009-03-16 Thread marius schebella
2009/3/16 Hans-Christoph Steiner : > I think we should have IRC running, but also it would be great to have video > chat with projectors, speakers, and a decent mic setup.  Marius and I ran > the streaming for a class at Brooklyn Poly.  One student was joining in from > Canada.  When it was set up

Re: [PD] www.pd-tutorial.com

2009-03-16 Thread marius schebella
this is awesome!! wow. thanks for this huge effort! marius. Johannes Kreidler wrote: hi list, I am pleased to announce that the big pd tutorial I wrote in the last years with the help of a grant by the Music University of Freiburg / Germany, is now online, in english and in german. It is al

Re: [PD] Trouble PD 0.42 - Gem 0.91.3 Tigital - mac osX 10.5.6

2009-03-25 Thread marius schebella
Hi, do you see error messages in the console during start up? like do you see a printout about Gem loading correctly? do you see any errors when you load the patch? are the objects created without problems? an issue could be that Gem has to be compiled for 0.42, but that is just a guess. marius. 2

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

2009-03-25 Thread marius schebella
hi john, I just looked at your patches, here's what I think: 1) pix_buffer_write seems to copy and clear the pix buffer. so if your pix_video is connected to pix_buffer_write it is gone and you don't see it anymore (rectangle stays white). I am not sure if this is a bug, it seems strange to me, too

Re: [PD] words for style guide: rewind and reset

2009-03-25 Thread marius schebella
Hans-Christoph Steiner wrote: Hey, I just went thru a bunch of interfaces and noticed a good pattern in wording. I propose to make this part of the style guide: rewind - go back to the beginning of a chunk of data (used in: textfile, binfile, msgfile, etc.) reset - clear the data from a co

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 Gem/PDP/

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 pr

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 c

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 sig

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 wrote: hi Bjørn, maybe vd~ (variable delay) is what you're looking for? marius.

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 pix_o

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 : > > 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 [gemwin] initial

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 easil

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, whi

[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 a

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 doe

[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? any

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

[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 UNSU

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, th

Re: [PD] Multiblob and matrices...

2009-04-08 Thread marius schebella
2009/4/8 Simon Ball : > 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 I am missing? > hi

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... http://cobweb.ecn.purdue.edu/~malco

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 writ

Re: [PD] Pdpedia and random generation

2009-04-09 Thread marius schebella
2009/4/9 Frank Barknecht : > 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 up/down st

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 s

[PD] arduino tutorial style guide

2009-04-25 Thread marius schebella
hi, just wanted to throw this in, for I think it could be really a good inspiration for all the people who are hasseling with tutorials. this is from tom igoe for arduino tutorials, might fit for pd tuts, too... http://arduino.cc/pipermail/developers_arduino.cc/2009-April/000787.html cheers, ma

[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" : 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 connect to the serv

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 pa

Re: [PD] cannot access archives

2009-05-01 Thread marius schebella
socks-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: Qu

[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 caus

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? t

  1   2   3   4   5   6   7   8   9   10   >