-
hodok
Hi!
Is there any object or abstraction similar by function to [4route~] abstraction(http://www.audionerd.com/projects/pd/tips/)? What it does is routing audio input to the arbitrary output. But it's impossible to set the number of outputs, and I need this feature. -
hodok
How to read data from the array so it would be updated immediately, not on request?
-
hodok
Hi!
I want to make a frequency analyser with individually adjustable bands, so each band have a numerical input, which gives it a frequency in Hz, and loudness of that frequency being showed at one-dimensional meter. I didn't found the example of such thing in manuals, so would you kindly make one for me and other beginners? -
hodok
Hi!
I'm trying to put array data into 10 independent sliders(simplest preset managment of those that I could come up with). How to accomplish this in conventional way? -
hodok
Hello! Trying to confiure pd-l2ork, but don't know how. I need straight(not curved) wires, and different foreground and background colors.
-
hodok
I was working with complex big patch and just thought of how it would be cool if it was visualized in 3d. Maybe mostly the same, but instead of 2d boxes - 3d wireframe boxes (maybe green on black) arranged in 3d space. Cool, isn't it? Feel free to share your opinion, offtopic is most welcomed.
Also, that would have looking good in a holographic interface. -
hodok
Hello! I managed to build pd-extended 0.43.4 from the source with depedencies mentioned here http://puredata.info/docs/developer/Fedora, but now it won't run, giving me the next error:
disabling real-time priority due to missing pd-watchdog (/usr/local/bin/pd-watchdog) Error in startup script: couldn't read file "/usr/local/tcl//pd-gui.tcl": no such file or directory
/usr/local/tcl/ is really absent
Any ideas? -
-
hodok
Hello! I just installed pd (and gem) from ubuntu repo and tried to open pmpd patch 08_ball2D.pd, the error which it gave me is: http://pastebin.com/m1013463c , and when i clicking on "create Gem window", i get:
error: inlet: expected '' but got 'reset'
... you might be able to track this down from the Find menu.
error: inlet: expected '' but got 'create'
error: inlet: expected '' but got 'float'Thank you in advance for your help.
-
hodok
Thanks, it solved issue pretty nicely!
Pity that Pure Data seems just doesn't have any more elegant solution. -
-
hodok
I'll illustrate with this patch. There is 5 sliders, and array. Changes from array should be immediately reflected on the sliders. Any sort of communication is acceptable.
-
-
hodok
Oh, I get it, there is no need to use fft analyzers, only a bandpass filter and volume meter would be enough, ha, simpler than I though.Thanks!
-
hodok
Don't know if I understood well
In other words [tabread] sending value from array only after it receives index number, and I need to receive value immediately after it changes.
but try reading [tabreceive~]'s help file.
But isn't it allows to get only signal output? I need to read value as float.
-
hodok
It works, thanks. Сome to think of it, I also need to have a number of quickly switchable presets and saving them to one file together. Current state in the attachment.
Sorry for such opening post, perhaps I was hoping people would telepathically know what I need . -
-
-
hodok
iotic
Thanks for your valuable advices. For a couple of days I tried to recreate that algorithm by Sadjad Siddiq, but I found what it's too difficult for me for now, and I decided to try that little trick with Karplus-Strong algorithm, but the next problem has appeared: now I'm using Max/MSP(because of Max for Live), and I'm using snapshot~ to convert output signal to float number and feed it to number input of tapout as the delay length. Snapshot~ is set to the time resolution of 1 sample, and it freezes the application, but I've been advised to use gen~ to avoid that somehow, so I think I'll manage.