Re: [PD] message box issue with blank spaces

2009-12-14 Thread IOhannes m zmoelnig
Frank Barknecht wrote: > Hallo, > > (I forgot to send this mail last week, now it may be outdated already...) > > Bryan Jurish hat gesagt: // Bryan Jurish wrote: > >> afaik, the issue you're observing is due to the message box, which uses >> t_binbuf internally to (re-)parse messages into pd ato

Re: [PD] ARToolkit for Debian/Ubuntu and Windows

2009-12-15 Thread IOhannes m zmoelnig
Hans-Christoph Steiner wrote: > So you have artoolkit support in the Windows build? > yes. mfgasdr IOhannes smime.p7s Description: S/MIME Cryptographic Signature ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.pur

[PD] [PD-announce] gem 0.92.2 released!

2009-12-15 Thread IOhannes m zmoelnig
the second bugfix release for Gem 0.92 has been made available to the public. it fixes a number of showstoppers in 0.92.1, namely: * crasher bugs o fixed bug with threaded image loading o fixed use of openGL-functions without a valid context o fixed FreeFrame-loader with no canvas * com

Re: [PD] [PD-announce] gem 0.92.2 released!

2009-12-16 Thread IOhannes m zmoelnig
Jaime Oliver wrote: >> On Tue, Dec 15, 2009 at 4:49 PM, chris clepper wrote: >>> add arch -i386 to both the CFLAGS and LDFLAGS then make clean and make. > > Indeed that worked! > > I need to test it to see if everything works and don't have the time > right now, but I will soon. > > what I did

Re: [PD] [PD-announce] gem 0.92.2 released!

2009-12-17 Thread IOhannes m zmoelnig
Jaime Oliver wrote: > indeed. > > in os x 10.6 gem compiles out of the box with: > > aclocal > autoconf > ./configure --disable-PIC --enable-fat-binary=i386 --with-pd=... > make cool. does this mean, that you don't have to specify the "-mmacosx-version-min=10.3 -isysroot /Developer/SDKs/MacOSX10

Re: [PD] glsl geometry error "GL: invalid operation"

2009-12-17 Thread IOhannes m zmoelnig
sleeping birds wrote: > hello kind pders, > > i have trouble figuring out, why the 10.geometry help-patch does not > work for me. > > starting rendering constantly prints out "GL: invalid operation" to the > console. apart from the printout, does it work? (sometimes you get an error even though

Re: [PD] pd external that uses cocoa / objective C

2009-12-21 Thread IOhannes m zmoelnig
Rich E wrote: > Hi all, > > I have been thinking of how to use cocoa in a pd external and I could use > some advice. It has to be in Objective-C of course, and I see that gridflow > uses cocoa a little (format/quartz.m). Still, I am not understanding how to > combine the elements of a pd external

Re: [PD] changing the 'editmode' message

2010-01-11 Thread IOhannes m zmoelnig
Miller Puckette wrote: > Hi all, > > I think it would be much better to have '0' turn editmode off -- > I'm not sure if anyone else has patches that depend on sending > canvases 'editmode' messages, though, so if someone does, please speak > up. > a request to change this to set rather than togg

Re: [PD] folders for abstractions

2010-01-12 Thread IOhannes m zmoelnig
Hans-Christoph Steiner wrote: > > Or even simpler, you can use the folder name as a prefix to the object > name, then it'll work without changing preferences, i.e.: > > myprojectdir/my-project.pd > myprojectdir/toolbox/nicetool.pd > > Then in your my-project.pd patch, you can just type: toolbox

Re: [PD] Problems with text2d / text3d

2010-01-12 Thread IOhannes m zmoelnig
James Dunn wrote: > Hi list, > > I currently working on a patch which displays many lines of text > (around 25) which then scroll up the screen (hopefully). My first > issue is that when using text2d, basically: don't use [text2d] if you don't have any specific reasons to do so. use [text3d] whe

Re: [PD] Problems with text2d / text3d

2010-01-12 Thread IOhannes m zmoelnig
James Dunn wrote: > Quoth IOhannes m zmoelnig, on 12/01/10 13:12: >>> So I tried using text3d, and >>> it crashes pd if I try to use fullscreen. >> >> never encountered something like this (i have seen and run lot's of >> installations with [

Re: [PD] Pd-GUI-Rewrite 0.43 status: usable

2010-01-12 Thread IOhannes m zmoelnig
João Pais wrote: > just downloaded the latest build for xp. as soon as I click on the pd > window, this appears: > > > can't set "::editmode(.pdwindow)": invalid command name ".pdwindow.c" > invalid command name ".pdwindow.c" > while executing > "$mycanvas configure -background white" > (

Re: [PD] pd-gui-rewrite and portaudio

2010-01-13 Thread IOhannes m zmoelnig
Marco Donnarumma wrote: > Hi list, > just got my hands on the pd-gui-rewrite. It looks great, smooth and sweet, > you guys have done a big re-work and i'm pretty impressed. > Anyway now comes the hassle.. > I cannot have the sound working on my soundcard (simple edirol UA-25 on > Ubuntu 8.04). > La

Re: [PD] Pd-GUI-Rewrite 0.43 status: usable

2010-01-13 Thread IOhannes m zmoelnig
cyrille henry wrote: > hello, > > yes, it is now compiling. > but i've got this message in pd log : > WARNING: Font family 'Courier' not found, using default (courier) the default font for Pd is "Courier" (with captial "C"), which does not exist on your system (and mine). you can change that by a

Re: [PD] Pd-GUI-Rewrite 0.43 status: usable

2010-01-13 Thread IOhannes m zmoelnig
cyrille henry wrote: > hello, > > yes, you did fix the Gem loading error. > (i had to make clean before autogen etc) ah yes (you should have been able to make clean after autblah as well) > so i gess i can now test 0.43 > > 1st, i've got a stupid question : here is a snapshot of both 0.43 an 0.

Re: [PD] Pd-GUI-Rewrite 0.43 status: usable

2010-01-13 Thread IOhannes m zmoelnig
cyrille henry wrote: > > > IOhannes m zmoelnig a écrit : > >> this is how 0.43 currently looks. > ok >> i take your "look better" for slight sarcasm here, though i don't think >> it looks that bad (apart from the non-bold font) > are the someti

Re: [PD] pdj: how to configure the startup flags in OSX and GUI examples

2010-01-13 Thread IOhannes m zmoelnig
josepadovani wrote: > Hi, > > Have just downloaded/extracted pdj to my /pdj/. > I'm trying to set the flag "-schedlib ~/pdj/pdj" to be able to create > guis with AWT (according to the document pdj.pdf at > http://www.le-son666.com/software/pdj/). > But it is not working... > > "-schedlib /Users/z

Re: [PD] Pd-GUI-Rewrite 0.43 status: usable

2010-01-14 Thread IOhannes m zmoelnig
Hans-Christoph Steiner wrote: > > There has been lots of work on the 0.43 Pd GUI Rewrite, and it should be > quite useable now. Please try it for any daily patching and report any > issues that you might have so that they can be fixed. There is a bunch > of fun new stuff possible with plugins, l

Re: [PD] Pd-GUI-Rewrite 0.43 status: usable

2010-01-14 Thread IOhannes m zmoelnig
András Murányi wrote: > > PS i'd be happy to give you ssh to my 64-bit box if that helps. > Then, I'm very interested in the PPA. I have no idea how to put together a > source package, i also don't know makefiles (yet). Do you think I could > manage...? hmm, i just tried to build pd-gui-rewrite o

Re: [PD] Pd-GUI-Rewrite 0.43 status: usable

2010-01-14 Thread IOhannes m zmoelnig
IOhannes m zmoelnig wrote: > > what happened? doesn't happen with my 64bit build; so it seems to be a problem with my setup... fg,asdr IOhannes smime.p7s Description: S/MIME Cryptographic Signature ___ Pd-list@iem.at mailing list UNSU

Re: [PD] Pd-GUI-Rewrite 0.43 status: usable

2010-01-14 Thread IOhannes m zmoelnig
IOhannes m zmoelnig wrote: > András Murányi wrote: >> PS i'd be happy to give you ssh to my 64-bit box if that helps. >> Then, I'm very interested in the PPA. I have no idea how to put together a >> source package, i also don't know makefiles (yet). Do you thi

Re: [PD] create folder implementation

2010-01-14 Thread IOhannes m zmoelnig
hi removed all those who receive this mail anyhow, because they are subscribed to the list. Matteo Sisti Sette wrote: > Matteo Sisti Sette escribió: >> Hans-Christoph Steiner escribió: >>> >>> I wrote an external called [sys_gui] that allows you to send Tcl to the >>> GUI from Pd. While you can't

Re: [PD] create folder implementation

2010-01-14 Thread IOhannes m zmoelnig
colet.patr...@free.fr wrote: > Selon Matteo Sisti Sette : > >> Any suggestions on how to check for the existence of a directory? >> > > it would be childish if [sys_gui] or another object would retrieve tcl > console > output, then [puts [glob -type d My-Dir]< would do the trick, or just a bang

Re: [PD] 'synced' number and slider

2010-01-19 Thread IOhannes m zmoelnig
Jonathan Wilkes wrote: > > --- On Sun, 1/17/10, zmoel...@iem.at wrote: > >> the send/receive "magic" in the iemguis are explicitely >> designed to allow the same send/receive names in order to >> sync several different objects. > > So is it a bug that sending input to the inlet of one GUI doesn

Re: [PD] Pd-GUI-Rewrite 0.43 status: usable

2010-01-19 Thread IOhannes m zmoelnig
Hans-Christoph Steiner wrote: > > "compute audio" is easier to understand, but it then doesn't match the > 'pd dsp' message or the Media menu items. häh? the media menu items in Pd <=0.42 reads "audio ON" and "audio OFF". these do not match the "pd dsp" message, but kind of relate to "compute

Re: [PD] abs~ on 64-bit and 0.42.3

2010-01-19 Thread IOhannes m zmoelnig
Orm Finnendahl wrote: > Hi all, > > sorry, forgot the attachement. Here it is again... > > Hi all, > > abs~ seems to be broken on my machine with 64-bit linux and pd 0.42.3 > > Clicking in the bang in the attached patch should result in a straight > line at +0.5 (at least that's what I think i

Re: [PD] abs~ on 64-bit and 0.42.3

2010-01-19 Thread IOhannes m zmoelnig
Miller Puckette wrote: > Hi all, > > I juect checked and abs~ and exp~ are indeed broken in 0.42-3 (and 0.42-4) - > that got fixed in my source a few months ago but I haven't been releasing > anything since there's a huge GUI re-write underway. > > Here's the damage... > > [...@slash src]$ diff

Re: [PD] does the model object in GEM doesnt work

2010-01-20 Thread IOhannes m zmoelnig
Camilo Cadavid Corredor wrote: > the model object in GEM does not work, i have tried it in different > computers. Is there another way to load a .obj? the model object in Gem does work. i have tried it on different computers, different architectures and different operating systems. there is no

Re: [PD] can I change the cube object in GEM

2010-01-21 Thread IOhannes m zmoelnig
Camilo Cadavid Corredor wrote: > Can I load an image with pix_image and the control it like the cube object > does with the cube? yes and no. i suggest you go through the tutorial patches that come with Gem (there should be a directory examples/ somewhere containing about 10 directories of examp

Re: [PD] openpanel crash

2010-01-21 Thread IOhannes m zmoelnig
Alexandre Porres wrote: > Hi there, I am having the hardest of times getting the [openpanel] to work > here. > > It is not the first time I see it unstable, sometimes it crashed here or > there in one or another patch, but usually working most of the time. > > Now it just about never works. Not i

Re: [PD] Help installing pd-extended

2010-01-25 Thread IOhannes m zmoelnig
Hans-Christoph Steiner wrote: > > The other option is run the install on the command line and use Force > Depends, I think its something like this: > > dpkg -i --force-depends pd-extended.deb > on the packager side: before the huge pd-extended package is split into several nice packages which w

Re: [PD] OSC in pd-extended 0.41.4 on Mac OS X Intel

2010-01-25 Thread IOhannes m zmoelnig
rene beekman wrote: > I have a prebuilt pd-extended 0.41.4 install on an Intel mac running snow > leopard, where sendOSC and OSCroute work, but dumpOSC gives a "... couldn't > create" error > the dumpOSC.pd_darwin object does exist in the /Contents/Plugins/osx folder btw, you should use [udprece

Re: [PD] Quantize [ctlout]'puts?

2010-01-25 Thread IOhannes m zmoelnig
hi. Gintaras Lau. wrote: > Hello, > Is it possible or necessary to quantize simultaneously outgoing MIDI > signals of 'n' [ctlout X X] objects. hmm, i'm not sure whether i understand your problem. anyhow, three generic hints: - if you want to avoid sending duplicate values, have a look at [chan

Re: [PD] Hour-aware patch

2010-01-25 Thread IOhannes m zmoelnig
Ignacio Lois wrote: > Hello people, > > Is there a way to make a patch aware of the CPU clock? By clock I mean the > actual time of the day. by "CPU clock" people usually mean something related to the speed of their processor (e.g. "my brandnew Z80 runs at 8MHz") > Or at least, is it possible t

Re: [PD] pd-gui-rewrite and tcl/tk version

2010-01-25 Thread IOhannes m zmoelnig
Roman Haefeli wrote: > Hi all > > When configuring pd-gui-rewrite, I don't see an option to set a certain > version of tcl/tk. The result seems to work fine with both, 8.4 and 8.5. > It seems, that it 'prefers' 8.4 over 8.5, if both are installed. > > Is there a way to force a certain version? A

Re: [PD] [GEM] create a jpg of arbitrary dimensions?

2010-01-26 Thread IOhannes m zmoelnig
Jaime Oliver wrote: > Hi all, > > how would any of you go about creating a white .jpg file of arbitrary > dimensions? depends on the context. if i wanted to create a single file of a certain dimension i would use the gimp. for more repetitive tasks i would use ImageMagick. > pix_write will only

Re: [PD] text2d / text3d

2010-01-26 Thread IOhannes m zmoelnig
James Dunn wrote: > I recently changed my OS to Ubuntu Hardy to use the proprietary driver > for my graphics card as I was having problems with text3d amongst > other things. However, the rendering of text3d still looks bad > compared to text2d (please see the image below). I've tried sending > FSA

Re: [PD] text2d / text3d

2010-01-26 Thread IOhannes m zmoelnig
James Dunn wrote: > Quoth IOhannes m zmoelnig, on 26/01/10 13:15: >> "fsaa" will (should) only work with nvidia drivers on linux. >> for ati cards, see the documentation for the drivers how to enable fsaa. >> for nvidia cards, you should be able to set the fsaa via

Re: [PD] Latest gem troubles - pix_multiimage and pix_imageInPlace crashing

2010-01-27 Thread IOhannes m zmoelnig
James Dunn wrote: > ah, it seems I didn't have imagemagick installed! Weird that it just > crashed though - a console message could be useful. hmm. 1st, you obviously had imagemagick installed, because the backtrace showed that Magick::Image::read() threw an exception which was not caught by Gem.

Re: [PD] [GEM] create a jpg of arbitrary dimensions?

2010-01-27 Thread IOhannes m zmoelnig
Vincent Rioux wrote: > u might want to check http://www.graphicsmagick.org/ as well right. but this is just a fork/successor of ImageMagick, so i counted that in as well. gfamsdr IOhannes smime.p7s Description: S/MIME Cryptographic Signature ___ Pd-li

Re: [PD] Latest gem troubles - pix_multiimage and pix_imageInPlace crashing

2010-01-27 Thread IOhannes m zmoelnig
James Dunn wrote: >> > > I was using one of the latest build's of pd-extended and have now > updated it to 0-42.5-extended-20100126 which has Gem 0.92.2. I also > tried Pd-0.41.4-extended-ubuntu-hardy-i386.deb from puredata.info but > the problem was the same in all these versions. When I looke

Re: [PD] 'synced' number and slider

2010-01-28 Thread IOhannes m zmoelnig
Jonathan Wilkes wrote: > > --- On Tue, 1/19/10, IOhannes m zmoelnig wrote: > > > The rule is a little more complicated: > if (and only if) an iemgui object has the same send/receive name, then: > a) it will not pass any messages it gets via its inlet to the outlet and

Re: [PD] A "multiple problem" with video playing (was Re: Pd-list Digest, Vol 58, Issue 125)

2010-01-28 Thread IOhannes m zmoelnig
changed the subject back to the original mail... Marco Donnarumma wrote: > Yep, I can confirm the same. I worked with three macs connected via LAN and > a simple sync via a master works very well. this will usually give you quite a lot of jitter, since the "now" in Pd drifts in the audio-buffer (

Re: [PD] A "multiple problem" with video playing

2010-01-28 Thread IOhannes m zmoelnig
tep wrote: > Thanks Iohannes > > So, i can conclude that the slaves local frame clocks are taken from the > "local" gemhead objects, as explained in Matteo's answer ? Is it more > reliable/light than using a metro on each computer (which would allow me to > change the playback speed) ??? well cha

Re: [PD] 'synced' number and slider

2010-01-28 Thread IOhannes m zmoelnig
Jonathan Wilkes wrote: > > In other words, whether you send a value through an inlet to > one of the linked iemguis, or use [send] to send a value to all the > linked iemguis, it should set the value on all linked iemguis. so how do you control a single iemgui then? (without side-effects to the

Re: [PD] 'synced' number and slider

2010-01-28 Thread IOhannes m zmoelnig
Jonathan Wilkes wrote: >> >> they don't. >> there is no simple way to distinguish between "received" >> messages and >> those that come in through an "inlet". (there are ways, >> involving proxy >> objects; but this opens up another can of worms) > > They do currently cause different behavior (see

Re: [PD] pix_video error -9402

2010-02-01 Thread IOhannes m zmoelnig
Michael Bliem wrote: > it seems like you forgot to write the body of your email. mfgas IOhannes smime.p7s Description: S/MIME Cryptographic Signature ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/l

Re: [PD] Floats and negative numbers over OSC

2010-02-01 Thread IOhannes m zmoelnig
Georg Werner wrote: > Hi, > > i tried your patch on winxp just with udpsend and had the same problems: > error: udpsend_send: item 0 (-1.00) is not between 0 and 255 > error: udpsend_send: item 0 (1.10) is not an integer > so maybe the problem is not OSC but UDP? as it seems to handle only

Re: [PD] [instance] and dynamic object creation

2010-02-01 Thread IOhannes m zmoelnig
Marco Donnarumma wrote: >> If you want a loadbang, you can send a message "loadbang" to "pd-mypatch", >> i.e.: >> >> [; >> pd-mypatch.pd obj 10 10 myobject; >> pd-mypatch.pd loadbang( >> >> Ciao >> -- >> Frank >> >> > > Thanks Frank, I was already trying to send a loadbang, but the first > [instan

Re: [PD] pix_video error -9402

2010-02-01 Thread IOhannes m zmoelnig
Michael Bliem wrote: > hi again, body should be visible now? yes, much better. i have also re-added pd-list, since this has been omitted now :-) > > i need some help or information, please! > > until yesterday my builtin isight webcam > of macbook pro worked just fine. after > setting dimen to

[PD] prefix (was Re: vu analog style scale?)

2010-02-03 Thread IOhannes m zmoelnig
On 2010-02-03 03:18, ypatios wrote: > (sorry, forgot the prefix!) häh? just in case: nobody (well, almost) adds the [PD] prefix to the subject. this is done automatically by the mailing-list server. fgmasdr IOhannes smime.p7s Description: S/MIME Cryptographic Signature ___

Re: [PD] vu analog style scale?

2010-02-03 Thread IOhannes m zmoelnig
On 2010-02-03 01:59, ypatios wrote: > hello > > i understand that for sound level representation in the digital domain, a > special dB scale is used: The dB full scale (or dBFS). In this scale 0dB > represents the maximum possible magnitude of a sample before clipping (e.g.: > |x(n)|=1=0dBFS). > I

Re: [PD] float to a signal inlet

2010-02-03 Thread IOhannes m zmoelnig
On 2010-02-03 08:20, Andrew Faraday wrote: > > I think it's an historical thing, most audio inlets which might benefit from > a signal level message have the [sig~] built in. I understand this might not > always have been the case so some more old school PDers use it, and they > remain in the h

Re: [PD] vu analog style scale?

2010-02-03 Thread IOhannes m zmoelnig
On 2010-02-03 11:58, ypatios wrote: > can you please answer the last question of my first mail? > "Would it be meaningful to offset the incoming values to make use of the > visual space above 0dB or would it mess up the scaling?" meaing lies in the eye of the beholder. nevertheless: the scale of

Re: [PD] delwrite~ with dynamic length

2010-02-04 Thread IOhannes m zmoelnig
On 2010-02-04 14:00, Ignacio Lois wrote: > Hello, > I'm trying to initialize a delwrite~ object with varying msec length. > I don't seem to be able to pass the length as a variable and into the > creation argument. > Am I trying something horribly stupid, or is there a way to do that? > Thanks [de

Re: [PD] [env~ ] vs [vsnapshot~ ]: which one is more cpu consuming?

2010-02-09 Thread IOhannes m zmoelnig
On 2010-02-07 10:34, ypatios wrote: > hello! > > By using [block~ 1], you're >> increasing the number of clock calls, and the arithmetic for finding >> an index is kind of wasted since the block is only one sample long. >> Maybe it would be best to avoid [block~] and bang vsnapshot~ with a >> metr

Re: [PD] peak amplitude in pd vanilla (was: [env~ ] vs [vsnapshot~ ]: which one is more cpu consuming?)

2010-02-09 Thread IOhannes m zmoelnig
On 2010-02-09 11:21, ypatios wrote: > Hallo Frank :-), thanks for your reply > > (i updated the subject since the discussion moved on..) > > While you could bang vsnapshot~ at samplerate and keep track of samples in a >> list or so, this is a waste of resources. Something like tabsend~ or >> tabw

Re: [PD] PD Gui-Rewrite Linux Problem

2010-02-10 Thread IOhannes m zmoelnig
On 2010-02-10 01:03, ailo wrote: > Hans-Christoph Steiner wrote: >> >> Pressing Enter doesn't usually create new objects, or at least any >> version of Pd that I know. Which version of Pd are you using? >> >> .hc >> > Sorry. My confused. > > What I meant was that I am unable to deselect the objec

Re: [PD] PD Gui-Rewrite Linux Problem

2010-02-10 Thread IOhannes m zmoelnig
On 2010-02-10 09:04, IOhannes m zmoelnig wrote: > > i remember something like this. > then it magically went away, and i was unable to reproduce it. > > anyhow, one suggestion is to disable all the startup plugins (by > deleting/renaming/moving them from the startup/ folder)

Re: [PD] Wiimote and MotionPlus on Linux

2010-02-22 Thread IOhannes m zmoelnig
On 2010-02-21 17:29, Jack wrote: > Is it possible to use the Wiimote with MotionPlus on Linux ? > It seems [wiimote] need an upgrade to return informations from the > MotionPlus. Am I wrong ? > Thanx. i've used the motionplus and modded mike's original sources. they can now be found in the pureda

Re: [PD] GEM: can't load library / libMagickWand Problem

2010-02-22 Thread IOhannes m zmoelnig
On 2010-02-21 17:35, Dario Pedrioli wrote: > /usr/local/lib/pd/extra/Gem.pd_linux: /usr/lib/libMagickWand.so.1: undefined > symbol: ClutImageChannel > Gem: can't load library > > Never had this problem before on the same machine... maybe a libmagick > upgrade? > no idea but i'm pretty sure that

Re: [PD] jack on through console?

2010-02-22 Thread IOhannes m zmoelnig
On 2010-02-21 00:10, João Pais wrote: > Hi, > > actually I don't want to start/stop many times. I just have a complex > setup now (jack+jackrack+pd+ardour), and wanted to start them all with > one bash command. the gui of qjackctl would be necessary, for when I > have to create/remove connections

Re: [PD] sending 'clear' to [oneshot] after a condition is met

2010-02-22 Thread IOhannes m zmoelnig
On 2010-02-19 20:38, Alexandre Castonguay wrote: > Hi all, > > I can't figure out why the message 'clear' in this patch is not sent to > [oneshot]. Clicking it manually works fine. > which version on [oneshot] are you using? the abstraction implementation seems to work as expected. the externa

Re: [PD] install iemguts in pd 0.4.14

2010-02-22 Thread IOhannes m zmoelnig
On 2010-02-17 23:47, András Murányi wrote: > downloading works with the svn command: > "svn checkout > https://pure-data.svn.sourceforge.net/svnroot/pure-data/trunk/externals/iem/iemguts/ > " > and if you don't want to go through svn, just download the sources directly from: http://pure-data.svn

Re: [PD] Alias an internal with an abstraction

2010-02-22 Thread IOhannes m zmoelnig
On 2010-02-13 05:54, Hans-Christoph Steiner wrote: > > FYI: I agree with Roman. I already removed the 0.42 aliasing feature > from Pd-extended 0.42.5 FYI: i agree with Roman, but i don't think it's a good idea to divert the behaviours of PdX and Pd in such cases: it will only make transition eve

Re: [PD] playlist ( where the hell are you ??? )

2010-02-22 Thread IOhannes m zmoelnig
On 2010-02-11 21:15, Gintaras Lau. wrote: > it's tricky that $ sudo pd in terminal starts pd but no object created why sudo? > > then I found to change the permissions an allow execution of files > that was created by copying text to 'gedit' and saved. whoa. does this mean the gedit will automat

Re: [PD] GEM: can't load library / libMagickWand Problem

2010-02-22 Thread IOhannes m zmoelnig
On 2010-02-22 11:11, Dario Pedrioli wrote: > > Without ImageMagick (./confugure --without-ImageMagick) everything works > fine. > > So my question now is: ImageMagick is used only for various image format > import? > and export. fgmasdr IOhannes smime.p7s Description: S/MIME Cryptographic Si

Re: [PD] problems getting openCV to work in pd (pix_opencv) on OSX 10.6

2010-02-22 Thread IOhannes m zmoelnig
On 2010-02-22 16:47, Sebastian Wolf wrote: > hi all, > > I tried to install the OpenCV libary for pure data but it won't work > I get the following error: > > > /Users/zwolle/Library/Pd/pix_opencv/extra/pix_opencv_threshold.pd_darwin: > dlopen(/Users/zwolle/Library/Pd/pix_opencv/extra/pix_openc

Re: [PD] Wiimote and MotionPlus on Linux

2010-02-22 Thread IOhannes m zmoelnig
On 2010-02-22 14:51, Jack wrote: > Thanx IOhannes for your help, but i have some troubles with the patch. > > After : > $ cd '/home/jack/Documents/Projets > externes/Dakar/atelierDanseWii/WiimoteOrigine/src/cwiid-0.6.00/libcwiid' > $ patch -p0 < > '/home/jack/wiimote/patches/cwiid201_motionplus_se

Re: [PD] Wiimote and MotionPlus on Linux

2010-02-23 Thread IOhannes m zmoelnig
On 2010-02-23 02:04, Jack wrote: >> What i do with this Make.local now, where i put it ? >> Now sending [reportMotionplus 1( to [wiimote] return : >> angle_rate 8000 8050 7870 >> low_speed 1 1 1 > >> The problem is i get always 1 1 1 with low_speed. Because of the >> Make.local file ? exactly.

Re: [PD] deleting file from a Pd patch

2010-02-24 Thread IOhannes m zmoelnig
On 2010-02-23 13:16, Derek Holzer wrote: > | > [prepend rm] what is the purpose of [prepend] here? couldn't you do that with [prepend $1( for exactly the same effect? fgmkasdr IOhannes > | > [shell] > smime.p7s Description: S/MIME Cryptographic Signature _

Re: [PD] another [readanysf~] install-on-ubuntu guide.

2010-02-24 Thread IOhannes m zmoelnig
On 2010-02-24 01:04, Hans-Christoph Steiner wrote: > > > Sounds like only the debian/copyright file needs to be sorted out. yes. to my knowledge, at least 2 persons have failed in doing so. i haven't had a look at it myself (nor do i honestly intend to do so), but there seems to be some difficu

Re: [PD] FFT work?

2010-02-24 Thread IOhannes m zmoelnig
On 2010-02-24 04:57, Jerome Covington wrote: > Hi List, > > Can anyone point me towards FFT implementations in PD? [fft~], [rfft~] and there inverses? there are a lot of examples for diong DSP-processing in Pd in examples/03.audio/ overlap-and-add is really one of the more elegant solutions in

Re: [PD] deleting file from a Pd patch

2010-02-24 Thread IOhannes m zmoelnig
On 2010-02-24 09:35, Derek Holzer wrote: > The purpose is to add the "rm" command to the filename created > previously. I don't see your logic with the message, however. Are you > trying to avoid using [prepend] (i.e. to stay Vanilla)? > yes, i made a typo. it should have read [rm $1( and yes,

Re: [PD] "Crash?" on quitting Pd

2010-02-25 Thread IOhannes m zmoelnig
On 2010-02-25 00:53, ryan legge wrote: > > Pd 'crashes' when I quit Pd...weird. > please file a bug report at http://sourceforge.net/tracker/?group_id=55736&atid=478070 it would also be interesting whether any special circumstances accompany the crash (e.g. audio on. a special(?) patch loaded,.

Re: [PD] "Crash?" on quitting Pd

2010-02-25 Thread IOhannes m zmoelnig
On 2010-02-25 09:08, IOhannes m zmoelnig wrote: > On 2010-02-25 00:53, ryan legge wrote: >> >> Pd 'crashes' when I quit Pd...weird. >> > > please file a bug report at > http://sourceforge.net/tracker/?group_id=55736&atid=478070 > > it would als

[PD] [PD-announce] LiWoLi 2010 - Open Call

2010-02-26 Thread IOhannes m zmoelnig
Open Call LiWoLi 2010 Linz! We are happy that we are able to announce that LiWoLi 2010 is taking place once again at the Kunstuniversitaet Linz 15 - 17 April 2010! We are looking forward getting your contributions along our this years topic The Art of 'doing it togehter' (DIT) Please read the su

Re: [PD] How to add relative paths - was: Re: Extended can't load any library except Gem on Windows Vista

2010-03-08 Thread IOhannes m zmoelnig
On 2010-03-07 19:30, Matteo Sisti Sette wrote: >> What can be wrong? >> seems like you are missing the libdir loader. Pd-extended compiles libraries as libdirs, which cannot be loaded "as libraries" by Pd-vanilla (nor by Pd-extended i think): in order to load them as a library,l you have to use a

Re: [PD] routing midi-clock

2010-03-08 Thread IOhannes m zmoelnig
On 2010-03-07 18:04, Atte André Jensen wrote: > Hi > > I'm trying (and failing) to build a pd patch for routing midi-clock + > audio based on the position of a horizontal slider. > > So basically a patch that sends all midi, or at least midi clock > straight through if some object holds 1 block i

Re: [PD] warning: class XXX overwritten - what does it mean?

2010-03-08 Thread IOhannes m zmoelnig
On 2010-03-07 17:58, Matteo Sisti Sette wrote: > Hi, > > Can anybody explain what these warning messages mean, appearing on the > Pd console at startup when I use GEM?: > > warning: class 'pix_filmQT' overwritten\; old one renamed > 'pix_filmQT_aliased' > warning: class 'pix_movieDS' overwritten\

Re: [PD] Create MIDI Message - Launchpad Interaction

2010-03-08 Thread IOhannes m zmoelnig
On 2010-03-07 13:19, Achim Christian Bornhöft wrote: > How can I create three bytes raw midi messages in the following forms to > interact with my launchpad from within PD? > > 128, , use | [pack 0 0] | [128, $1, $2( | and similar. fmadsr IOhannes smime.p7s Description: S/MIME Cryptographi

Re: [PD] warning: class XXX overwritten - what does it mean?

2010-03-08 Thread IOhannes m zmoelnig
On 2010-03-08 09:40, Matteo Sisti Sette wrote: > Great. > Just out of curiosity however, what do the warning mean? Well ok, they > mean a class has been overridden, but "why"? The classes mentioned in > the error messages (pix_videoDS for example) don't exist in Pd, so it > seems like they are def

Re: [PD] List of GEM objects

2010-03-10 Thread IOhannes m zmoelnig
On 2010-03-10 02:58, Ariane stolfi wrote: > hi > > I've made this patch with all the objects I've found in the list of > objects from the GEM manual, nice, but please remove gemorb & gemtablet, as they are no longer part of Gem. neither is markEx. the manual should probably be updated... fgmas

Re: [PD] diff frame from previous frame with Gem

2010-03-10 Thread IOhannes m zmoelnig
On 2010-03-10 17:36, Hans-Christoph Steiner wrote: > > Your patch is pretty simple, but it seems to be that the logic of this > operation should be based off of the frame clock rather than a delay. [pix_delay] is a tap-delay (like z~), thus you give it the "samples" (frames) to delay, rather tha

Re: [PD] Array with text named indices?

2010-03-11 Thread IOhannes m zmoelnig
On 2010-03-11 15:25, Jack wrote: > [msgfile] from zexy ? zexy's [index] will map symbols to integer id's. or more generic solution is PDContainer's [f_map] fgmasdr IOhannes smime.p7s Description: S/MIME Cryptographic Signature ___ Pd-list@iem.at mai

[PD] [PD-announce] gem 0.92.3 released!

2010-03-15 Thread IOhannes m zmoelnig
the third bugfix release for Gem 0.92 has been made available to the public. it fixes a number of showstoppers in 0.92.2, namely: * crasher bugs o fixed a memory leak in [pix_multiblob] (closes #2969978) o fixed potential crasher bug for PixDualObjects in [pix_buffer_read] (closes #2963094)

Re: [PD] PD_FLOATYPE=double

2010-03-17 Thread IOhannes m zmoelnig
On 2010-03-17 16:33, errordevelo...@gmail.com wrote: > > or [osc~] is all we got working with doubles so far?? > i guess most of the double-precision code is still the one i wrote. which means, that the lookup-table generators (phasor~, cos~, osc~) are not implemented at all. soundfiles should w

Re: [PD] mp3cast~ on ubuntu 9.10 crash pd

2010-03-18 Thread IOhannes m zmoelnig
On 2010-03-17 20:53, Nicolas Montgermont wrote: > I tried to compile it from the svn. > I manage to build the pd_linux (removing the -Werror flag) but the > object is still crashing pd when connecting to the server... > here is the log of the compilation, does anyone got an idea? > thanks in advanc

Re: [PD] mp3cast~ on ubuntu 9.10 crash pd

2010-03-18 Thread IOhannes m zmoelnig
On 2010-03-18 13:06, Nicolas Montgermont wrote: > thanks for the help. > here is the backtrace of gdb : > Program received signal SIGABRT, Aborted. > 0x0012d422 in __kernel_vsyscall () > (gdb) backtrace > #0 0x0012d422 in __kernel_vsyscall () > #1 0x002874d1 in raise () from /lib/tls/i686/cmov/li

Re: [PD] GEM: forcing the use of Quicktime with pix_flim??

2010-03-18 Thread IOhannes m zmoelnig
On 2010-03-18 19:18, Matteo Sisti Sette wrote: > By the way, I see a "Gem Man: QT init OK" message in the console with > gem 0.92.1, so I guess there still _is_ some kind of support of > QuickTime. Is there a way I can tell [pix_video] to use QuickTime rather > than DirectShow (until I figure out w

Re: [PD] avoiding flicker with pix_video+pix_movement

2010-03-22 Thread IOhannes m zmoelnig
On 2010-03-21 18:22, Matteo Sisti Sette wrote: > Hi, > > How do you work this around? How can one "know" whether a new frame has > been captured or not? you can learn quite everything about a pix with [pix_info] fgmasdr IOhannes smime.p7s Description: S/MIME Cryptographic Signature __

Re: [PD] Path limit on Linux?

2010-03-22 Thread IOhannes m zmoelnig
On 2010-03-21 15:17, Ignacio Lois wrote: > Hello everyone, > I'm running pd on Ubuntu here, and it looks like there's a limit of ten > different paths on the path menu. > Is this true? no (at least not with recent versions of Pd) > How can I get more than these? add all the 10 paths. close the

Re: [PD] avoiding flicker with pix_video+pix_movement

2010-03-22 Thread IOhannes m zmoelnig
On 2010-03-22 09:48, Matteo Sisti Sette wrote: > IOHannes wrote: > > I tried [print]ing the output from the 7th outlet, whose function is not > quite clear in the help patch: "list ". I guessed > either or _may_ be a boolean meaning whether the > image is new (or the film, whatever it is), but e

Re: [PD] question about netclient and netserver

2010-03-24 Thread IOhannes m zmoelnig
On 2010-03-24 00:39, Ivica Ico Bukvic wrote: > Hi all, > > I've been trying to port my udp-based network communication to tcp-based > and in a large ensemble netclient/netserver seemed like the best option. > However, now that I've tested it in a couple sessions I am finding that > every time I br

Re: [PD] question about netclient and netserver

2010-03-25 Thread IOhannes m zmoelnig
On 2010-03-25 04:02, Ivica Ico Bukvic wrote: > Regarding tcpserver/tcpclient these don't cut it as they only forward > numerical info. We need alphanumeric-compatible system like > netsend/netreceive that also supports broadcasting. you are missing the point of tcpserver/tcpclient then. they sen

Re: [PD] Data Quantization

2010-03-25 Thread IOhannes m zmoelnig
On 2010-03-25 00:21, Jonathan Wilkes wrote: > > [metro] [receive your_incoming_data]| /|/| /| /[f] so the original author meant "time quantization" (?). anyhow, if you want proper data then the above patch is a bit naive, as it is totally ignoring the nyquist-shannon samp

Re: [PD] question about netclient and netserver

2010-03-25 Thread IOhannes m zmoelnig
On 2010-03-24 16:30, Roman Haefeli wrote: > > Yeah, I saw it in #dataflow. Are you also planning to address the buffer > overrun problem? i try not to run into it in the first place. fgmsdar# IOhannes PS: (forgot to send this email yesterday) smime.p7s Description: S/MIME Cryptographic Sign

[PD] iemnet (was Re: question about netclient and netserver)

2010-03-25 Thread IOhannes m zmoelnig
On 2010-03-24 17:08, martin.pe...@sympatico.ca wrote: > > zmoelnig wrote: > >> PS: >> for what it is worth: i have forked mrpeach/net yesterday, with the aim > > > If you're going to do that, I think you should change their names, otherwise > confusion will reign. the names are just perfect :-

Re: [PD] Weird [delread~] behavior under -nogui

2010-03-29 Thread IOhannes m zmoelnig
hi On 2010-03-27 17:11, Derek Holzer wrote: > Hey Flo, > > IOhannes accused me of making this up when I posted it a week or so ago > ;-) > Thanks for posting a documented example. Yes it does seem like > voodoo doesn't it? i haven't tried the patch yet, but indeed there seems to be a problem,

Re: [PD] And finally... netbook recommendation

2010-03-30 Thread IOhannes m zmoelnig
On 2010-03-30 04:54, Jerome Covington wrote: > Are there any recommendations on netbook/audio interface combinations > for further development and performance using pd? > > I am at the moment OS agnostic. > i love my eee901go running plain debian/squeeze|sid (no wimpy netbook remix or the like)

<    1   2   3   4   5   6   7   8   9   10   >