[PD] (linux) libraries loading problem

2007-11-23 Thread yvan volochine
Hi all. I'm new to pd (and linux) and this is my 1st post here so forgive me if this is a dumb question. I just installed pd-0.39.3-extended on ubuntustudio (v7.04, updated). Everything went fine except none of my libraries loads on startup. I also installed the following packages:

Re: [PD] (linux) libraries loading problem

2007-11-23 Thread yvan volochine
I figured it out while I was answering you... I was adding a / before libraries name and somehow misread error messages! Now everything works fine. I'd just like to understand this though: I still have strange errors when loading libraries (example with cyclone): tried

[PD] Notch filter

2008-01-23 Thread yvan volochine
Hello all ! I'd like to make a 2pole notch filter. I found a few topics about notch filters on this list but I didn't understand everything. I read that I could make one with biquad~ but this object is somehow obscure to me. I don't know how to deal with the 5 parameters. In maxmsp, you have the

Re: [PD] Notch filter

2008-01-23 Thread yvan volochine
Thanx for your prompt answer Claude. I've read this on Puckette's book and other stuffs on the web, but my problem is how to implement those equations in pd's world ? Sorry if this sounds stupid... Best. _y ___ PD-list@iem.at mailing list UNSUBSCRIBE

Re: [PD] Add Path problems

2008-03-06 Thread yvan volochine
Second question:I think it's possible to load a path with a message in a patch but also don't know how to do it! [declare] (part of pd) [import] (part of hcs) I think that [declare] came with pd-0.4 so it won't work for Delphine as she has pd-0.39 (until the

Re: [PD] pc mac sharing netsend and netreceive

2008-04-20 Thread yvan volochine
nick burge wrote: Hello list, does anyone have experience of sharing data between pc and mac using the netsend netreceive objects or perhaps OSC? Is extra software necessary for example? Scenario: I want to share the data coming off an arduino with my colleague who runs a Macintosh whilst I

[PD] data structure unclickable

2008-07-02 Thread Yvan Volochine
Hi list. Is there any way to make an array in a data structure *not* responding to clicks ? Cheers. _y ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management - http://lists.puredata.info/listinfo/pd-list

Re: [PD] data structure unclickable

2008-07-05 Thread Yvan Volochine
It would be nice indeed. Another nice thing would be to be able to change plot parameters on the fly, like [plot myarray 900 1 10 15 h] where h is x-spacing. I apologize if it's already possible but I couldn't manage that. The only workaround that I found is to script cut and create new plot but

[PD] pix_motion_sector on linux

2010-12-10 Thread Yvan Volochine
hallo ! I stumbled upon this thread http://www.mail-archive.com/pd-list@iem.at/msg34546.html and I'm wondering if it could be possible to build pix_motion_sector on linux ? the Makefile is osx only (and I'm a n00b and dunno which gcc flags should replace xcode ones etc). cheers, _y

Re: [PD] pix_motion_sector on linux

2010-12-10 Thread Yvan Volochine
On Fri, Dec 10, 2010 at 3:06 PM, Pagano, Patrick p...@digitalworlds.ufl.eduwrote: that would be a nice linux addition well I found another archive with a proper README, copied pix_motion_sector.h and pix_motion_sector.cpp in Gem/src/pixes and built gem. it built fine, but now when launching pd

Re: [PD] grdflow v4l2 error

2010-12-22 Thread Yvan Volochine
On 12/22/10, Mathieu Bouchard ma...@artengine.ca wrote: [#io.v4l2] does not work in any way, therefore I didn't bother enabling libv4l2 at all. To use v4l2, you go through libv4l1 instead, which does v4l1/v4l2 conversion. I added [#io.v4l2] in [#camera] because I was going to work on it, but

Re: [PD] grdflow v4l2 error

2010-12-22 Thread Yvan Volochine
On Thu, Dec 23, 2010 at 2:55 AM, Mathieu Bouchard ma...@artengine.cawrote: On Thu, 23 Dec 2010, Yvan Volochine wrote: On Wed, Dec 22, 2010 at 11:36 PM, Mathieu Bouchard ma...@artengine.ca wrote: mmh, I updated to maverick (2.6.25-24-generic) and it looks like it was a bad idea.. any

Re: [PD] grdflow v4l2 error

2010-12-22 Thread Yvan Volochine
On Thu, Dec 23, 2010 at 3:17 AM, Mathieu Bouchard ma...@artengine.cawrote: On Thu, 23 Dec 2010, Yvan Volochine wrote: any patch (just by opening them) even hello-world.pd ? yep (but this one crashes after a couple of secs) What if you create a new patch and put some GridFlow objects

Re: [PD] grdflow v4l2 error

2010-12-23 Thread Yvan Volochine
On Thu, Dec 23, 2010 at 8:49 AM, Roman Haefeli reduz...@gmail.com wrote: mmh, I updated to maverick (2.6.25-24-generic) and it looks like it Hm.. How is this version string '2.6.25-24-generic' related to (Ubuntu) maverick? I'm using Ubuntu Lucid and it ships with a 2.6.32-26-generic linux

Re: [PD] pix_opencv pdp_opencv segfault

2010-12-23 Thread Yvan Volochine
thanks for your prompt answers. we updated to maverick and installed pd-extended and opencv (deb packages). we now have a segfault with Gem (closing gemwin) and gridflow crashes the OS (see grdflow v4l2 thread). it appears that the issue is related to fglrx driver and ATI video card because the

Re: [PD] grdflow v4l2 error

2010-12-23 Thread Yvan Volochine
On Thu, Dec 23, 2010 at 4:20 PM, Mathieu Bouchard ma...@artengine.cawrote: Hey, that one only produces one frame, and does so at [loadbang] time. So, it's especially weird. You could try patches that don't use any window at all... lots of help-patches are like that. for some it works

Re: [PD] pix_opencv pdp_opencv segfault

2010-12-23 Thread Yvan Volochine
On Wed, Dec 22, 2010 at 3:21 PM, ydego...@gmail.com ydego...@gmail.comwrote: we also fixed a few more things in more recent version ( for lucid or maverick ), so maybe you can try to upgrade too, unfortunately the binary packages are only for 32bits ( i386 ), but otherwise just compile it.

Re: [PD] grdflow v4l2 error

2010-12-23 Thread Yvan Volochine
geez, finally all seem to be fine. this time on lucid 2.6.32-27-generic, gridflow is running (and ps3-eye as well =) cheers ! _y ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management - http://lists.puredata.info/listinfo/pd-list

[PD] [pool] build fails on linux

2011-01-24 Thread Yvan Volochine
hi, trying to build pool from latest svn (and latest pd git) I get this error: make[1]: Entering directory `/home/delf/dev/pool/source' /bin/bash ../libtool --tag=CXX --mode=link g++ -O2 -I/usr/local/include/flext -I/home/delf/dev/pure-data/src -no-undefined -module -shrext .pd_linux

Re: [PD] [pool] build fails on linux

2011-01-27 Thread Yvan Volochine
, 2011 at 2:15 AM, Yvan Volochine yvan...@gmail.com wrote: hi, trying to build pool from latest svn (and latest pd git) I get this error: make[1]: Entering directory `/home/delf/dev/pool/source' /bin/bash ../libtool --tag=CXX --mode=link g++ -O2 -I/usr/local/include/flext -I/home/delf/dev

Re: [PD] [pool] build fails on linux

2011-01-28 Thread Yvan Volochine
On Fri, Jan 28, 2011 at 1:53 AM, Pedro Lopes pedro.lo...@ist.utl.pt wrote: I recall that some old makefiles found in some externals had a sintax like: make pd_linux instead of make Thus they had multiple make targets inside, and if you type make it would enter the wrong one (like Win)

Re: [PD] [pool] build fails on linux

2011-01-28 Thread Yvan Volochine
On Fri, Jan 28, 2011 at 1:30 PM, Yvan Volochine yvan...@gmail.com wrote: the correct way of building a flext external: (assuming pool and flext are in $HOME/dev) $ cd $HOME/dev/pool $ bash ../flext/build.sh pd gcc # bash ../flext/build.sh pd gcc install lesson learned: read the README

[PD] [pyext] sending a bang to an object

2011-03-11 Thread Yvan Volochine
hi just wondering how I could send a bang to an object with [pyext] ? I tryed: self._send(rcvname, bang) but of course I get the error 'No method for symbol' because my object receives the *string* bang is there any workaround for this ? what I try to achieve is get the current value of this

Re: [PD] [pyext] sending a bang to an object

2011-03-11 Thread Yvan Volochine
On 3/11/11, Yvan Volochine yvan...@gmail.com wrote: hi just wondering how I could send a bang to an object with [pyext] ? I tryed: self._send(rcvname, bang) but of course I get the error 'No method for symbol' because my object receives the *string* bang is there any workaround

[PD] [pyext] [bug] nbx doesn't respond to bang sent by a py script

2011-03-12 Thread Yvan Volochine
hi I don't know if it's worth reporting this but just in case... if I bind [nbx] to a `recv' method in a py script, it does not output its value after receiving a bang from the script. attached is debug_nbx.py and debug.pd patch to show the behavior. anyway, thanks for the good work, py/pyext

Re: [PD] Workshop for beginners in Bordeaux, France.

2011-03-12 Thread Yvan Volochine
On Fri, Mar 11, 2011 at 11:21 PM, Olivier Baudu lamouraupeu...@gmail.com wrote: [snip] For curious, you can see my works with Pd-extended on my website : http://yamatierea.org/papatchs/ ca mériterait d'être en anglais aussi :P cheers, _y ___

Re: [PD] Workshop for beginners in Bordeaux, France.

2011-03-12 Thread Yvan Volochine
On Sat, Mar 12, 2011 at 5:51 PM, Mathieu Bouchard ma...@artengine.ca wrote: For curious, you can see my works with Pd-extended on my website : http://yamatierea.org/papatchs/ ca mériterait d'être en anglais aussi :P Veux-tu dire que ça serait trop bon pour être écrit en français ? :P trop

Re: [PD] [pyext] sending a bang to an object

2011-03-14 Thread Yvan Volochine
On Sat, Mar 12, 2011 at 9:11 PM, Thomas Grill g...@g.org wrote: self._send(rcvname) currently sends an empty list message to the rcvname receiver which is often interpreted but need not always be the correct way would be self._send(rcvname,bang,()) which is equivalent to a message with

[PD] [SHARE][PYEXT] preset management

2011-03-14 Thread Yvan Volochine
hallo, after spending the w-end being curious about python in pd, I did as an exercise a preset manager with excellent [pyext]. patch/abstractions txt files are parsed (sic =) to find UI objects with valid send/receive symbols that are going to be saved. it might not be the most elegant python

Re: [PD] [ext] [pyext] [bug] nbx doesn't respond to bang sent by a py script

2011-03-14 Thread Yvan Volochine
On Sat, Mar 12, 2011 at 8:31 PM, Thomas Grill g...@g.org wrote: Hi Yvan, thanks for reporting - that seems to a bug, although hard to say where situated. I'll look into it. this is fixed by using self._send(rcvname, bang ()) cheers, _y ___

Re: [PD] ⌘+⇧+L

2011-03-25 Thread yvan volochine
On 03/25/2011 01:09 PM, cyrille henry wrote: Le 25/03/2011 12:48, Joe White a écrit : I've just been told I can clear the log in Pd-0.43 with the shortcut '⌘+⇧+L'. To whomever implemented this - you are a god. Made my day so far :) personally, i hate this shortcut : it's the only one I

Re: [PD] ⌘+⇧+L

2011-03-25 Thread yvan volochine
On 03/25/2011 01:54 PM, yvan volochine wrote: well, that's easy to change with a gui-plugin: just puts this line in a file called clear_console_shortcut.tcl (or whatever name you like) and put the file in your pd path: bind all $::modifier-Shift-Key-X {menu_clear_console} and bingo, MOD+SHIFT

[PD] 3 new gui-plugins

2011-04-03 Thread yvan volochine
hi, I'm happy to announce the release of 3 new Gui-Plugins I wrote for Pd: - menubar-shortuts-plugin - recentfiles-plugin - auto-completion-plugin get them here: http://puredata.info/search?portal_type%3Alist=PSCProjectCreator=yv comments and bug reports are welcome =) cheers, _y

[PD] [PD-announce] 3 new gui-plugins

2011-04-03 Thread yvan volochine
hi, I'm happy to announce the release of 3 new Gui-Plugins I wrote for Pd: - menubar-shortuts-plugin - recentfiles-plugin - auto-completion-plugin get them here: http://puredata.info/search?portal_type%3Alist=PSCProjectCreator=yv comments and bug reports are welcome =) cheers, _y

Re: [PD] 3 new gui-plugins

2011-04-03 Thread yvan volochine
On 04/03/2011 05:57 PM, Hans-Christoph Steiner wrote: Wow, I love the tab autocompletion plugin! What would be amazing if we had a bash-style completion files were the arguments were also tab-completable, when relevant. Things like filenames, table/array names, send/receive names, etc. This

Re: [PD] 3 new gui-plugins

2011-04-03 Thread yvan volochine
On 04/03/2011 06:44 PM, Hans-Christoph Steiner wrote: On Apr 3, 2011, at 12:12 PM, yvan volochine wrote: On 04/03/2011 05:57 PM, Hans-Christoph Steiner wrote: Wow, I love the tab autocompletion plugin! What would be amazing if we had a bash-style completion files were the arguments were

Re: [PD] 3 new gui-plugins

2011-04-04 Thread yvan volochine
On 04/03/11 23:37, Hans-Christoph Steiner wrote: I'm trying to think if there is a way to keep or get the coordinates of the object itself. On the C-side there is, plus when an object is created or edited then the GUI knows the location of it. Here's how, in your pdtk_text_editing, you just need

Re: [PD] 3 new gui-plugins

2011-04-04 Thread yvan volochine
On 04/03/11 23:29, Jonathan Wilkes wrote: Here's a hack to get around the hacky creator names of the list objects (I also added list, but I'm not sure if you want to use aliases.) hey thanks for spotting this. they are already in the global list of pd internals but I didn't notice that they

[PD] auto-completion with popup [was: 3 new gui-plugins]

2011-04-04 Thread yvan volochine
hiho I got the popup thing working with auto-completion =) thanks to hc for the help and inspiration http://puredata.info/community/projects/software/auto-completion-plugin enjoy ! as usual, bug reports are welcome (I didn't test the popup on osx/win...) cheers, _y

Re: [PD] auto-completion with popup [was: 3 new gui-plugins]

2011-04-04 Thread yvan volochine
On 04/04/2011 10:05 PM, Mathieu Bouchard wrote: On Mon, 4 Apr 2011, yvan volochine wrote: I got the popup thing working with auto-completion =) thanks to hc for the help and inspiration Btw, had you tried DesireData's auto-completion ? 1. just name suggestions http://artengine.ca/desiredata

Re: [PD] auto-completion with popup [was: 3 new gui-plugins]

2011-04-07 Thread yvan volochine
On 04/06/2011 11:09 PM, Mathieu Bouchard wrote: On Wed, 6 Apr 2011, yvan volochine wrote: BTW I gave a quick try to DesireData CTRL + arrows to select surrounding objects is amazing ! (although a bit buggy here) this + connect via keyboard shortcuts would be insanely cool :P btw, here's

Re: [PD] 3 new gui-plugins

2011-04-14 Thread yvan volochine
On 04/14/2011 11:54 AM, JF wrote: The auto-completion is fantastic stuff! Especially the drop-down menu addition. Congratulations Yvan, HC JW. Is there anyway of modifying the plugin so that instead of using TAB this happens... there is a new version but it's still expermiental (and

Re: [PD] 3 new gui-plugins

2011-04-14 Thread yvan volochine
On 04/14/2011 07:30 PM, Pagano, Patrick wrote: how do install the tab completion properly? get the gui-plugin there: http://puredata.info/community/projects/software/auto-completion-plugin and howto is there: http://puredata.info/docs/guiplugins cheers, _y

[PD] gridflow issues

2011-04-17 Thread yvan volochine
hi, trying to debug a patch using gridflow-0.12 on pd-extended-0.42.5 (ubuntu-lucid), I have some issues: - some tcl errors at pd startup[1]: (tcl) invalid command name .xb6cde8.c while executing .xb6cde8.c delete gf08c44168 and then (30 or more): .x8e3b590 no such object - then I tried

Re: [PD] gridflow issues

2011-04-17 Thread yvan volochine
On 04/17/2011 04:14 PM, Mathieu Bouchard wrote: On Sun, 17 Apr 2011, yvan volochine wrote: trying to debug a patch using gridflow-0.12 There's no leading 0 since a year ago. It would have been 0.9.12 but now it's like 9.12. It has never been 0.12. yes of course I meant 9.12 on pd

Re: [PD] gridflow issues

2011-04-18 Thread yvan volochine
On 04/17/2011 06:55 PM, Mathieu Bouchard wrote: On Sun, 17 Apr 2011, yvan volochine wrote: and then (30 or more): .x8e3b590 no such object Haven't seen that. I could check with pd (0.)43 again to see whether that's the bug that GridFlow had with it. this appears also on pd-extended-0.42.5

Re: [PD] gridflow issues

2011-04-26 Thread yvan volochine
salut Matthieu another question: is there a way to force gridflow external to load from a specified path? ie: I'm trying to setup pd-vanilla wth gridflow-9.13 where the user already has pd-extended with gridflow-9.12. (don't ask me why =) gridflow.pd_linux (9.12) is in

Re: [PD] gridflow issues

2011-04-26 Thread yvan volochine
On 04/26/2011 03:42 PM, IOhannes m zmoelnig wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 2011-04-26 15:23, yvan volochine wrote: salut Matthieu another question: is there a way to force gridflow external to load from a specified path? ie: I'm trying to setup pd-vanilla wth

Re: [PD] gridflow issues

2011-04-26 Thread yvan volochine
On 04/26/2011 03:53 PM, Pierre-Olivier Boulant wrote: I couldn't get Gridflow to work on any of my computers running different versions of windows (Win 7, 32 or 64 bit) and pd 0.43 (either vanilla or extended) whether or not there is a pd 0.42 install on the same computer and with similar

[PD] gtk-open-save broken with gui-plugins

2011-04-26 Thread yvan volochine
ciao it seems that gtk-open-save stops working as soon as I have any other gui-plugin in my path. it fails back to (ugly) tk open with this warning: WARNING: pd_gtk_open binary NOT found: /home/yvan/dev/pd_stuffs/gui-plugins/PLUGINNAME/bin/pd_gtk_open. Using Tk open if I remove *all*

Re: [PD] gtk-open-save broken with gui-plugins

2011-04-27 Thread yvan volochine
On 04/27/2011 01:19 AM, Hans-Christoph Steiner wrote: Hey Yvan, You need to use the recently added $::current_plugin_loadpath. I think you can skip the multi-level paths (bin/, src/) and just include the .c and binary, and the tcl plugin in a single gtk-open-plugin folder, then you would use

Re: [PD] gtk-open-save broken with gui-plugins

2011-04-27 Thread yvan volochine
On 04/27/2011 08:58 AM, Lorenzo Sutton wrote: WARNING: pd_gtk_open binary NOT found: /home/yvan/dev/pd_stuffs/gui-plugins/PLUGINNAME/bin/pd_gtk_open. Using Tk open That means it can't find the pd_gtk_open for some reason. I'm note sure where the PLUGINNAME comes from though. My understanding is

Re: [PD] gtk-open-save broken with gui-plugins

2011-04-27 Thread yvan volochine
actually I found the problem in Lorenzo code. gtk_open_save paths are set to $::current_plugin_loadpath when calling Open or Save, which means that $::current_plugin_loadpath was maybe already overwritten by another plugin. the solution is to assign these paths at plugin load time. attached

Re: [PD] Pd-extended 0.42.5 dropped tk8.4 dependency only in source?

2011-04-27 Thread yvan volochine
On 04/19/2011 09:18 PM, Hans-Christoph Steiner wrote: On Tue, 2011-04-19 at 14:15 -0400, Mathieu Bouchard wrote: On Tue, 19 Apr 2011, Hans-Christoph Steiner wrote: The Pd-extended 0.42.5 release on newer Debian/Ubuntu releases use Tcl/Tk 8.5 which releases are those ? Maverick? Lucid?

Re: [PD] readanysf for windows? (again)

2011-04-28 Thread yvan volochine
sorry for the OT noise but... Patrice, it looks like your mail reader does not follow the 'reply-to topic' rule, i.e. each of your message appears as a new thread, which is pretty boring with long threads like this one in a decent mail reader. cheers, _y

Re: [PD] readanysf for windows? (again)

2011-04-28 Thread yvan volochine
On 04/28/2011 11:15 PM, Patrice Colet wrote: Thank you for telling me, but I don't now how to fix this, sometimes it follow the thread, sometimes not, let me try out how this one will be displayed on the archive... It's boring indeed when mails don't follow the thread. yeah this one

Re: [PD] gtk-open-save broken with gui-plugins

2011-04-29 Thread yvan volochine
On 04/27/2011 12:44 PM, Lorenzo Sutton wrote: actually I found the problem in Lorenzo code. gtk_open_save paths are set to $::current_plugin_loadpath when calling Open or Save, which means that $::current_plugin_loadpath was maybe already overwritten by another plugin. Well spotted, Bravo! of

Re: [PD] [PD-announce] Workshop: Switch from PureData! (Barcelona)

2011-05-02 Thread yvan volochine
On 05/02/2011 04:02 PM, john saylor wrote: am i the only one who thinks it's odd to promote an anti-pd workshop on a pd list? (derek was right =) who said it's an anti-pd workshop ? knowing fredrik, it should be more about using new tools. have a look at his website and you'll see what I

Re: [PD] helpbrowser and the paths

2011-05-04 Thread yvan volochine
sorry if I miss some of the basics in pd-loading-libs or if this was discussed before but wouldn't it make sense to have a difference between what is added to 'path' and what goes into the HelpBrowser ? (i.e. -lib loads externals, help, ... and goes into HelpBrowser and -path adds whatever to

Re: [PD] msg to abstractions

2011-05-05 Thread yvan volochine
On 05/05/2011 09:15 PM, Jeppi Jeppi wrote: Hey, many thanks to all for such great trickshacks! The trick to route messages to a named subpatch turned out to be a chicken-egg problem if the subpatches are to be built dynamically as I need...thanks for the nice idea anyway :) though obsolete (?)

Re: [PD] auto-completion with popup [was: 3 new gui-plugins]

2011-05-06 Thread yvan volochine
hey, I found the time to refine autocompletion-plugin so I ended up kinda rewriting it (screenshot below). there are lots of changes, it would be nice if some of you could test it and tell me what's wrong or what is weird etc... latest is here:

Re: [PD] auto-completion with popup [was: 3 new gui-plugins]

2011-05-06 Thread yvan volochine
On 05/06/2011 08:16 PM, Patrice Colet wrote: thank you for this plugin, is it possible to have a 8.4 compatible code? then it would be possible to load it within pd-vanilla no sorry I won't support tcl-8.4 (and its ugly fonts) note that gui-plugins work only in pd = 0.43 (vanilla or not) if

Re: [PD] auto-completion with popup [was: 3 new gui-plugins]

2011-05-07 Thread yvan volochine
hi hans, thanks for testing On Mac OS X, I can't select the the ?? Why did you need to override ::dialog_font::ok? Perhaps something needs to be fixed so you don't need to do that. to be able to change the completion fontsize on the fly when changing the fontsize via ::dialog_font

Re: [PD] auto-completion with popup [was: 3 new gui-plugins]

2011-05-07 Thread yvan volochine
IMHO it would be better to see what kind of extra libs/plugins are loaded without debug level (it's easy to forget that you have this maybe-buggy thing in your path). I'd vote for posting those by default. i'd do a gui-plugin that raises the debug-level. That's always a possibility, you can

Re: [PD] 0.43 should still be a test version

2011-05-08 Thread yvan volochine
On 05/08/2011 02:14 PM, Matteo Sisti Sette wrote: Here are three bugs that make it unusable, all of them are regressions: [...] bug 3273884: mouse wheel scrolling doesn't work (it scrolls all the way down and all the way up in a single step) bug 3273848: editing an object box is painful.

Re: [PD] auto-completion with popup [was: 3 new gui-plugins]

2011-05-09 Thread yvan volochine
On 05/08/2011 06:40 PM, Hans-Christoph Steiner wrote: [SNIP] Those Gem, etc version reports are just the thing that the people I talked to were complaining about. If you are totally new, then being hit with a wall of mystery text can be intimidating. From my perspective, I also don't want to

[PD] gui-plugins management [was: auto-completion with popup]

2011-05-10 Thread yvan volochine
On 05/10/2011 08:55 PM, András Murányi wrote: though it's a bit annoying that the user cannot chose to _not_ use a certain plugin. (moving the foo-plugins folder into a disabled/ folder is probably a not such a good idea either, as in this case this would be a global operation

Re: [PD] auto-completion with popup [was: 3 new gui-plugins]

2011-05-12 Thread yvan volochine
On 05/12/2011 04:32 AM, JF wrote: Just saw this new version now. Looks absolutely awesome Yvan. Can't wait to try it out and thanks for including the 'All' mode that I bugged you about - I hope it's of use to more users than just me! well I'm sorry to tell you that this was eventually

[PD] [PD-announce] completion-plugin new version

2011-05-12 Thread yvan volochine
hi I rewrote autocompletion-plugin which is now called 'completion-plugin'. there are some cool new features: - new GUI (inspired from desire-data) - added an option file - auto-creation of completed objects (via Return key) - added a 'save_mode' so pd remembers keywords for

Re: [PD] [PD-announce] completion-plugin new version

2011-05-15 Thread yvan volochine
On 05/14/2011 08:19 PM, João Pais wrote: that's great. don't know if you want to, but I would suggest to copy another useful max feature: when you click on a send or receive object (the same for their audio versions), a pop-up comes up listing how many other objects exist using the same

Re: [PD] gui plug-ins not loading in new install

2011-05-15 Thread yvan volochine
On 05/12/2011 11:53 PM, ALAN BROOKER wrote: Hope I can ask for some advice? I have a fresh Kubuntu (Lucid) and Pd extended 0.43 (from nightly builds) install-Ive put the GUI plug-ins in start up but getting error messages on start up : '/usr/lib/pd/startup/buttonbar-plgincant load startup

Re: [PD] [PD-announce] completion-plugin new version

2011-05-17 Thread yvan volochine
On 05/17/2011 02:16 PM, Scott McCoid wrote: Can you explain how you got this working on OS X? I've downloaded tcl 8.5, but I'm a little unclear on what you did. on OSX 10.5.8, after installing tcl8.5 from activestate, a new 'wish' ends up in /usr/local/bin. so if your PATH is set correctly,

Re: [PD] [PD-announce] completion-plugin new version

2011-05-23 Thread yvan volochine
On 05/21/2011 11:46 PM, Mathieu Bouchard wrote: that's great. don't know if you want to, but I would suggest to copy another useful max feature: when you click on a send or receive object (the same for their audio versions), a pop-up comes up listing how many other objects exist using the same

Re: [PD] [PD-announce] completion-plugin new version

2011-05-27 Thread yvan volochine
On 05/27/2011 05:37 PM, Hans-Christoph Steiner wrote: It wouldn't be hard to code this in C, the question for me is what would the interface be, both in terms of coding in Tcl and the GUI itself. I wouldn't spend too much time on this but rather move on and completely separate pd and its GUI

Re: [PD] [PD-announce] completion-plugin new version

2011-05-30 Thread yvan volochine
On 05/30/2011 03:28 PM, Mathieu Bouchard wrote: On Mon, 23 May 2011, yvan volochine wrote: On 05/21/2011 11:46 PM, Mathieu Bouchard wrote: You need to modify the 'find' method in the canvas class. You make one version that doesn't auto-select an item, but instead sends a list of all matches

Re: [PD] scripts instead of preferences WAS: reorg of puredata.info/docs/developer

2011-07-06 Thread yvan volochine
On 07/06/2011 10:53 PM, errordevelo...@gmail.com wrote: We agreed before that the /disabled folders method is no good, and that we (probably me) will code up a logic which stores this in preferences (via ::pd_guiprefs). I'm interested in further brainstorming but right now I feel that good old

Re: [PD] notes/questions from a beginner

2011-08-25 Thread yvan volochine
On 08/23/2011 02:16 PM, Stephen Lavelle wrote: 2 - If I have an object selected (that's to say pressing buttons to edit text in it) I can't find any key-combination that will delete it how could you distinguish between 'delete text' from 'delete object' then ? IMHO best would be hitting RETURN

Re: [PD] [PD-dev] tkwidgets

2011-08-26 Thread yvan volochine
On 08/26/2011 02:19 AM, András Murányi wrote: Yeah and afaiu this is exactly the job that HC just started (see his announcement below). Yvan: in my simple understanding it goes like this: 1. getting rid of tcl-specific code in pd c core 2. minimizing the communication between the core and the

Re: [PD] notes/questions from a beginner

2011-08-26 Thread yvan volochine
On 08/26/2011 10:37 AM, IOhannes zmölnig wrote: On 08/26/2011 01:04 AM, yvan volochine wrote: yeah, ALT+H Alt-H?? all systems i know use F1 for help, except apple which uses Cmd-? whatever shortcut is fine, the point is not having to use the mouse. on a (keyboard) selected object would

Re: [PD] notes/questions from a beginner

2011-08-26 Thread yvan volochine
On 08/26/2011 04:51 PM, Jonathan Wilkes wrote: yeah, ALT+H Alt-H?? all systems i know use F1 for help, except apple which uses Cmd-? On most of the software I've used F1 is a shortcut for general help for the program-- not for specific results based on what happens to be selected

Re: [PD] [PD-announce] gem 0.93.0

2011-08-26 Thread yvan volochine
On 08/26/2011 06:20 PM, IOhannes zmölnig wrote: after long years of waiting (foir you) and hard labour (for me), Gem 0.93 has been released today. large parts of the underlying engine have been re-written to give you a better experience! nice, congrats ! cheers, _y

Re: [PD] [PD-dev] tkwidgets

2011-08-26 Thread yvan volochine
On 08/26/2011 05:31 PM, Jonathan Wilkes wrote: It might be a good idea to list the problems with tcl/tk so we can weigh them against the difficulty of using a different GUI toolkit. The problems I see are: * difficult to implement a decent zoom function for a canvas * can't display png

Re: [PD] auto-completion with popup [was: 3 new gui-plugins]

2011-09-21 Thread yvan volochine
salut Mathieu replying on the list because I think it's of general interest ;) I'll give a try at desiredata and let you know. J'ai bien peur que ça marche seulement juste assez pour pouvoir voir de quoi ont l'air certaines features, et encore... il y en a plusieurs qui sont brisées. I did

Re: [PD] OT: Poll: Csounds or SuperCollider or Chuck

2011-10-26 Thread yvan volochine
1. How do they compare against each other? I only know a bit csound and am an everyday sc user. - I find csound oldschool syntax pretty boring but maybe that's just me. - sc is a killer for realtime dsp. - sc-list is *extremely* active and helpful. ... 3. What sort of things can be achieved

Re: [PD] OT: Poll: Csounds or SuperCollider or Chuck

2011-10-26 Thread yvan volochine
On 10/26/2011 09:20 PM, Hans-Christoph Steiner wrote: 3. What sort of things can be achieved in these programs that can't be achieved in Pd, if any? polyphony in pd is a nightmare, you get it for free in sc: // 128 sine waves with random freq mixed down to stereo: {

Re: [PD] OT: Poll: Csounds or SuperCollider or Chuck

2011-10-26 Thread yvan volochine
On 10/26/2011 09:38 PM, Jonathan Wilkes wrote: polyphony in pd is a nightmare, you get it for free in sc: // 128 sine waves with random freq mixed down to stereo: { Splay.ar(SinOsc.ar({ExpRand(100, 5e3)} ! 128)) }.play Not too long ago matju wrote about the possibility that one could make GF

Re: [PD] OT: Poll: Csounds or SuperCollider or Chuck

2011-10-27 Thread yvan volochine
On 10/26/2011 11:57 PM, Hans-Christoph Steiner wrote: Its true, that is the downside of everything having a physical representation, i.e. each instance has its object box. But I think that its possible to make it really easy in Pd. That's the goal of the 'many' lib. I'd love feedback on what you

Re: [PD] OT: Poll: Csounds or SuperCollider or Chuck

2011-11-01 Thread yvan volochine
On 11/01/2011 04:23 AM, Jean-Michel Dumas wrote: It's great to see pyo make an appearance in this discussion. For completion's sake, here's the 128 sine waves with random freq mixed down to stereo example written in pyo. I find it much more readable than either SC or cSound, but that's only a

Re: [PD] autocompletion bug report

2011-12-29 Thread yvan volochine
On 12/28/2011 11:59 PM, olivier gailly wrote: hello, this plugin seems great but i have a problem installing it : UNHANDLED ERROR: version conflict for package Tcl: have 8.4, need 8.5 while executing package require Tcl 8.5 (uplevel body line 27) invoked from within uplevel #0

Re: [PD] no pd?? WTF ????

2012-01-04 Thread yvan volochine
On 01/04/2012 12:01 PM, Marco Donnarumma wrote: Well, that's weird enough. I actually know those guys through different channels. This is not the first call they send, and, although they work in Max, I think this is the first time I notice such a counterproductive requirement. The weirdest

Re: [PD] no pd?? WTF ????

2012-01-04 Thread yvan volochine
On 01/04/2012 07:22 PM, Mathieu Bouchard wrote: Le 2012-01-04 à 17:51:00, yvan volochine a écrit : a couple of days ago I added a comment on USO blogpost [1] complaining about this decision (and I tried not to be too angry). as an answer they just disabled comments on this post... May you

Re: [PD] [expr $f1 if...] bug?

2012-01-31 Thread yvan volochine
On 01/31/2012 06:33 PM, Lorenzo Sutton wrote: metronome | | [ expr $f1; if ($f1 == 1, 1, 0); if ($f1 == 5, 2, 0); if ($f1 == 9, 3, 0); if ($f1 == 13, 4, 0); if ($f1 == 17, 5, 0); if ($f1 == 21, 6, 0); if ($f1 == 25, 7, 0); if ($f1 == 29, 8, 0); if ($f1 == 33, 9, 0); if ($f1 == 37, 10, 0); if

Re: [PD] [expr $f1 if...] bug?

2012-01-31 Thread yvan volochine
On 01/31/2012 07:33 PM, yvan volochine wrote: or something like: [expr int(($f1 + 3) * 0.25)] | [change 0] which of course is wrong cause it misses the else 0 part... y -- yvan.voloch...@gmail.com http://yvanvolochine.com ___ Pd-list@iem.at

Re: [PD] [PD-announce] Kusum Normoyle London video + Disinformation manoeuvres in Gujarat...

2012-02-15 Thread yvan volochine
On 02/13/2012 08:02 AM, Disinformation PR wrote: With compliments, hope you enjoy ;) Kusum Normoyle + Steve Beresford + Disinformation LIVE... cool thanx, Kusum is amazing... 30 seconds is too short ;) _y ___ Pd-list@iem.at mailing list

Re: [PD] mrpeach routeOSC behaves differently then its previous release?

2012-03-12 Thread yvan volochine
On 03/12/2012 02:54 PM, Hans-Christoph Steiner wrote: IMHO, [routeOSC] should accept these two as the same thing: [/bla/1/blabli 0.437( [list /bla/1/blabli 0.437( It'll make life easier for a lot of people, and I can't see any disadvantage in that setup. well, in pd in general, [list foo

Re: [PD] mrpeach routeOSC behaves differently then its previous release?

2012-03-13 Thread yvan volochine
On 03/13/2012 07:12 AM, Frank Barknecht wrote: Though I lack to see the necessity to change [routeOSC]'s current behaviour, I agree that it most likely wouldn't cause any harm. As I understand it, this topic only came up because apparently the behaviour has been changed in the newest release

[PD] pix_freenect | pix_openni build issues on linux

2012-04-30 Thread yvan volochine
hiho, I'm trying to build pix_freenect|pix_openni on (up-to-date) archlinux and I have a couple of issues (using latest libfreenect): - libfreenect is not found if it was not installed in /usr (instead of /usr/local which should be the default for a manual build) - pix_freenect won't build

Re: [PD] pix_freenect | pix_openni build issues on linux

2012-04-30 Thread yvan volochine
On 04/30/2012 10:36 AM, yvan volochine wrote: hiho, sorry, forgot to mention I'm using gcc-4.7.0 -- yvan.voloch...@gmail.com http://yvanvolochine.com ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management - http://lists.puredata.info

Re: [PD] pix_freenect | pix_openni build issues on linux

2012-05-02 Thread yvan volochine
On 05/01/2012 07:43 PM, Benjah @ 01xy.fr wrote: when trying to compile pix_freenect | pix_openni on ubuntu 10.04, I vaguely remember this ‘-fpascal-strings’ problem which is concerns macos and not linux. At the end, for pix_openni, I just changed the Makefile with PD_APP_DIR = and GEM_DIR = and

Re: [PD] pix_freenect | pix_openni build issues on linux

2012-05-02 Thread yvan volochine
On 05/02/2012 10:07 AM, yvan volochine wrote: I looks like the Makefile is osx oriented.. erm... could it be simply that I need to use `Makefile_linux` instead of Makefile ? (after renaming them) y -- yvan.voloch...@gmail.com http://yvanvolochine.com

  1   2   >