• seegwen

    Hi everyone,

    Does anyone know of a way to save a patch with a message a la:

    [pd-mypatch save(

    ?

    I tried googling on the subject but found nothing, but since mrproper reported that
    [find myobject, cut( would work and i also found no documentation about it, i thought maybe (hopefully) i missed something.

    [edit]
    mrproper's find cut is here: http://puredata.hurleur.com/sujet-2931-dynamic-creation-objects
    [/edit]

    posted in technical issues read more
  • seegwen

    If someone wants to implement midi, by accident i let the scrollbar set to 0-127 range ;-). The rest is just buttons.
    Anyway, i already planned to "OSCfy" it... there's room for it.
    Also integrating it to your performance or composition setup is very easy, really.
    Man could also integrate the gui very easily (bypassing the "popup" feature).

    [edit]

    • 2009.06.02: 0.2.1
      Added some info for Window$ users into the help file.
      Added a "save bookmarks" button, thanks to PULSED solution on this thread:
      http://puredata.hurleur.com/viewtopic.php?pid=12932

    • 2009.05.10: 0.2
      To save the bookmarks, you have to open the gui abstraction inside the popup window and save it, not just save the window as stated earlier in the doc.

    Also removed a unwanted call to a non-existing abstraction.
    [/edit]
    http://www.lsxdesign.net/Puredata/Browser/

    http://www.pdpatchrepo.info/hurleur/Browser-0.2.tar.bz2

    posted in abstract~ read more
  • seegwen

    If someone wants to implement midi, by accident i let the scrollbar set to 0-127 range ;-). The rest is just buttons.
    Anyway, i already planned to "OSCfy" it... there's room for it.
    Also integrating it to your performance or composition setup is very easy, really.
    Man could also integrate the gui very easily (bypassing the "popup" feature).

    [edit]

    • 2009.06.02: 0.2.1
      Added some info for Window$ users into the help file.
      Added a "save bookmarks" button, thanks to PULSED solution on this thread:
      http://puredata.hurleur.com/viewtopic.php?pid=12932

    • 2009.05.10: 0.2
      To save the bookmarks, you have to open the gui abstraction inside the popup window and save it, not just save the window as stated earlier in the doc.

    Also removed a unwanted call to a non-existing abstraction.
    [/edit]
    http://www.lsxdesign.net/Puredata/Browser/

    http://www.pdpatchrepo.info/hurleur/Browser-0.2.tar.bz2

    posted in abstract~ read more
  • seegwen

    Hi all,

    The other day, i stumbled upon some patches that implemented osc tools in pd-vanilla, BUT
    can't find them no more.

    If someone had a suggestion, or a link, it would be nice.

    posted in technical issues read more
  • seegwen

    Hi all,

    I'm using my computer (which is 800Mhz) in pretty intensive way for audio only, and i couldn't manage to load audio in tables without glitches while playing other samples. It seems like the [soundfiler] sucks every bit of my cpu out when it's working.

    I also noticed that i didn't need the loading to be instantaneous (for most purposes), and i use only few seconds sound bites...

    So i came up with a patch to fill a table using [readsf~] and then resize that table according to the soundbite's length, it (the patch) also outputs the soundbite's name.
    It's working quite well for me.

    Corrections, Comments, improvements, are welcome :)

    http://www.pdpatchrepo.info/hurleur/sampleload.noglitch.pd

    posted in abstract~ read more
  • seegwen

    Hey everybody,

    I have an issue with Wish (using [openpanel] ) with Pd-ext-0.40.3.
    I'm running an ibook g4 w/osx-10.4.11, so using Pd-ext for this osx version.

    Here's how i recreated it:

    Open blank window, putting a [bang( - [openpanel] in it.
    Now i "bang", select a file or "cancel" the popup window, that doesn't make any difference.

    Normally, the Wish window title is "open:Wish". When the bug happens, the title is "open:fr_Fr". I then either choose a file or cancel the window and then pd crashes.
    Sometimes it happens at first "open", sometimes at 10th. In fact it seems random.

    I reinstalled Pd several times, deleting pref files and all, but still the bug is present.
    I also installed the most recent version of tcl/tk framework, with no luck.

    I ended up installing the Pd-ext for osx-10.3 version and since then, had no problem with Wish.
    Anyway, Pd seems to be faster with this version, so this isn't really an issue for me anymore but i wanted to tell around. Anyone else had this issue?

    I thought maybe the problem is ibook-related...
    Is the 10.4 Pd-ext version only for POWERBOOK machines?

    Thanks for the light.

    posted in technical issues read more
  • seegwen

    Hi,

    Here is my first Pd project.
    I think i'm like most of Pd n00bs: amazed by the promises of such power, but quite lost in the objects jungle.
    Fortunately, there are some serious Pd gurus walking this forum and they are not knowledge-greedy at all.
    Special thanks to hardoff who's sample slicer with user selectable slices got me started.

    Here's a screenshot of version 0.1 (click to enlarge):

    Version 0.2 on its way, with lots of improvements and feature-adds.

    You can visit the project page, or just download axiome-0.1 directly.

    Any help, comment, feedback, bug report, modding appreciated...

    posted in patch~ read more
  • seegwen

    Hi all,

    Just discovered puredata (and dataflow programs) thanks to my building a Monome...

    I installed pd-ext-0.39.3 on my mac os10.3.9, it worked out-of-the-box.
    I installed pd-ext-0.39.3 on my winOS, it also worked out-of-the-box.

    I then tried to install it on my Ubuntu Dapper, and finally on my 64studio(64bits version), with no luck.
    I must say that i'm quite a noob. I only compiled a few programs and some kernels (for realtime preemption).

    I see there is no amd64 .deb package (as i want to have pd on my 64studio running), so i tried to get the source and compile it myself:
    When i type "./configure" in the "pd/src" directory, stdout tells me there isn't any file named "configure".
    There is a file called "configure.in" but when i type"./configure.in" it throws me other errors out...

    Dunno what to do, since the INSTALL.txt doesn't seem to correspond to the source i downloaded.

    I couldn't find any good tutorial on how to compile pd-extended on amd64 either.

    I must be missin' something
    Anyone here got an idea?

    Thanks ahead

    Gwen

    posted in technical issues read more
  • seegwen

    Hi firebrandboy,

    mrpeach is already packed in pd-extended.

    To use it, just make sure you have a path pointing to the mrpeach folder inside your pd installation > extras folder.
    To create a path, go to preferences > path and add one. You may have to restart pd.

    posted in extra~ read more
  • seegwen

    LiveOSC might be what you are looking for rtek...

    http://monome.q3f.org/wiki/LiveOSC

    posted in technical issues read more
  • seegwen

    Hi,

    If you already have linked your ps3controller to your computer you can use the [hid] object to get the controls into puredata. See the help file of the object for more details.

    Hope it helps

    posted in technical issues read more
  • seegwen

    It just made me hear my drum-loop collection differently... very interesting.

    Thanks a lot man !

    And just one thing I noticed : the reverse toggle has effect on the beat preceding it. Is it intentional ? In any case, I found this interesting too...

    posted in patch~ read more
  • seegwen

    I totally messed up my lenny yesterday (it was late and i's tired :D ) and decided to give a go at 64studio 3.0 beta3 (amd64) today. This distro is based on hardy heron.

    It seems to be better, but i still got i/o errors.

    posted in technical issues read more
  • seegwen

    Correction: jackd will start at 48k, but only after a reboot of the firepod soundcard! And will come back to 44,1k only after reb... ffado didn't change anything. And memory lock neither. Anyone has a clue?

    posted in technical issues read more
  • seegwen

    And then it crashes... same here, with Debian Lenny(amd64)/jackdmp/freebox/firepod but the unlock memory trick doesn't work for me. And jackd won't start at 48k. I think it has to do with freebob. Maybe I'll try to have a go with ffado. I'll report back if success.

    posted in technical issues read more
  • seegwen

    I managed my library "by hand" and use whatever player I have available on the distros I use.

    On MacOs I use MacAmp Lite X since I found it has the best FLAC playback engine (dunnu why but VLC has some "glitches"). It is already opened so i also use it for Mp3 playback... ;)

    On Debian, I stick to VLC or Totem.

    For the FLAC support on iTunes, I agree with ichabod, that's real bullshit, but that's proprietary software...and they try to impose their AAC format. But anyway my iPod just died a week ago and iTunes just is too resource-hungry for my laptop.

    posted in Off topic read more
  • seegwen

    Yay, thanks a lot M. Steiner.

    Will there be a build for mac103?

    @geo_ker: No installer in macosX, just the app to drag'n'drop to your App folder. If you want to keep the old version, just put it elsewhere. Otherwise delete it and put the new one instead.

    posted in news read more
  • seegwen

    @toxonic: that's what I do for a living. A website for a Golf in that case. Deadline Monday!

    posted in patch~ read more
  • seegwen

    Yes, cool, indeed.

    Coincidentally, I remember I made a patch to automate parameters on a timeline... I'll try to integrate both... But I have to finish that website first.

    posted in patch~ read more
  • seegwen

    Ha, many thanks pulsed!

    posted in technical issues read more
Internal error.

Oops! Looks like something went wrong!