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

2008-09-01 Thread Max Neupert
i think it's worth it to look at how some other applications handle it. it is quite annoying if the same function is different across applications and when you spent a lot of time in one program you get confused working with a different one. (for example i regularily try to go to edit mode

Re: [PD] GEM + eee, segmentation fault

2008-08-12 Thread Max Neupert
hi list, just got a 901 and gem seems to run fine so far, i'd like to know how to access the webcam though in GEM. (ubuntu is on it) Am 28.07.2008 um 17:46 schrieb IOhannes m zmoelnig: potax flan wrote: just installed debian lenny on the eeePC and gem works fine. just ran a few basic

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

2008-06-22 Thread Max Neupert
Hans, thank you for doing that. I have some remarks though: Am 2008-06-23 um 06:58 schrieb Hans-Christoph Steiner: - default locations for user-installed externals, helpfiles, etc. Mac OS X: /Library/Pd and ~/Library/Pd i still think it should rather be /Library/Application Support/Pd -

Re: [PD] ~/pd or ~/.pd for user's externals directory

2008-06-16 Thread Max Neupert
i think /Library/Application\ Support/Pure\ Data and ~/Library/Application\ Support/Pure\ Data would make more sense on OS X m. Am 2008-06-16 um 19:49 schrieb Hans-Christoph Steiner: With this release of Pd-extended, all platforms have default locations for user-installed externals,

Re: [PD] Abstractions search path hirarchy (was: pduino-arduino trouble)

2008-06-15 Thread Max Neupert
, that was my mistake, I removed hardware/arduino.pd from the nightly builds since it shouldn't be there. Sorry about that... .hc On Jun 14, 2008, at 11:59 AM, Max Neupert wrote: hi list, i found the source of my problem here. the patch was using the [arduino] abstraction. i had it located

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

2008-06-15 Thread Max Neupert
do the following to reproduce a crash (tested on os x, don't know about other systems) open pd navigate to menu - Pd-extended - About Pd... select some of the text close the window crash Am 2008-06-04 um 20:59 schrieb Hans-Christoph Steiner: For this release, there has been a lot of work

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

2008-06-15 Thread Max Neupert
done. Am 2008-06-15 um 23:01 schrieb Hans-Christoph Steiner: Strange one, could you file a bug report? .hc On Jun 15, 2008, at 11:39 AM, Max Neupert wrote: do the following to reproduce a crash (tested on os x, don't know about other systems) open pd navigate to menu - Pd-extended

[PD] Abstractions search path hirarchy (was: pduino-arduino trouble)

2008-06-14 Thread Max Neupert
i am sure no other version is loaded instead. max Am 2008-06-13 um 18:54 schrieb Claude Heiland-Allen: Max Neupert wrote: this is the output when it does work: set_baudrate baudbits: 57600 this is the output when it doesn't: set_baudrate baudbits: 115200 anyone has a clue what's

Re: [PD] pduino-arduino trouble

2008-06-13 Thread Max Neupert
-13 um 03:03 schrieb Martin Peach: Well errno 9 is EBADF, error bad file number, so the serial port file descriptor is not good for some reason, maybe because the serial port was closed. Martin From: Max Neupert [EMAIL PROTECTED] To: pd-list@iem.at Subject: [PD] pduino-arduino trouble

Re: [PD] pduino-arduino trouble

2008-06-13 Thread Max Neupert
that could be it. but why is it doing that? the comport object in the arduino abstraction says [comport $1 57600] so shouldn't the rate be fixed to 57600? why does it sometimes connect with 115200? max Am 2008-06-13 um 18:54 schrieb Claude Heiland-Allen: Max Neupert wrote

Re: [PD] (trigger-prepend) connection failed

2008-06-12 Thread Max Neupert
is loaded when i run in -nogui? on the other hand [cyclone/prepend] has two inlets as well, so it might be something else. comments would be appreciated. Am 2008-06-12 um 15:54 schrieb Max Neupert: logik 25 1 16 1 (trigger-prepend) connection failed this only apperars when i load pd

Re: [PD] (trigger-prepend) connection failed

2008-06-12 Thread Max Neupert
aah, great. after replacing [prepend] with [list prepend] it works. thank you frank! max Am 2008-06-12 um 17:02 schrieb Frank Barknecht: Hallo, Max Neupert hat gesagt: // Max Neupert wrote: ok, the cause for the message could not open midi output 1 (MidiPipe Eingang 1): PortMidi: `Bad

[PD] pduino-arduino trouble

2008-06-12 Thread Max Neupert
hi list, i have problems getting a arduino diecimila to run. sometimes i get this: Write error, maybe TX-OVERRUNS on serial line [comport] write returned -1, errno is 9 Write error, maybe TX-OVERRUNS on serial line [comport] write returned -1, errno is 9 Write error, maybe TX-OVERRUNS on serial

[PD] can't open midi port in -nogui

2008-06-11 Thread Max Neupert
hi list, (using Pd-0.40.3-extended-rc1-macosx104-powerpc.dmg) on 10.4, PPC i use a shell script to startup pd for an installation. it looks something like this: ---shell script- /Applications/Pd-extended.app/Contents/Resources/bin/pd -path /

Re: [PD] Alternate object

2008-06-11 Thread Max Neupert
hi james, it's part of markex says the help file. If i remember right there is also one in Gem. But you can also really easy make an alternate yourself. max Am 2008-06-12 um 01:02 schrieb James Dunn: Hi, Can anyone tell me where I can find the Alternate object? I'm using pd 0.39-3

Re: [PD] Alternate object

2008-06-11 Thread Max Neupert
examples attached. alternierend.pd Description: Binary data Am 2008-06-12 um 01:02 schrieb James Dunn: Hi, Can anyone tell me where I can find the Alternate object? I'm using pd 0.39-3 extended on Ubuntu 8.04 thanks James ___

[PD] (trigger-prepend) connection failed (was: can't open midi port in -nogui)

2008-06-11 Thread Max Neupert
failed this only apperars when i load pd in nogui. Am 2008-06-12 um 01:18 schrieb Max Neupert: hi list, (using Pd-0.40.3-extended-rc1-macosx104-powerpc.dmg) on 10.4, PPC i use a shell script to startup pd for an installation. it looks something like this: ---shell script

Re: [PD] VLC rc connection

2008-06-09 Thread Max Neupert
what's the current status of this? any VLC_control object yet? max Am 2007-12-07 um 01:03 schrieb Hans-Christoph Steiner: I cc'ed the list since I think this is of general interest, also, other people can contribute there as well. ___

[PD] pduino problem

2008-06-09 Thread Max Neupert
hi list, i'm using the arduino object with a diecimila and pduino firmware under pd-extended 0.39 on OS X. when i do [import flatspace] and then [arduino] i get [import] $Revision: 1.2 $ written by Hans-Christoph Steiner [EMAIL PROTECTED] compiled on Oct 20 2007 at 05:10:25

Re: [PD] netpd broken?

2008-06-01 Thread Max Neupert
BAD BOY! but thanks for fixing it. Am 2008-06-01 um 19:59 schrieb Hans-Christoph Steiner: Hmm, I think I might have broken the subpatch receive symbols a couple of days ago, which might be the cause of this. I just fixed my mistake, so tomorrow, they should work again. .hc On Jun 1, 2008,

Re: [PD] netpd broken?

2008-05-30 Thread Max Neupert
Am 2008-05-29 um 23:54 schrieb Roman Haefeli: just a little remark (you might know it already): [declare -*path] works locally in the sense, that pathes are added only for the patch, that holds the [declare]. for testing the netpd stuff, it really only works, if you try it within the

Re: [PD] netpd broken?

2008-05-30 Thread Max Neupert
Am 2008-05-29 um 19:58 schrieb Enrique Erne: Max Neupert wrote: servus roman, list, i wanted to demonstrate netpd today here in melbourne and failed. on a intel mac os x 10.5: with a fresh pd-extended 0.4xx and downloaded netpd.zip i can open _chat.pd. then when i click on creator

Re: [PD] pd not starting on winXP

2008-05-30 Thread Max Neupert
looks to me like a firewall issue. pd are two processes communicating which each other. try again with disabled firewall to find out if that's the cause and report back. m Am 2008-05-30 um 21:27 schrieb Enrico Costanza: Hello. I have pd 0.39-3 extended installed on my machine, but it

[PD] netpd broken?

2008-05-29 Thread Max Neupert
servus roman, list, i wanted to demonstrate netpd today here in melbourne and failed. on a intel mac os x 10.5: with a fresh pd-extended 0.4xx and downloaded netpd.zip i can open _chat.pd. then when i click on creator additionally a blank patch pops up called pd cr.singletons the console

Re: [PD] netpd broken?

2008-05-29 Thread Max Neupert
Am 2008-05-29 um 19:54 schrieb Roman Haefeli: On Thu, 2008-05-29 at 19:27 +1000, Max Neupert wrote: servus roman, list, i wanted to demonstrate netpd today here in melbourne and failed. on a intel mac os x 10.5: with a fresh pd-extended 0.4xx and downloaded netpd.zip i can open _chat.pd

[PD] Netiquette (Was: Someone wants to program this?)

2008-05-22 Thread Max Neupert
Am 2008-05-22 um 18:30 schrieb Frank Barknecht: Sending Word/OO-documents to public mailing lists still is bad practice and should be discouraged. Yes. also sending 8 MB attachments is not really a good idea. i added a paragraph “Attachments” in the Natiquette:

[PD] motor control interfacing

2008-05-18 Thread Max Neupert
hi list, i want to control two motors (pantilt). i looked into several options and this seems a good start: http://www.ladyada.net/make/mshield/ together with the arduino. i need a very smooth movement, so steppers from floppy drives seem a good option. has anyone tried the motor shield?

Re: [PD] UI developer volunteering to help

2008-05-06 Thread Max Neupert
Am 06.05.2008 um 20:23 schrieb Hans-Christoph Steiner: Pd definitely needs text, text is a great, flexible symbol system for representing a massive array of words. But I also think that some iconic objects would be nice, like jMax's trigger or Max/MSP's gate. there is another vital thing

Re: [PD] http, html and textfiles

2008-04-28 Thread Max Neupert
i'm having a déja-vu. check the thread in the archive: Subject: Retrieving Text form a URL | Webpage Am 29.04.2008 um 01:33 schrieb wolfgang schwarzenbrunner: hello, i am working on a little project in which websites are going to be parsed. well. i thought this might be a nice thing using

Re: [PD] contextual pdpedia menu link

2008-04-26 Thread Max Neupert
Am 26.04.2008 um 19:16 schrieb Luke Iannini (pd): Great that you got minimize working! I've tried to find the Cmd-` blocker before as well, but I couldn't find any references to it on Tk mailing lists etc. just keep in mind that it's a keyboard layout specific shortcut (switching between

Re: [PD] GEM- simple img texturing into a circle

2008-03-25 Thread Max Neupert
[disk] will give you this kind of bagel shape. Am 25.03.2008 um 16:49 schrieb Oded Ben-Tal: Hello all, I am trying to do something which should be fairly easy: I am trying to see a circle that let's through an image that is behind it. (As if through a telescope...) Why not render the

Re: [PD] Linux sounds better than Windows!

2008-03-07 Thread Max Neupert
damn my new computer with RoHS certified brazing solder sounds so much better. prosit, max Am 08.03.2008 um 09:49 schrieb sven: i have speaker cables made of pure gold. i know what i'm talking about. cheers, sven. ___ PD-list@iem.at mailing

Re: [PD] [PD-announce] Workshop with Derek Holzer and Frank Barknecht 2.-6.4.2008 in Halle, Germany

2008-02-28 Thread Max Neupert
), Medienturm (Graz, AT), Kunstraum (Innsbruck, AT), Art Museum of Nantes (Nantes, FR), Montevideo (Amsterdam, NL), Kraakgeluiden (Amsterdam, NL), Denver University (Denver, USA), Fylkingen (SE) and others. Am 03.02.2008 um 04:20 schrieb Max Neupert: Pd-Workshop with Derek Holzer and Frank

Re: [PD] interface wishlist

2008-02-17 Thread Max Neupert
to add to this list: - remove strange error message when you ctl-W the pd-window (it should say “really quit?” instead) - make a proper library preference pane Am 17.02.2008 um 19:08 schrieb Roman Haefeli: hi tim, marius and list nice proposals! before all whatsoever new cool features,

Re: [PD] table feedback tutorial

2008-02-11 Thread Max Neupert
beautiful! i like opening the table window(s) and watching and playing with the forms and sounds. its like an electric arc. fascinating. m Am 08.02.2008 um 20:15 schrieb Claude Heiland-Allen: Hi all, I wrote a tutorial on using [table] [tabwrite~] [tabosc4~] in feedback loops:

[PD] [PD-announce] Pure data Workshop with D erek Holzer and Frank Barknecht 2.-6.4.2008 in Hal le, Germany Pd-Workshop with Derek Holzer and Frank B arknecht in Halle(Saale)/Germany Academy of Fine

2008-02-02 Thread Max Neupert
Pd-Workshop with Derek Holzer and Frank Barknecht in Halle(Saale)/ Germany Academy of Fine Arts and Design Burg Giebichenstein in conjunction with Werkleitz Association will organize a Pure Data Workshop from the 2nd to the 6th of April 2008 First half of the Workshop will be held by Derek

[PD] [PD-announce] Stuttgart Friday (25th)

2008-01-24 Thread Max Neupert
hi list, trying to pass this message to the list, but it keeps beeing filtered by spam assassin :( again: i'm perfoming with johannes krause in stuttgart. theater rampe with (net)-pd begins 22h. see you. max infos here: http://www.maxneupert.de/

Re: [PD] netpd on pd-extended

2008-01-15 Thread Max Neupert
it would be nice to have netpd (_chat.pd) starting from the pd- extended menue! but i guess there are some security issues. m. ___ PD-list@iem.at mailing list UNSUBSCRIBE and account-management - http://lists.puredata.info/listinfo/pd-list

Re: [PD] GEM : GLSL Mixer - working 2 channel video mixer example

2007-12-25 Thread Max Neupert
very interesting, but also a good example on how to lock the computer completely with gem - at least my old powerbook. i had to hard reset because complete unresponsiveness. with [frame 10( it runs nicely though. see my last post on how to avoid the lock-up. max Am 24.12.2007 um 21:35

Re: [PD] GEM : GLSL Mixer - working 2 channel video mixer example

2007-12-25 Thread Max Neupert
Am 25.12.2007 um 20:53 schrieb vade: What is the proper way of handing this in PD/GEM? Sorry for causing a crash. I saw your PD Jitter patch, but frankly I think some drop frame system should be built into GEM to handle this automatically. maybe, i guess it's arguably if that's a feature or a

Re: [PD] GEM : GLSL Mixer - working 2 channel video mixer example

2007-12-25 Thread Max Neupert
Am 26.12.2007 um 00:06 schrieb Claude Heiland-Allen: cyrille henry wrote: i think gem sheduling is just like using a metro with jitter. (but no qmetro) In my experience Gem scheduling is exactly in sync with Pd's (logical) clock, measured with [timer] I always get 40ms when running at

Re: [PD] GEM : GLSL Mixer - working 2 channel video mixer example

2007-12-25 Thread Max Neupert
Am 25.12.2007 um 23:56 schrieb cyrille henry: of course, nothing should crash, just slow down the system. it doesn't crash, but it takes all cpu and there is no other way out than making a hard reset (i tried everything exept maybe term though ssh from a different computer). m.

Re: [PD] gem codec basic review

2007-12-24 Thread Max Neupert
, JPEG decompression should be very fast on any modern CPU, it is however possible that at those frame sizes and 30 FPS, you may be seeing some jitter. If you are at 30 FPS, try reducing it to 15 or even 10 FPS and see what happens. cheers, Andrew -- On Sun, 2 Dec 2007, Max Neupert wrote

Re: [PD] symbolatom: why does it not allow to type spaces?

2007-12-11 Thread Max Neupert
if the situation with the symbolatom doesn't change i'd like to make a workaround where preferably [entry] is used, but if not available it will fall back to the symbol atom. is it possible to detect somehow if entry is loaded sucessfuly? max Am 11.12.2007 um 04:09 schrieb Chris

Re: [PD] gridflow for expert people ?

2007-12-11 Thread Max Neupert
Am 10.12.2007 um 02:13 schrieb Mathieu Bouchard: Note) On MacOS the dot-files are invisible in the Finder : are you sure ? Is there a Finder option to show dot-files? There's one on Linux. in the terminal type: defaults write com.apple.finder AppleShowAllFiles 1 then restart the finder

Re: [PD] segmented patchcords (was Re: PD MAX)

2007-12-06 Thread Max Neupert
i read your mail as a pledge for a bounty system - is that right? Am 06.12.2007 um 20:08 schrieb Kyle Klipowicz: And this is precisely the unfortunate reason why the open source world will (almost) always lag behind the commercial world of consumer software. When developers make their bread

Re: [PD] control-click in edit mode is gone

2007-12-04 Thread Max Neupert
also cmd-t or apple-t is now suddenly the font bomb instead of the text editor why is that? Am 04.12.2007 um 11:01 schrieb tim: Hi, Pd version 0.40.3-extended-20071116, ubuntu 2.6.17-10: Control-clicking gui objects in Edit mode no longer lets you manipulate them, but instead it just

Re: [PD] GUI Rotary Dial

2007-12-04 Thread Max Neupert
no idea what pictctrl is but are you talking about a knob? http://footils.org/cms/show/20 also in pd-extended max Am 04.12.2007 um 10:43 schrieb Alex Lucas: Hello everyone, Is there a gui rotary dial for pd or an object similar to pictctrl for Max/MSP. If not where would a newbie need to

Re: [PD] control-click in edit mode is gone

2007-12-04 Thread Max Neupert
Am 04.12.2007 um 13:55 schrieb Frank Barknecht: Hallo, Max Neupert hat gesagt: // Max Neupert wrote: also cmd-t or apple-t is now suddenly the font bomb instead of the text editor why is that? IIRC Hans changed that in pd-ext. to follow Apple's OS-X GUI guidelines instead of Pd's unwritten

Re: [PD] control-click in edit mode is gone

2007-12-04 Thread Max Neupert
Am 04.12.2007 um 18:18 schrieb Hans-Christoph Steiner: My intention is to fix Pd to allow direct copy and pasting in object boxes so we can ditch the Text Editor all together. dreams come true! thanks. ps: xmas is approaching, maybe we should start a wishlist.

Re: [PD] I just made a beginner's PD tutorial and posted it...

2007-12-03 Thread Max Neupert
my first thought: cmd-D instead of copy paste. Am 03.12.2007 um 08:09 schrieb Vreahli the Audio Bandit: Heya - I just made a PD tutorial for beginners and I was wondering if anyone wanted to do a sanity check... http://www.youtube.com/watch?v=FkmMzqohsDo In any case - I'm thinking about

Re: [PD] gem codec basic review

2007-12-02 Thread Max Neupert
Am 02.12.2007 um 16:35 schrieb Andrew Brouse: If you want to do any scrubbing, varispeed or playing backwards of the video, you need a CODEC which does not use temporal compression. Photo-JPEG is in fact a very good choice in this case and if compressed at 320 X 240 you get a good balance

[PD] no more audio since os 10.4.11

2007-11-25 Thread Max Neupert
hi list, i have no more audio in pd since the os update to mac os 10.4.11 - at least that's the only thing i changed and i figured this must be the reason. this is on vanilla or extended. on the other hand there is no audio related change in the os update:

Re: [PD] no more audio since os 10.4.11

2007-11-25 Thread Max Neupert
solved: there was some -noaudio flag hidden in the .plist which i couldn't see from the gui. strange. Am 25.11.2007 um 22:50 schrieb Max Neupert: hi list, i have no more audio in pd since the os update to mac os 10.4.11 - at least that's the only thing i changed and i figured this must

Re: [PD] minimize mac

2007-11-02 Thread Max Neupert
(my) pd windows have a yellow minimize (minus) button in its window bar. but pd uses the minimize command (Apple + M) for the message window instead, so there is no shortcut for it AFAIK sometimes there are no scroll-bars allthough there should be. but that gets resorted as soon as one resizes

Re: [PD] [bang]--clickable but bypass when indirect

2007-10-31 Thread Max Neupert
i don't think this is possible. a workaround would be to change the color of the bang for 250 ms so the whole thing is black if a hit gets detected. [color 22 0 0( | [t a b] | | | [delay 250] | | | [color 0 22 0( | / | / [bng] Am 31.10.2007 um 15:10 schrieb robbert

Re: [PD] Set as maximum value of a number box, another number

2007-10-29 Thread Max Neupert
Am 29.10.2007 um 22:40 schrieb Javier Garcia: hi, I would like to set as maximum value of a number box, the number of the frames of a movie. You know, for example [pdp_qt] sends the number of the frames of the video you open. Is it possible? use the IEM [nbx] and send [range 5 50(

Re: [PD] Ableton Live control with Pure Data ¿ReWire ?

2007-10-27 Thread Max Neupert
good to know. now i have something what i can recommend to my windows friends. http://www.midiox.com/index.htm Am 27.10.2007 um 02:28 schrieb Matthew Logan: ArduinoPdMIDI YokeLive. I'm on Windows and that's what I use. On 10/26/07, Max Neupert [EMAIL PROTECTED] wrote: whoops, i forgot

Re: [PD] Ableton Live control with Pure Data ¿ReWire ?

2007-10-26 Thread Max Neupert
you're thinking too complicated. just use arduino - Pd - MIDI - Live very simple. Am 26.10.2007 um 14:53 schrieb Enrique Tomas: Hi amigos I have a question. I would like to control an Ableton Live version 6 session using my Arduino based interface (under Windows ) . My project is

Re: [PD] Ableton Live control with Pure Data ¿ReWire ?

2007-10-26 Thread Max Neupert
whoops, i forgot you're on windows - i'm sorry (for the noise). Am 26.10.2007 um 20:23 schrieb Max Neupert: you're thinking too complicated. just use arduino - Pd - MIDI - Live very simple. Am 26.10.2007 um 14:53 schrieb Enrique Tomas: Hi amigos I have a question. I would like

Re: [PD] 2D pad

2007-10-25 Thread Max Neupert
Am 24.10.2007 um 15:35 schrieb Robert Scott: Hi, What do most people do when they need a simple 2D slider, or 'xy pad'? or just have a look in the helpfile of [cnv] there is a very simple one, allthough you have to switch to edit mode. max ___

Re: [PD] repertory for amateurs

2007-10-22 Thread Max Neupert
hi, at a workshop frank and me gave we had a participant, who is a music teacher. he has some interesting java applets and pd patches on his site (in german) http://wolfgang-fulda.de/ max. Am 23.10.2007 um 02:06 schrieb Andy Farnell: Hans, feel free to pick apart or use/share anything

Re: [PD] getting started with graphics

2007-10-14 Thread Max Neupert
Am 14.10.2007 um 21:43 schrieb Jack: There is also gridflow (only for Windows i think). outch. that must hurt. from http://gridflow.ca/: Required OS (one of...): 1 : Linux (most any variant) (recommended) 2 : FreeBSD, NetBSD, OpenBSD 3 : MacOS 10.2 or later (experimental) 4 : Windows with

Re: [PD] file access audio glitches

2007-10-13 Thread Max Neupert
Am 13.10.2007 um 20:06 schrieb Phil Stone: Phil Stone wrote: Does anybody know if ram disks are possible on OS X? To answer my own question about OS X ram disks (GIYF), yes it seem to be possible (though not especially well documented). Since most of my files are pretty small, this

Re: [PD] Syncing an event with refresh rate in GEM

2007-10-11 Thread Max Neupert
set the framerate of your gemwin higher, then you get a flash at every bang. change [gemwin] to [gemwin 80] (default with no argument is 20) m. Am 11.10.2007 um 12:42 schrieb Batuhan Bozkurt: #N canvas 78 53 295 395 10; #X obj 13 248 gemhead; #X msg 101 259 0 0 0; #X obj 13 311 disk 3

Re: [PD] That's a surprising new look

2007-10-10 Thread Max Neupert
Am 10.10.2007 um 12:24 schrieb Jack: I prefer PD with a small GUI, it's better for CPU and GPU. Jack i wonder why people do things in pd like $ reducing the number of sliders, toggles and bangs to a minimum, or $ running two instances of pd for the gui, or writing their gui themselves in

Re: [PD] pd-extended 39-3 libraries load

2007-10-08 Thread Max Neupert
Am 07.10.2007 um 07:12 schrieb Luiz Naveda: Nowdays I have had a strange problem. I have my own library which depends on some other libraris from PD extended. When I have to install it in other computers, I put my folders in 2 of the 10 slot- path but normally it misses 3 or 4 other

Re: [PD] prevent dac~ from output damage

2007-10-05 Thread Max Neupert
Am 05.10.2007 um 09:24 schrieb IOhannes m zmoelnig: the simplest one is: play at low volumes. you can destroy your PA and permanently damage the ears of a large audience with something as simple as the apple startup sound. no pd involved. at least for PPC machines there is relief:

Re: [PD] translations for pdpedia templates

2007-10-03 Thread Max Neupert
hi iohannes, marius, i think roman is correct with “Nachrichten” like in: „eine Nachricht verschicken an...“ not like in watching the news though. ;] m Am 03.10.2007 um 02:49 schrieb IOhannes m zmoelnig: marius schebella wrote: heute schon nachrichten geschaut? I am not sure about

Re: [PD] translations for pdpedia templates

2007-10-03 Thread Max Neupert
and i spent to much time in montreal and became to sensible about political correct language usage ;) or alternatively we make an austrian version of pdpedia... greetings, m. Am 03.10.2007 um 12:23 schrieb IOhannes m zmoelnig: Max Neupert wrote: hi iohannes, marius, i think roman is correct

Re: [PD] translations for pdpedia templates

2007-10-02 Thread Max Neupert
nachrichtenbox, objektbox, zahlenbox m. Am 02.10.2007 um 21:03 schrieb marius schebella: I was talking about messagebox objectbox numberbox... marius. Roman Haefeli wrote: On Wed, 2007-10-03 at 00:03 +0200, João Miguel Pais wrote: for inlets/outlets I think we can use german words, but

Re: [PD] translations for pdpedia templates

2007-10-02 Thread Max Neupert
nice and clean translation. just releaseversion sounds like an ugly hybrid – although i can't come up with something better. “veröffentlicht” might be close.. Am 02.10.2007 um 21:12 schrieb marius schebella: heute schon nachrichten geschaut? I am not sure about nachrichten, but the rest is

Re: [PD] translations for pdpedia templates

2007-10-02 Thread Max Neupert
$releaseVersion = Releaseversion; $releaseDate = Releasedatum; what about $releaseVersion = Version; $releaseDate = veröffentlicht am; ___ PD-list@iem.at mailing list UNSUBSCRIBE and account-management - http://lists.puredata.info/listinfo/pd-list

[PD] GEM: pix_write issue on OS X

2007-09-28 Thread Max Neupert
hi list, pix_write makes strange snapshots on OS X: everything is pale blue and negative. no matter if .tiff or .jpg. if i open the files in photoshop i get an file format error. they look different (different blue) depending with which application i open the files preview.app /

Re: [PD] GEM: pix_write issue on OS X

2007-09-28 Thread Max Neupert
clepper: I'm pretty sure I fixed this in CVS a few months ago. On 9/28/07, Max Neupert [EMAIL PROTECTED] wrote:hi list, pix_write makes strange snapshots on OS X: everything is pale blue and negative. no matter if .tiff or .jpg. if i open the files in photoshop i get an file format error

Re: [PD] Opening a PD patch on Startup in OSX

2007-09-25 Thread Max Neupert
Am 23.09.2007 um 18:35 schrieb Greg Pond: I havent encountered the problem that you have but I dont shutdown my machines at night. Is there some reason you need to? what about saving some energy and our earth ;) or is that a no reason? stuart, what exactly is the problem when the finder is in

Re: [PD] DMX oriented library for PD?

2007-09-22 Thread Max Neupert
there are also midi - dmx boxes out there. did you try searching the archive? there are 75 founds for DMX. Am 23.09.2007 um 09:37 schrieb David Schaffer: Hi, Is there such thing as a DMX language oriented library for pd? I never heard of it but it would certainly be an amazing step

Re: [PD] fullscreen on second screen (macosx)

2007-09-12 Thread Max Neupert
Am 12.09.2007 um 16:59 schrieb punchik punchik: how can i do fullscreen on the second screen? [fullscreen 2( | [gemwin] before window creation m. ___ PD-list@iem.at mailing list UNSUBSCRIBE and account-management -

Re: [PD] removing menu bar in GEM fullscreen mode

2007-08-26 Thread Max Neupert
Am 26.08.2007 um 09:25 schrieb gilberto bernardes: Since I have an Ibook I just can send to the projector the screen... to remove this ibook disadvantage you may also enable second screen support. http://www.rutemoeller.com/mp/ibook/ibook_e.html

Re: [PD] multiple instances of pd (was: Multiple Webcams and Gem)

2007-08-06 Thread Max Neupert
Am 06.08.2007 um 17:42 schrieb Mathieu Bouchard: time you activate this file it opens Pd again. You can have as many as you want this way, just like on Linux. interesting. by the way, is there a way on linux so it doesn't open all the time a new instance when i doubleclick on a pd file?

Re: [PD] [Gem] pix-native? [RAM disk]

2007-07-30 Thread Max Neupert
hi, some sources suggest that there is no or little advantage to use a ramdisk in os x because the system caches data which has frequent access anyway. so a ramdisk can be counterproductive in a cenario where you have little ram: lets say you have one gig memory. 300 mb are used by some

Re: [PD] counter question

2007-07-26 Thread Max Neupert
i asked that question the 2005-11-10 with the subject Re: [PD] Building a counter problem Am 26.07.2007 um 13:45 schrieb Derek Holzer: If I use a simple counter structure that continues to generate a number from [f] [+1] at every bang, and use [mod] to keep that number within

Re: [PD] polygon object

2007-07-26 Thread Max Neupert
that reminds me about this curiosity which i could not figure out yet: why is the solid shape completely messed up? (or actually halfway) allstar.pd Description: Binary data ___ PD-list@iem.at mailing list UNSUBSCRIBE and account-management -

Re: [PD] How do you find exposure from pixel or video?

2007-07-13 Thread Max Neupert
Henry Lin: Hello Max iam wondering which section under help file? thank you so much for ur help From: Max Neupert [EMAIL PROTECTED] To: Henry Lin [EMAIL PROTECTED] CC: pd-list@iem.at Subject: Re: [PD] How do you find exposure from pixel or video? Date: Fri, 13 Jul 2007 11:23:54 -0400

Re: [PD] hide menubar on Mac OS X/Pd-extended.app

2007-07-11 Thread Max Neupert
why so complicated if [menubar 0( just works? Am 11.07.2007 um 15:21 schrieb Hans-Christoph Steiner: If you've ever wanted to have Gem be full screen on the primary screen, I have found a way. It's called LSUIPresentationMode. Basically, using Property List Editor.app, open

Re: [PD] repeated geo with shader

2007-06-28 Thread Max Neupert
you mean like this? gemhead-doppelt.pd Description: Binary data Am 26.06.2007 um 14:45 schrieb punchik punchik: hi pd list, im using the repeat object to repeat a sphere with a shader program. I would like to know if its possible to have access to the variables of the shader of the

Re: [PD] Turning on/off an installation

2007-06-26 Thread Max Neupert
Am 26.06.2007 um 01:49 schrieb simon wise: Do you know a way (in OSX) to create Logout Items similar to Login Items in the Accounts Preferences? not that i can think of now.. to set up timed events I've used CronniX from http:// www.abstracture.de/cronnix (easy + free GUI to create

Re: [PD] Turning on/off an installation

2007-06-25 Thread Max Neupert
Am 25.06.2007 um 11:35 schrieb simon wise: On 24 Jun 2007, at 7:31 AM, Max Neupert wrote: here an example how to switch the computer off/to sleep from pd the sleep script works nicely, but the logoff one fails - shut down and sleep are valid for Finder in an Applescript, but log

Re: [PD] OSC between win and mac

2007-06-20 Thread Max Neupert
hi jo, first thing would be to find out where the problem is exactly. is it the sender or receiver. set up pd on the windows machine and send something from there. does it work? if yes, then it might be a problem in eyecon. if not, make sure the firewalls allow communication through this port.

Re: [PD] sCrAmBlEd?HaCkZ! any news?

2007-06-20 Thread Max Neupert
come and see his show at PDCon. in Montréal Am 19.06.2007 um 14:15 schrieb patrick: hi, i've been interested in sCrAmBlEd?HaCkZ! for a year. exactly one year ago, someone was asking when we'll be able to try sCrAmBlEd?HaCkZ! sven replied: ... nobody knows - not even me (and i'm that

[PD] datastructures+gop naive sequencer approach

2007-06-15 Thread Max Neupert
hi list, while modyfying a sequencer from the list (i believe it was franks) i messed up the whole thing. 2 questions: a) why are the notes both in red now, i inteded to have each voice in a different color... b) how come they pop up somwhere else out of the canvas?

[PD] [GEM]: how to alpha blend gradually

2007-06-15 Thread Max Neupert
hi list, how do i make a pix_film with a linear gradiation transparent (from left to right?) thank you max ___ PD-list@iem.at mailing list UNSUBSCRIBE and account-management - http://lists.puredata.info/listinfo/pd-list

[PD] network

2007-06-01 Thread Max Neupert
hi list, i'm sending control data to a vline~ object over the network. those are precisely timed messages. i can hear uncontinuous errors in the output, some messages seem to be delayed. when i use OSC the timing is pretty bad. now i use netserver/ netclient and it's getting better, but

Re: [PD] subtractive synth - minimoog model

2007-05-28 Thread Max Neupert
Am 27.05.2007 um 04:43 schrieb Josh Lawrence: incidentally, I found a nice minimoog synth on the web, but one thing that I absolutely cannot stand with that and ams is the lack of ability to retrigger a held note after another one is played (I think this has been called the trilogy trill -

Re: [PD] Vote your font! [was: fonts on GNU/Linux]

2007-05-18 Thread Max Neupert
Am 18.05.2007 um 08:17 schrieb Frank Barknecht: Which do you prefer? [X] normal.png [ ] bold.png why not making it an option? i'd prefer normal as the preset though. ___ PD-list@iem.at mailing list UNSUBSCRIBE and account-management -

Re: [PD] Vote your font! [was: fonts on GNU/Linux]

2007-05-18 Thread Max Neupert
btw: the font in the menues and dialog boxes including the file selector looks extremely ugly on the machines of my ubuntu buddies. any way to change this? m. ___ PD-list@iem.at mailing list UNSUBSCRIBE and account-management -

Re: [PD] fixing distortion on surface

2007-05-17 Thread Max Neupert
check out lighttwist of jean-philippe tardif université de montréal it does the calibration automatically, you just need a high-res frame- grabber. http://tot.sat.qc.ca/logiciels_lighttwist.html max Am 17.05.2007 um 05:31 schrieb chris clepper: If you have accurately measured the distortion

Re: [PD] Image transitions with GEM?

2007-05-17 Thread Max Neupert
common is to simply use two texured objects and fade the foremost to transparent using [alpha] and [colorRGB] m. Am 17.05.2007 um 18:11 schrieb Carlos Caires: Hi all, Is ther a quick way to do smouth transitions (cross dissolves) between two images? Thanks. Carlos Caires

Re: [PD] change sound.wav to sound.mp3

2007-05-14 Thread Max Neupert
i'd do [splitfilename .] | [makefilename %s.mp3] | splitfilename is iemlib i believe. m. Am 14.05.2007 um 19:40 schrieb altern: hi i am trying to find out how to change the extension of a symbol with the name of a file, from sound.wav to sound.mp3. any ideas? if possible i would

Re: [PD] deja-vu font on os x

2007-05-03 Thread Max Neupert
Am 02.05.2007 um 19:21 schrieb Andre Schmidt: On Wed, 2007-05-02 at 15:48 +0200, Max Neupert wrote: sorry, my post went offlist accidently.. DON'T install fonts by just dropping them into a folder on os x. double click on them and press install or open the type ulitiy to install them

  1   2   >