-
Schurl
Hey guys!
I'm looking for a simple interface to load lot's of files (IRs) into pd. I need each data in an own table with special parameters and the correct name (means table 1, table 2 etc)! I think have a clue how I request the data via automation but how can i create the tables automatically (with the right parameters and names)?
thx for your help
-
Schurl
Hey,
I want to get a graph from a Impulse Response wav file after rfft conversion.
I want to do this with the l02.Hann.window.pd and the integrated pd fft-analysis
As expacted the patch works fine when i get in with the preset signal which is a osc~ signal. But how can I get in with a wav. file?my first idea was that i do it with:
[open ... (
|
[readsf~]
|
pd fft-analysisis that okey? my problem is that i can see no graph and i'm not sure why? too less gain from the impulse response?!
thx for your help
-
Schurl
Hey,
can anyone explain me how i can load a txt. file contains int. in a table (array)
i'll do it with: a bang => openpanel => ?
I dont have a clue how i can store it to the table?
please help me!
thx
-
Schurl
Hey,
i've a question and i hope you can give me an answer.
i'm new in programming and working with pd and i want to built a programm where i habe any kind of sliding controller and the value of this controller should reference to an objeckt in a table, list or index.
So if the slider value is 1 then a message should be print with the first element of the list.
Value 2 => list object 2
...
....
.....you see what I mean.
So I'm not really sure what object list, table or index fit for this action and how i can reference form the slider value to the element in the list?????
thx for your help
-
Schurl
hey guys
I want to implement the freeverb object. I downloaded it and now i'm not quite sure where i should install it (mac user!)
When i oben the freeverb patch and create the freeverb object in another patch everything is fine. When i close the freeverb patch the freeverb object in the other pathc doesn'T work any more?!
can some please tell me how this works?!
thx
-
-
Schurl
hey nau,
done it with a loop and works as i expacted!
thx for help think the patch is running as i want but i have to do a few more tests but it looks good!
-
Schurl
thx nau!
by the way i managed the $0 and $1!
well i don't no but i can't find the iem libray at my system! Perhaps it isn't installed and i have to download it otherwise i have to do it by the loop!
schurl
-
Schurl
thx nau,
have another question^^
i got the array $0-magnitude in you patch! Just for testing i want to take this array and write it in another array. so that i have two arrays with different names but with the same content.
i tried it with
[tabreceive~ $0-magnitude]
|
[tabwrite~ $0-test]so i want to see how i can transfer array content from one array to another...as i said just for testing!
thx
-
Schurl
ahja thx nau
but now i have a question the $1 means that it gets exchanged by a number which comes from another input?!
Does this works also for [tabreceive~]? so that i can say [tabreceive~ir$0] and change the $0 to $1, $2 etc. via a number box or a slider?!thx