• arif

    Hi Guys, not sure if this is old news, I'm kind of falling out of touch with the scene :(

    But I just came across this video which shows a project of Imogen Heap's in which PureData is core feature.

    She is attempting to make algorithmic music, to accompany your jogging.

    posted in Off topic read more
  • arif

    Hi Guys,

    Long time!! I'm exciting to have a reason to have to come back to Puredata, and maybe start contributing to this community again.

    I have an hackathon occurring next weekend where I am determined to pull samples from Freesound.org into Pd.

    I have found this: https://gem.puredata.info/pd/pd/Members/patrick/pdfreesound/view

    I have managed to load the py/pyext lib into Pd,

    But I can't connect because I can't figure out where to input my username and password (or really how to work around this patch at all really.

    Does any one have any experience connecting freesound to Puredata? I don't mind if it happens internally or from another avenue (i.e. via Processing or Supercollider, e.t.c.)

    I'm determined to make this work somehow, so I'll post any results.

    I had a conversation with the creator of py/pyext last night. really cool guy.

    I'll email Patrick, (the guy behind the freesound abstraction).

    Hopefully he'll have some advice.

    But if anyone can help me on my journey....

    Many thanks.

    posted in technical issues read more
  • arif

    test

    posted in Off topic read more
  • arif

    Right, so in linux, everything is fine and dandy, I can open pd and put in arguments by simply tapping out

    $ pd -nogui

    whatever whatever.

    When you install Pd in linux, it behaves like a proper application (it's installed right into the OS, the app is in the bin folder e.t.c. e.t.c.)

    so running it from the command line is nice and fine.

    However on the mac I am stumped.

    I can use the command Open to open the application package, if i reference to it in the Applications folder, I can use ./Pd-extended if I root right through the packgace contents. But the former method doesn't allow me to supply arguments, Open gets confused, and the latter method allows to write arugments, but I have no idea if they're passed through -nogui certainly has no effect and it doens't open any locations to any pd files I may supply it.

    So what's up? How do I do this?

    super thanks

    posted in technical issues read more
  • arif

    As easter's just been and I'm always late with everything, put this into a pd file:

    #N canvas 344 398 492 385 10;
    #X obj 111 110;
    #X obj 151 110;
    #X obj 129 137;
    #X obj 131 167;
    #X obj 130 193;
    #X obj 163 194;
    #X obj 194 194;
    #X obj 98 195;
    #X obj 66 194;
    #X obj 41 167;
    #X obj 227 169;
    #X obj 262 147;
    #X obj 13 139;
    #X obj 134 225;
    #X obj 134 252;
    #X obj 135 275;
    #X obj 135 300;
    #X obj 106 324;
    #X obj 80 346;
    #X obj 166 324;
    #X obj 197 348;
    #X coords 0 -1 1 1 85 60 1 100 100;

    posted in patch~ read more
  • arif

    *** EDIT: Post #7, below has the solution attached ***

    hi all,

    I'm trying to make an abstraction that makes improvements on [grid], namely the ability to record and playback motion.

    Perhaps there is a standard way of doing this in programming science. But I've got round it by using arrays that record vales and an array that records [timer] values, for playback.

    Would somebody, (for the sake of the pd community) go through the patch, it is neatly written, and try and stump out why, playback doesn't seem to be accurate. it gets worse the faster a motion you record into it. Leaving me to think that maybe it has something to do with the limitation of the control rate, and the frequency of information that is trying to be recorded.

    How can I get around this. Let's talk about it... It would certainly be a handy feature to have!

    patch attached.

    http://www.pdpatchrepo.info/hurleur/grid+.pd

    posted in technical issues read more
  • arif

    GOP = Graph on Parent

    I'm doing the move canvas along hack to have multiple screens, but unfortnately, when I switch position, the last graph on parent display comes through and thus there is horrible overlap. I'm thinking if i [t b b] a message to clear current canvas, and then reopen a canvas at new location, that might get rid of it.

    i don't know what 'donecanvasdialog' is all about but it seems to refer to the canvas. setting every value to 0 doesn't work.

    posted in technical issues read more
  • arif

    Anyone in linux find that [dumpOSC[ and [sendOSC[ objects don't seem to exist, even though the library is installed (pd-extended) and oscx library does exist in /usr/lib/pd/extra?

    even pure data, at startup tells me the library is loaded :( all other libraries load.

    what can I do about it?

    posted in technical issues read more
  • arif

    Hi guys,

    Long time no (little) contribution from me in the forums, I apologise, I have been making the most of my summer holidays... But you will all no doubt be pleased to know that I'm getting myself back on track again. :)

    I was never good at doing file and list and string related stuff in pd, and I know some of you have the knack for it. I probably would be able to work it out if I spent hours an hours randomly going through the help-browsers abstractions, but I'm willing to give your generosity a shot. :D

    Now here's my problem.

    I want to have a text file that contains my scale in midi numbers, i.e.

    60
    62
    64
    65
    67
    69
    71
    72

    then in pd i want it to read through the file, one line at a time appending the line number to the beginning so it sends out the messages

    0 60
    1 62
    2 64

    e.t.c.

    so that i can [route] them into into their respective abstractions that will [mtof] and feed it into [osc~]

    can you help?

    thanks so much

    posted in technical issues read more
  • arif

    Hi guys,

    sorry for not keeping up appearances in the forum lately. I have been extremely busy.

    I have taken extremely well to xubuntu on the eeepc.

    Synaptic Package Manager always showed Puredata, pd-zexy and Gem packages, but installing them didn't seem to load in any of the externals, and PD didn't have the GUI niceities of extended. - I had pd vanilla. :(

    So I removed it and added

    deb http://apt.puredata.info/releases jaunty main
    

    to my list of sources, but synaptic package manager still didn't care to offer pd-extended for download.

    So I used the command

    sudo apt-get install pd-extended
    

    and it all installed, lovely.

    But synaptic is unaware of this package, and I really wanted to keep a clean system where everything goes through synaptic.

    Have I missed something, or was pd-extended never built to deal with synaptic. I thought apt-get and synaptic was one and the same?

    posted in technical issues read more

Internal error.

Oops! Looks like something went wrong!