Re: [PD] pdlua also into vanilla?

2008-07-21 Thread marius schebella
Hans-Christoph Steiner wrote: On Jul 19, 2008, at 10:40 AM, marius schebella wrote: Hans-Christoph Steiner wrote: As a test yes, but not for the release. It's changing too fast right now to maintain backwards compatibility, so including it would cause more problems than it would solve

Re: [PD] installing flext in pd-extended

2008-07-21 Thread marius schebella
Atte André Jensen wrote: Hi I installed pd-extended from Pd-0.40.3-extended-20080628-ubuntu-gutsy-i386.deb and now I need to compile pool, which means I need to install flext. I tried to compile flext, but it seems it needs the source of pd, which is not provided by pd-extended.deb. yes I

Re: [PD] freehand drawing on video in GEM

2008-07-21 Thread marius schebella
I think what you need to do is create some kind of b/w mask. basically you start with a black texture and add white to wherever the point of light goes. you can either take the video material and filter it, so that only the light is visible and then create a feedbackloop that always adds to

Re: [PD] [PD-announce] Pd-0.40.3-extended-rc2 released

2008-07-22 Thread marius schebella
Frank Barknecht wrote: Hallo, Hans-Christoph Steiner hat gesagt: // Hans-Christoph Steiner wrote: The grand plan is to have no libraries loaded by default. Then the library configuration would be completely embedded in the patch, like python does with import. $ python Python

Re: [PD] [PD-announce] Pd-0.40.3-extended-rc2 released

2008-07-22 Thread marius schebella
Ico Doornekamp wrote: * On 2008-07-22 marius schebella [EMAIL PROTECTED] wrote : Frank Barknecht wrote: Hallo, Hans-Christoph Steiner hat gesagt: // Hans-Christoph Steiner wrote: The grand plan is to have no libraries loaded by default. Then the library configuration would

Re: [PD] request assistance with crackles and pops in VFOs driven by modulating accelerometer signals

2008-07-24 Thread marius schebella
Andy Farnell wrote: On Thu, 24 Jul 2008 13:22:47 +0900 hard off [EMAIL PROTECTED] wrote: by the way, is it even possible to get clicks when rapidly changing osc~ speeds? i didn't think it was, and i have never experienced that. Think of the modulating signal as a triangle wave altering

Re: [PD] request assistance with crackles and pops in VFOs driven by modulating accelerometer signals

2008-07-24 Thread marius schebella
Frank Barknecht wrote: Hallo, hard off hat gesagt: // hard off wrote: i think it is pretty safe to say that the speed of the oscillator isn't what is is causing these clicks. Jumps (discontinuities) in a signal are the most nasty cause for clicks, while corners are generally harmless, if

Re: [PD] new luagl

2008-07-25 Thread marius schebella
19.07.2008 um 20:14 schrieb marius schebella: hi, here's the code that I am trying to run: require 'luagl' local testgl1 = pd.Class:new():register(testgl1) function testgl1:initialize(name, atoms) self.inlets = 2 self.max = 1 pd.post(tostring(self)) return true end

Re: [PD] new luagl

2008-07-25 Thread marius schebella
Claude Heiland-Allen wrote: marius schebella wrote: marius schebella wrote: when I compiled the new pdlua version, the make process grabed the sources from http://www.lua.org/ftp/ and built a static lua library (which I don't think includes any opengl functionality). True, no opengl

Re: [PD] new luagl

2008-07-25 Thread marius schebella
. gr~~~ Am 19.07.2008 um 20:14 schrieb marius schebella: hi, here's the code that I am trying to run: require 'luagl' local testgl1 = pd.Class:new():register(testgl1) function testgl1:initialize(name, atoms) self.inlets = 2 self.max = 1 pd.post(tostring(self)) return true

Re: [PD] new luagl

2008-07-26 Thread marius schebella
gl.pd_lua (tested with 0.41-4) which uses some special lua features to represent a generic opengl function for GEM. GL objects can be created as e.g. [gl Color 1 1 0] or [gl Rect 0 0 400 300] gr~~~ gl.pd_lua Am 25.07.2008 um 21:39 schrieb marius schebella: Thomas Grill wrote: Hi

Re: [PD] new luagl

2008-07-26 Thread marius schebella
19.07.2008 um 20:14 schrieb marius schebella: hi, here's the code that I am trying to run: require 'luagl' local testgl1 = pd.Class:new():register(testgl1) function testgl1:initialize(name, atoms) self.inlets = 2 self.max = 1 pd.post(tostring(self)) return true end function testgl1

Re: [PD] [PD-announce] some works done with pd

2008-07-26 Thread marius schebella
cyrille henry wrote: hello, for those which are interested, here is some work that i recently made with pd/Gem : that's beautiful! http://drpichon.free.fr/ch/article.php?id_article=88 do you create the noise from a procedural algorithm, or is this based on picture information? the ones

Re: [PD] new luagl

2008-07-28 Thread marius schebella
Thomas Grill wrote: Am 26.07.2008 um 15:51 schrieb marius schebella: Am 25.07.2008 um 21:39 schrieb marius schebella: Thomas Grill wrote: Hi Marius, which version of luagl are you referring to? I have the following here (version 1.01): * LuaGL - an OpenGL binding for Lua * 2003

Re: [PD] new luagl

2008-07-28 Thread marius schebella
Thomas Grill wrote: Am 26.07.2008 um 15:51 schrieb marius schebella: Am 25.07.2008 um 21:39 schrieb marius schebella: Thomas Grill wrote: Hi Marius, which version of luagl are you referring to? I have the following here (version 1.01): * LuaGL - an OpenGL binding for Lua * 2003

Re: [PD] Idiomatic Pd

2008-07-29 Thread marius schebella
I am quite pedantic in regard to spacing and aligning of objects. I started to space all objects using ctrl+arrow keys. that way all objects are spaced like on a grid and always a multiple of 10px away of each other. I don't know if that should go into a style guide, but for official patches

Re: [PD] Pd-0.41-4 can't extract

2008-07-29 Thread marius schebella
Enrique Erne wrote: nobody on osx 10.5.4 except me? I just downloaded it and had no problems extracting. maybe your account is monitored and nsa swapped some bits during listening... marius. still got 22GB left.. i just downloaded it again with a different browser. is there a md5

Re: [PD] font sizes WAS: Idiomatic Pd

2008-07-29 Thread marius schebella
Hans-Christoph Steiner wrote: On Jul 29, 2008, at 10:29 AM, Matt Barber wrote: Date: Tue, 29 Jul 2008 10:02:05 -0400 From: marius schebella [EMAIL PROTECTED] Subject: Re: [PD] Idiomatic Pd To: pd-list@iem.at Message-ID: [EMAIL PROTECTED] Content-Type: text/plain; charset=ISO-8859-1

Re: [PD] Idiomatic Pd

2008-07-29 Thread marius schebella
Hans-Christoph Steiner wrote: On Jul 29, 2008, at 1:31 AM, Frank Barknecht wrote: Hallo, Luke Iannini hat gesagt: // Luke Iannini wrote: There are some amazing sets of abstractions being released recently, which has served to highlight the many extant styles of patching. I was wondering

Re: [PD] declare [was: Re: Idiomatic Pd]

2008-07-30 Thread marius schebella
Hans-Christoph Steiner wrote: If we want to have namespaces working, then I suggest we use the tried-n-true model of other languages. If people are really interested in experimenting with ideas of how to handle namespaces, then we could try other options. Either way, we should start by

Re: [PD] declare [was: Re: Idiomatic Pd]

2008-07-30 Thread marius schebella
Roman Haefeli wrote: On Wed, 2008-07-30 at 10:01 +0200, Frank Barknecht wrote: Hallo, Matt Barber hat gesagt: // Matt Barber wrote: When 0.39 begins to wane (so [declare] can be used), ... Careful here: [declare -path ...] is disabled inside of abstractions in Pd-0.41. Right -- but

Re: [PD] declare [was: Re: Idiomatic Pd]

2008-08-03 Thread marius schebella
Hans-Christoph Steiner wrote: On Jul 30, 2008, at 3:15 PM, marius schebella wrote: Hans-Christoph Steiner wrote: If we want to have namespaces working, then I suggest we use the tried-n-true model of other languages. If people are really interested in experimenting with ideas of how

Re: [PD] looking for gate~

2008-08-03 Thread marius schebella
Atte André Jensen wrote: Hi I'm looking for something that works like gate, just with audio signals, is there anything outthere already that does this? for audio you can use multiplication. right inlet is 0 or 1. [*~ 0] marius. ___

Re: [PD] variables in throw~

2008-08-03 Thread marius schebella
since pd-0.40 $-variables don't have to be at the beginning of a symbol anymore, so (num) | [set channel$1( | [throw~ channelX] should work, too. marius. kristof lauwers wrote: hi, this should do it.. (num) | [makefilename channel%d] | [set $1( | [throw~ channel0]

Re: [PD] german forum or mailinglist

2008-08-04 Thread marius schebella
Derek Holzer wrote: Hi Robert, I understand that perhaps some PD users may not speak or write English very well, even if the German-speaking people on this list seem to write English better than many Americans I have met! ;-) But one question that comes up for me: would fragmenting the

Re: [PD] connecting with messages

2008-08-05 Thread marius schebella
Roman Haefeli wrote: On Tue, 2008-08-05 at 19:18 -0500, Ricardo Dueñas Parada wrote: Hello list, I am working with messages to create objects inside a patch, I think I have solved the creation of the objects, but I don't know how to connect them. When I create an object, its number depends

Re: [PD] connecting with messages

2008-08-06 Thread marius schebella
Ricardo Dueñas Parada wrote: an object. however, this will get quite tricky as soon as you start to remove objects, because then need to keep track, _which_ object you removed. Yes it is, at certain point, I don´t know which have I erased. I found the help patch about creating new

[PD] reset a particle system

2008-08-08 Thread marius schebella
hi, is it possible to reset a particle system? delete all existing particles and set all particles to age 0 and position 0. marius. ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management - http://lists.puredata.info/listinfo/pd-list

[PD] interface built with Pd/GEM

2008-08-08 Thread marius schebella
hi, I put up a video of a project I did with Pd/GEM http://www.vimeo.com/1493233 Everything is programmed in Pd/GEM, using msd for the movement of the shapes, and pdj for network communication to the other two screens. marius. (only the interface in the left screen is done in pd, the rest was a

Re: [PD] physical modelling/general pd

2008-08-09 Thread marius schebella
Julian Brooks wrote: My plan atm, is to get the gem/pmpd physical modelling side rolling first (the visual framing is part of my mental/conceptual image of the piece), if you are talking about rigid body interaction, you may also consider using pyode. frank gave some examples on last year's

Re: [PD] pd and IFS

2008-08-14 Thread marius schebella
chi ball wrote: Thank's, I have interest mainly in a fractal music, more than in graphic, so would be sufficient a numerical output. t. mybe this is useful for you, too (from the pd archive). http://lists.puredata.info/pipermail/pd-list/attachments/20061209/18949493/linden-0001.tgz marius.

Re: [PD] pd and IFS

2008-08-14 Thread marius schebella
marius schebella wrote: chi ball wrote: Thank's, I have interest mainly in a fractal music, more than in graphic, so would be sufficient a numerical output. t. mybe this is useful for you, too (from the pd archive). http://lists.puredata.info/pipermail/pd-list/attachments/20061209/18949493

[PD] preferences for abstractions

2008-08-15 Thread marius schebella
hi, is there any chance to get something like the properties dialog for abstractions? (right click on abstraction to make changes to settings/default values). I guess not. will think of other solutions... marius. ___ Pd-list@iem.at mailing list

Re: [PD] preferences for abstractions

2008-08-16 Thread marius schebella
. Hans-Christoph Steiner wrote: IOhannes wrote some stuff to do that. I am sure he would be very happy if you tried it out. .hc On Aug 15, 2008, at 12:45 PM, marius schebella wrote: hi, is there any chance to get something like the properties dialog for abstractions? (right click

Re: [PD] extended compilation nightmares...

2008-08-17 Thread marius schebella
hey michael, heads up! since http://puredata.info/docs/developer/SUSE is not helpful at all, maybe the thing that comes closest to it is trying to go with http://puredata.info/docs/developer/Debian. esp. to see which externals rely on which libraries. if you don't get all these libraries, then

Re: [PD] Firmata polling routines

2008-08-17 Thread marius schebella
Adityo Pratomo wrote: Hi there everyone. Can anybody explain to me how the polling routine on firmata works when handling multiple sensors input? I'm trying to found out myself, but i still couldn't get it. Or is it actually not a polling at all? I think arduino sends automatically, so no

Re: [PD] Firmata polling routines

2008-08-17 Thread marius schebella
not triggered by Pd. marius. On 8/17/08, marius schebella [EMAIL PROTECTED] wrote: Adityo Pratomo wrote: Hi there everyone. Can anybody explain to me how the polling routine on firmata works when handling multiple sensors input? I'm trying to found out myself, but i still couldn't get

Re: [PD] preferences for abstractions

2008-08-18 Thread marius schebella
IOhannes m zmoelnig wrote: marius schebella wrote: I am not sure, what the stuff is that IOhannes wrote, can you give more details? links? as hans has said, it is in the iemguts library (externals/iem/iemguts). the objects you seem to want are: [propertybang] (which is like matts

Re: [PD] video processing removing feedback

2008-08-20 Thread marius schebella
Hi, I can only second what damien already said. you have to use an infrared light source. there are cheap infrared LED arrays that you can use. the camera setting that reads only the infrared light is called nightshot and you will get best results if you find a camera that has a switch like

Re: [PD] [ot] managing distributed development

2008-08-20 Thread marius schebella
I think methods of development (and evolution) have not changed during the last 4 billion years. how we view them and think about them has changed. the question for me is, why is it so much more important today to point out that development is never done by one single individuum but is a

Re: [PD] [ot] managing distributed development

2008-08-20 Thread marius schebella
Thomas Grill wrote: the question for me is, why is it so much more important today to point out that development is never done by one single individuum but is a process that includes a lot of people adding and evaluating thousands of tiny and comprehensive steps? While this seems to be

Re: [PD] Writing texture to different sides of cube in GEM

2008-08-21 Thread marius schebella
Claude Heiland-Allen wrote: Adityo Pratomo wrote: Hi there everyone, i have a question here. How can i write different images on every different sides of a cube in GEM? Maybe (probably?) there is a more elegant / OpenGL-native way, but I'd make a cube out of 6 [square]s with appropriate

Re: [PD] Writing texture to different sides of cube in GEM

2008-08-21 Thread marius schebella
Adityo Pratomo wrote: and how can i use that uv-mapping? pdp or pidipi or pixeltango maybe? no, I have not figured out a method yet to do this inside the pd world. for now you really have to go with the solution claude posted. marius. On 8/21/08, marius schebella [EMAIL PROTECTED] wrote

Re: [PD] product placements with pd

2008-08-21 Thread marius schebella
. Mike On Wed, Aug 20, 2008 at 3:39 PM, marius schebella [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] wrote: pit klong wrote: http://www.kreidler-net.de/productplacements-e.html qewl. he could give us his patch and we'd make the same.. ;) in theory

Re: [PD] Get current screen resolution?

2008-08-23 Thread marius schebella
nice!!! thanks a lot for figuring that out. marius. Luke Iannini wrote: Got it! [query winfo screenwidth .( and [query winfo screenheight .( | [tot] does the trick, FYI. Best Luke On Fri, Aug 22, 2008 at 9:17 PM, Luke Iannini [EMAIL PROTECTED] wrote: Anyone have an idea to get a

Re: [PD] textBox (like in MAX)

2008-08-26 Thread marius schebella
you mean textfield? [entry] is quite similar. comes with pdx. marius. Damien Henry - Voxler wrote: Hello, Is there a lib somewhere that provide to pd the textBox object from MAX ? Thanks in advance, Damien ___ Pd-list@iem.at mailing list

[PD] ssb tutorial patch

2008-09-01 Thread marius schebella
hi, it's labour day, and I am really bored :)), so I was wondering, does ssb stand for single sideband or signal sideband? the tutorial patch uses both, and a single sideband is always a signal sideband, or not?? just curious. thanks. marius. ___

Re: [PD] pasted objects now end up under the original object

2008-09-02 Thread marius schebella
Max Neupert wrote: i think it's worth it to look at how some other applications handle it. one of the biggest problems with copy/paste right now in pd is, that if you copy a large amount of objects and you want to move them, but miss to click on a selected object, and instead move another

[PD] making gem units be pixels

2008-09-03 Thread marius schebella
hi, after fuzzing around with 3d to pix conversions for the xth time, I thought it should also be possible to set the camera to a point that just allows to have all units in pixels with the 0/0 in the top left corner. the only way to get this working was to set the camera to a negative z

Re: [PD] making gem units be pixels

2008-09-03 Thread marius schebella
to post them? marius. Am 03.09.2008 um 18:08 schrieb marius schebella: hi, after fuzzing around with 3d to pix conversions for the xth time, I thought it should also be possible to set the camera to a point that just allows to have all units in pixels with the 0/0 in the top left

Re: [PD] making gem units be pixels

2008-09-03 Thread marius schebella
Thomas Grill wrote: Am 03.09.2008 um 19:35 schrieb marius schebella: basically these are separate objects that can be hooked up to shapesand control the interaction. do you want me to post them? Why not? What i'd like to have most is mouse interaction also for stacked transparent

Re: [PD] Setting a variable in abstractions

2008-09-03 Thread marius schebella
hi, please send the pd-patch. you can use send/receive in combination with dollararguments inside your abstractions. the dollararguments ($1 $2 $3 $4...) will be substituted with the arguments you give to your abstraction. for example, if your abstraction is called myknob, and you create it like

Re: [PD] Number box and CPU load

2008-09-04 Thread marius schebella
Frank Barknecht wrote: Hallo, Mika Ristimäki hat gesagt: // Mika Ristimäki wrote: I have a one quick question about number boxes and how they effect CPU load. I use number boxes quite a lot for debugging and sometimes I forget to remove them from the final patch or abstraction. So I was

Re: [PD] [PD-announce] Third RjDj Sprint, September 19-21 2008, Vienna

2008-09-05 Thread marius schebella
wow!!! what a cool project! I totally missed the announcement of rjdj due to finishing school, and unfortunately I will also not be in vienna for the sprint :( (crying) marius. Paul Brossier wrote: Hi PD list, Here is another invitation to a three days PD hacking marathon, this time in

[PD] old and new

2008-09-05 Thread marius schebella
hi, just wanted to post two links. one is a 2min documentation of one of my school projects from last year http://www.vimeo.com/1673188. The other one is a work in progress, maybe some people want to comment on(?). I got intereseted in analyzing Pd patches and later want to create new patches

Re: [PD] how to locate soundfiles in the read object under OS X

2008-09-05 Thread marius schebella
Hi Lao Yu, you can always use the full path name. for example C:/path_to_sound/soundfile.wav on windows or /mount/device/filename.wav (or similar) /Volumes/external... on linux and mac. if you are not sure what to use, then you still can use [openpanel]. see attached patch for some example.

Re: [PD] mrmr + iphone + pd

2008-09-06 Thread marius schebella
I think it also runs on non-jail-broken touch iPods. and there are efforts to port MRMR to android, too. mrmr is great if you want to remote controlle your patches from your phone or ipod! marius. mark edward grimm wrote: hello, i just noticed that cydia offers 'mrmr' on the 2.0 jailbroken

[PD] PDa show menubar

2008-09-11 Thread marius schebella
Hi, is there a message or startupflag to open a patch without the menubar in PDa? right now, I only figured out how to do that manually... marius. ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -

[PD] declare -path and msgfile, pix_image and others

2008-09-12 Thread marius schebella
Hi, I think there is a bug with msgfile, pix_image and probably others related to declare -path which seems to be ignored by those objects. As opposed to for example [textfile], which will include directories correclty that are declared. is there a trick to add this functionality to object

Re: [PD] pix_film problem with playback

2008-09-13 Thread marius schebella
same behaviour on OS X. that seems to be a bug, did you get automatic playing working again once it stopped? marius. manecante wrote: Hi list, I use Pd-0.40.3-extended under Windows XP sp2 and in the help file of pix_film there is something I don't understand, it's written that to

Re: [PD] 6 speakers in a circle, ambi? vbap?

2008-10-06 Thread marius schebella
it depends on the size of the room and whether you want surrounding sound only in a plane or also in a sphere/half sphere. usually you want 8 speakers for a smooth circle around a listener. marius. Hans-Christoph Steiner wrote: So I am working on sound for a permanent installation involving 6

Re: [PD] Pd exam 01: complete the list

2008-11-25 Thread Marius Schebella
hey frank, [inlet] | [list split 2] | / |[pack 0 100] |/ | / | / | / |/ | / | / | / |/ [outlet] m. Frank Barknecht wrote: Hallo, attached is a little assignment for aspiring Pd users. The most elegant (e.g. shortest) solution gets a

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 of ram.

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 + 1, neat.

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 be useful,

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 to

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 shortcut will add a connected toggle

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. marius. make an GOP abstraction with a bang

Re: [PD] left mouse click abuse

2009-01-05 Thread marius schebella
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. volker böhm a écrit : marius schebella a écrit : ... [openpanel] always goes with a bang input. default pd-auto

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 h...@eds.org wrote: On Jan 5, 2009, at 4:42 AM, volker böhm wrote: marius schebella a écrit : ... [openpanel] always goes with a bang input. default pd-auto- completion could directly be taken from the help patch

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.

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

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

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

[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

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, getting an error about unsupported

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

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 the

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?

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 the parent

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 already

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 who

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 on

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. I was planning to do this for years now, adding to dereks

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

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

2009-03-16 Thread marius schebella
2009/3/16 Hans-Christoph Steiner h...@eds.org: 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

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

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.

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,

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

<    4   5   6   7   8   9   10   >