• keygap

    Hello,
    I have no idea how to make audio expander with pd. I haven't noticed that object [compressor~] could work like it with parameter like ratio, like some of VST's does. I think of idea to feed expanded attacks of mixed music to [bonk~].
    If somebody could share ideas about, pleas do so.

    posted in technical issues read more
  • keygap

    Hello,

    I know everyone is busy with some technical issues, but I need to ask you something as a community, developers and people who have deep knowledge in technology like pd and audio.

    I'm writing a small research on the delay effects and what I made with pd is the Delay with amplitude controlled output. I mean that output amount depends on input amount. Some objects like [line] makes it work smooth and and control this parameter. I use it for life performance and usually never overload amount of echo even at critical amounts of feedback for monophonic instrument. For that purpose I used a patch of Maelstorm.mmb as delay core and made some simple upgrades like stereo and "Folow" function.

    I'm asking for any opinion from you in any aspects or maybe you did something like that for other purpose long ago. I want to use that information for my research.

    Patch I attached isn't cpu effective and more a demonstration tool. I hope ones interested will find file to load and play or plug something in [adc~].

    Thank you

    http://www.pdpatchrepo.info/hurleur/Delay.pd

    posted in patch~ read more
  • keygap

    Hello,

    I know everyone is busy with some technical issues, but I need to ask you something as a community, developers and people who have deep knowledge in technology like pd and audio.

    I'm writing a small research on the delay effects and what I made with pd is the Delay with amplitude controlled output. I mean that output amount depends on input amount. Some objects like [line] makes it work smooth and and control this parameter. I use it for life performance and usually never overload amount of echo even at critical amounts of feedback for monophonic instrument. For that purpose I used a patch of Maelstorm.mmb as delay core and made some simple upgrades like stereo and "Folow" function.

    I'm asking for any opinion from you in any aspects or maybe you did something like that for other purpose long ago. I want to use that information for my research.

    Patch I attached isn't cpu effective and more a demonstration tool. I hope ones interested will find file to load and play or plug something in [adc~].

    Thank you

    http://www.pdpatchrepo.info/hurleur/Delay.pd

    posted in technical issues read more
  • keygap

    Hi,
    I'm in trouble trying to make this:

    A patch writes to text.txt a name of file.wav and a number of how many times it was played;
    On a [loadbang] a patch reads file text.txt and knows how many times file.wav has been played and counts further;

    I need to put more names of files with their times they been played in the same text.txt:
    Times Name
    12 file
    3 file1
    23 file2

    How to define a line for each sub patch that it could read and write only in it's line. My patch gathering statistics of hundreds of files and would be nice to have it in one file.

    I attached a patch with two sub patches for you to try to separate lines of sub patches that they could write and get different data from the text file according to the line they work on. Maybe you'll have other suggestions or even comments about it or modifications on my example patch.

    more power together

    http://www.pdpatchrepo.info/hurleur/Define_line.zip

    posted in technical issues read more
  • keygap

    Hello forumers,
    programming with pd still makes some troubles as not all of the objects being recognized, or I should say are not added and loaded during startup. I found this link :(http://rpm.pbone.net/index.php3/stat/4/idpl/12841513/com/pd-extended-0.41.4-1.fc10.ccrma.i386.rpm.html) and as I see here are loads of libraries and objects that could ease my life but don't understand how to follow instructions to add them and make work. Even can't find file with audio configuration flags to set delay time, sample rate and etc. I on Ubuntu 9.04

    • the Jaunty Jackalope - released in April 2009.

    The only idea that comes to my mind is to remove all the installations of pd and install a fresh copy and to put all I have found (hyperlink), because many folders with pd files, libraries, extras, references exist on my computer and I already don't know where to copy a new stuff I find.

    Help to brake an iceberg.

    posted in technical issues read more
  • keygap

    Hello,
    we usually using controllers and assigning they controls to give numbers or bangs. How to make a unique bang when pressing two buttons at the time for e.g. to reset to default value. I think this should be something about receiving to bangs and if a difference in time between them is in some range then makes a bang. But how is that possible?

    One more...

    I have numbers counting up to 8, and at the next loop (starting from 1) I want it to be 16 long. How to make this bang to wait after accidental bang until it begins a loop. I want to modify length, but on time, making loop to know that from now it is shorter or longer,....

    I hope I'm good explainer.

    Looking for help Smile

    posted in technical issues read more
  • keygap

    Thank you slur, I know this tutorial web, but didn't reminded then needed most. Thanks :)

    posted in technical issues read more
  • keygap

    Hello,
    for me to understand and make it, the most helpful practice was to study how numset.pd file works for synth in help browser/stuff/synth. Its about when you add this abstraction in your window as an object giving name [numset name x]. No matter how many of unique names you have, they'll appear in one (or many) preset.txt file as:

    list name-in <value>
    list name2-in <value>

    ...enjoying pd, help files and growing experience :)

    posted in technical issues read more
  • keygap

    Very nice sound. I like the way patch is made. To me it's something to practice:)

    posted in patch~ read more
  • keygap

    Thank you.

    posted in technical issues read more
  • keygap

    So it is like it is said that libraries can be added one by one with startup flag "-lib libname"

    So in the pd folder /extra found folders. those who have a *.pd_linux (in my case) can be added.

    I wrote (start pd as root) -lib bsaylor and closed pd. started again and library added.
    Off course there should be a path added first in Path... menu

    at last somehing

    posted in technical issues read more
  • keygap

    I haven't red what you were discussing in the middle of topic, but after unpack I tried to use only
    [set $1( for all it's outlets and the result the same as on that side you wrote "the only one that works correctly" in an example patch testfileinput.pd

    posted in technical issues read more
  • keygap

    Sorry for interrupting your question

    When I start pd not in verbose mode seems like many libraries added to the global path and objects exists, but in verbose mode <<tired but failed>> to all of them. Cant understand what seems to be the problem too.

    I guess those who have solved this problem don't know how to explain this process or never had that problem, which is hard to believe to me. No hard feelings :) Can it be a fault of pd vanilla

    posted in technical issues read more
  • keygap

    I changed my mind on how to sort the problem and I found that using of [coll], [msgfile] is a thing I can't work out now. I decided to crate separate files.txt of each audio file with a name and changing argument $1or %d (time of plays) in that name. Correct me if I'm not right, about the argument...

    When I'll list ($ ls) a folder content in terminal window I'll see a clear listed statistics with names and number of plays as files but even can copy it as text list. Of course a number of play times will be in a file too for [qlist] to read it.

    Sounds a little different than I imagine, but .... would be nice to do something like already prepared list of names in .txt, and then a sound plays reads a list and then found its name write a number at the end of the line.

    Thank you.

    posted in technical issues read more
  • keygap

    I got a replay from

    "Derek Holzer Pd-list
    I recommend the [col] external for this, both writing to and reading from specific lines in a file."

    Any ideas about what library contain a [col] GUI

    posted in technical issues read more
  • keygap

    I have found that [sendOSC] works fine but [dumpOSC] doesn't exist too.
    The strangest thing is that [prvu~] seems to bee dead on [gainvu~] at VU output. Have no idea how to solve it. My friend have the same on Mac.

    ???

    posted in technical issues read more
  • keygap

    It's not the same as to load it through help....but all I can help is:

    Attachment

    http://en.flossmanuals.net/PureData/ListofObjects

    http://www.pdpatchrepo.info/hurleur/screenshot_select.png

    posted in technical issues read more
  • keygap

    One of my friends enjoys Snow Leopard very much, but not he or me knows something about it and pd. Your choice to find out :)

    posted in technical issues read more
  • keygap

    YES YES YES!
    4.2-5 Vanilla works. libraries are ok now. A file I needed to delete was in the folder which is the one I usually get first in to.
    Thanks Maelstorm, you get me closer to it. Thanks.

    posted in technical issues read more
Internal error.

Oops! Looks like something went wrong!