[PD] Help needed for string manipulation in PD

2010-10-25 Thread tania habib
Hello, Currently I am stuck at one point in my multichannel recording patch. The problem is that I want to dynamically read the list of wav-files from a specific folder using a text file. For this case, I am using the textfile object. One line of the text file reads like sp01_48kHz/swih7 Can

[PD] how to set paths in Pd running on windows xp?

2010-08-17 Thread tania habib
Hello, I am having trouble setting paths to load some wav-files in Pd running on Windows XP, as for path setting backslash (\) is used instead of forwardslash (/). When I try putting the backslash it given me the error keycode 92: dropped. Please let me know how I can fix this problem? Regards,

[PD] how to cite the Pure Data in a research paper

2009-09-11 Thread tania habib
Hello, My question is regarding the citation of the Pure Data in a conference paper as I am mentioning that we are using a patch made in PD to record a 24-channel microphone array. Prompt reply will be really appreciated. Regards, Tania ___

Re: [PD] Recording question

2007-12-19 Thread tania habib
Well now I am facing a problem, I guess I was too excited to really check whether this option worked properly or not! The problem is that I have a patch in Pd, where I am using adc~, writesf~ to write the streaming data into wave files. When I initialize Pd, it recognizes the aggregate device, I

Re: [PD] Recording question

2007-12-19 Thread tania habib
, Please let me know if there is some bug in the patch! On Dec 19, 2007 1:48 PM, [EMAIL PROTECTED] wrote: hi tania Quoting tania habib [EMAIL PROTECTED]: When I start the recording and finish it. Open the wav files in audacity, only two channels seems to be active the rest have nothing in them

[PD] Recording question

2007-12-18 Thread tania habib
Hi List, I have a question regarding a patch that I made for recording multi-channel audio. For the 16 channels, we are using Fireface 800 with an extension board. It works quite well! For a specific application, we are trying to use the two iMic's with a USB plug to record at least 4 channel

Re: [PD] Recording question

2007-12-18 Thread tania habib
el cheapo method), then you could try it. best, d. tania habib wrote: Hi List, I have a question regarding a patch that I made for recording multi-channel audio. For the 16 channels, we are using Fireface 800 with an extension board. It works quite well! For a specific application

Re: [PD] Recording question

2007-12-18 Thread tania habib
the OSX audio system does have a system to join two different soundcards -open Audio MIDI Setup (usually in the Utilities folder) -then open the Aggregate Devices Editor from the Audio menu - here you can create a new device, select which will be the master clock etc -this new device can

Re: [PD] il 1 of 73 Older › question regarding pkg -config and aubio installation to work with PD

2007-06-30 Thread tania habib
try a forum or mailing list for pkgconfig. permission denied would lead me to believe that you need to run that as root. .hc On Jun 30, 2007, at 5:13 PM, tania habib wrote: Hello List, I need some help/advice/suggestions regarding the problem I am facing nowadays. I have been trying to install

[PD] question regarding pkg-config and aubio installation to work with PD

2007-06-29 Thread tania habib
Hello List, I need some help/advice/suggestions regarding the problem I am facing nowadays. I have been trying to install aubio on my Mac osx but for that I need some other packages like fftw3, libsndfile, libsamplerate and pkgconfig. The first three are installed without any trouble but when I

[PD] makefile for mac osx

2007-06-18 Thread tania habib
hello list, Nowadays I am trying to compile some pd-externals but the problem is again with the make file. I am sending you a make file for a very simple print job. kindly have a look at it, as when I run it, it gives an error message makefile:9. *** missing separator. Stop. regards, tania

[PD] cross-correlation in pd ?

2007-06-17 Thread tania habib
hello list, I was wondering if some body can tell me if there is an object to generate the cross correlation of two signals. If there is, please let me know which library has it. regards, tania ___ PD-list@iem.at mailing list UNSUBSCRIBE and

Re: [PD] cross-correlation in pd ?

2007-06-17 Thread tania habib
] wrote: I found a helpfile for table cross corr IEMLIB_R1.15 Don't actually have the external though myself for some reason. Looking at the helpfile it would be suitable for audio after using [tabsend~] to fill the tables. On Sun, 17 Jun 2007 17:52:42 +0200 tania habib [EMAIL PROTECTED

Re: [PD] cross-correlation in pd ?

2007-06-17 Thread tania habib
with it Can you please check them on yours pd? On 6/17/07, Hans-Christoph Steiner [EMAIL PROTECTED] wrote: On Jun 17, 2007, at 12:46 PM, tania habib wrote: 1- how can i find this IEMLIB_R1.15 library, as some of the objects in the patch you sent me can not be created. 2- I am using pd

Re: [PD] plot

2007-06-09 Thread tania habib
:47:55 +0200 tania habib [EMAIL PROTECTED] wrote: Hello list, I need some help in finding the object which can plot 2-D and 3-D curves. for example if i have two vectors and I need to plot frequecy versus angle curve/ plots the data after the simulation are complete. Kindly suggest which

[PD] plot

2007-06-08 Thread tania habib
Hello list, I need some help in finding the object which can plot 2-D and 3-D curves. for example if i have two vectors and I need to plot frequecy versus angle curve/ plots the data after the simulation are complete. Kindly suggest which library supports these functions regards, tania

[PD] plot

2007-06-08 Thread tania habib
Hello list, I need some help in finding the object which can plot 2-D and 3-D curves. for example if i have two vectors and I need to plot frequecy versus angle curve/ plots the data after the simulation are complete. Kindly suggest which library supports these functions regards, tania

Re: [PD] loading wav.samples with readsf

2007-06-03 Thread tania habib
hello sebastian, i`ve been trying to play wav.samples using the readsf-object but don`t have no luck error: readsf: start requested with no prior 'open' ... you might be able to track this down from the Find menu. you need to click on the open message first before readsf~ , this will take

[PD] how to modify path in open message

2007-05-31 Thread tania habib
Hello, I have made the script for recording wave files using 16 channels. I am using writesf~ with the message open /Users/tania/Desktop/ch1.wav My question is that can there be a quick way of just changing one message box so that If I change the destination directory for files, it can be

[PD] How to fix path to read a sound file

2007-05-18 Thread tania habib
Hi, I need some guidance in using the soundfiler, writesf~ and readsf~ objects. How can I read a recorded wave file ? How can I set the path for the file? I need to use some recording that I made to be loaded in Pd for further computation and then after some manipulations stored by Pd on the

Re: [PD] How to fix path to read a sound file

2007-05-18 Thread tania habib
Yes I have tried it through the help files but the problem is that the path to search/load the wave file is not picked by the file. I have tried to put in the paths but it still gives error such as error: dsp: ../sound/bell.aiff: No such file or directory Please tell me the right way to put in

[PD] problem installing iem/adaptive library

2007-05-17 Thread tania habib
Hello, I have started working with PD few weeks ago and I find it very useful for my work, but I am facing some problems in trying to load some libraries into PD. I want to add the Adaptive Filter library written by Markus Noisternig and Thomas Musil. I am working on Mac osx. Please help me out

[PD] problem loading adaptive filter libraray

2007-05-17 Thread tania habib
Hello, I have started working with PD few weeks ago and I find it very useful for my work, but I am facing some problems in trying to load some libraries into PD. I want to add the Adaptive Filter library written by Markus Noisternig and Thomas Musil. I am working on Mac osx. Please help me out

Re: [PD] problem installing iem/adaptive library

2007-05-17 Thread tania habib
Hello, Thanks again, as it was problem of loading zexy at the startup and now the files are working fine. regards, tania On 5/17/07, Georg Holzmann [EMAIL PROTECTED] wrote: Hallo! Secondly I can not run examples of adaptive library as some of the objects can not be created such as lms~