Re: [PD] Creating random filenames

2013-12-30 Thread Ronni Montoya
Simon Wise simonzw...@gmail.com On 30/12/13 00:10, Jack wrote: Le 29/12/2013 13:17, Ronni Montoya a écrit : Hi, how can i create random file names in pd? I need to have a recording button in my patch that everytimes records an audio file in a different ( random ) file name. For example

[PD] Creating random filenames

2013-12-29 Thread Ronni Montoya
Hi, how can i create random file names in pd? I need to have a recording button in my patch that everytimes records an audio file in a different ( random ) file name. For example, each time i record something it should create random .wav file names: kasdsd.wav lifasik.wav kjaskld.wav

[PD] Selfdestroying patches

2013-11-17 Thread Ronni Montoya
Hi, im opening multiple instances of a pd patch from openframeworks using the ofxPd library . My patch generates a grain, so when i create multiple instances of this patch from openframeworks it generates a granular cloud. I need that after the grain is generated ( when sound finishes) the

[PD] waveform segment breakpoints

2013-11-14 Thread Ronni Montoya
Hi, i need to convert some data into waveforms. I need to use the trick used in non standard synthesis where you use the data to define waveform segments breakpoints. Do anybody have tried something like this purely in pd (not externals)? which is the best way of achieving this in pd? cheers

Re: [PD] Pitchshift frequency bins to specific frequencies

2013-10-25 Thread Ronni Montoya
2013 22:56, Ronni Montoya ronni.mont...@gmail.com wrote: Hi Peiman, thanks for that patch, im gonna try to adapt it to what im trying to achieve. and Yes i think you understood correctly. This warp program is very similar to what im trying to achieve , but theres a difference in the way how

[PD] csound6~

2013-10-25 Thread Ronni Montoya
Hi, any idea where can i find csound6~ compiled for macosx? i been looking for it on google but no luck. cheers R. ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management - http://lists.puredata.info/listinfo/pd-list

[PD] Pitchshift frequency bins to specific frequencies

2013-10-23 Thread Ronni Montoya
Hi list , i need to iterate over all the frequency bins of a sound getting each frequency and then i need to map that frequency to a specific frequency . Do anybody have tried something like this in pd? which is the best way of doing this in pd? any hint? cheers R.

Re: [PD] Pitchshift frequency bins to specific frequencies

2013-10-23 Thread Ronni Montoya
|| RSS Feedhttp://peimankhosravi.co.uk/miscposts.rss || Concert News http://spectralkimia.wordpress.com/* On 23 October 2013 08:59, Ronni Montoya ronni.mont...@gmail.com wrote: Hi list , i need to iterate over all the frequency bins of a sound getting each frequency and then i need to map

[PD] gem:using lighting in a geo with shader

2013-09-25 Thread Ronni Montoya
Hi, i discovered that lighting doesnt work in gem when i use a shader with a geo. Why is that? Any idea how can i make lighting work with a geo with shader? is there any trick? cheers R. ___ Pd-list@iem.at mailing list UNSUBSCRIBE and

[PD] turn off lighting only in specific gemhead?

2013-09-21 Thread Ronni Montoya
Hi, is it possible to turn off the lighting only in a specific gemhead? I need that my lighting ( in gemwin) can affect all my gemheads instead of one. how can i do this? I been trying with [GEMglDisable] and [GLdefine GL_LIGHTING] inside my gemhead but it turns off the lighting for all my

[PD] repeating data in array or looping the data when reading?

2013-09-01 Thread Ronni Montoya
Hi again, I'm creating some structures iterating geos using the repeat object. I have tables with data(colors) and I'm applying a different color to each iterated geo. If my array has 20 values (20 colors) and then i iterate 20 times a geo, then each geo is gonna have a different color. But if

Re: [PD] repeating data in array or looping the data when reading?

2013-09-01 Thread Ronni Montoya
. so as you see, i can use [mod ] when the repeating value is less than the number of iterated geos. But not in my case. anybody have an idea how to solve this? 2013/9/1, Jack j...@rybn.org: Hello, Le 01/09/2013 10:30, Ronni Montoya a écrit : Hi again, I'm creating some structures iterating

[PD] getting data from gem chain

2013-08-31 Thread Ronni Montoya
Hi , i was wondering how can i get data from a gem chain. I ve made a patch that generate nested iterated structures and i would like to sonify the gem chain. Which should be the best approach for this? Do anybody have tried something similar? cheers R.

Re: [PD] Reading txt file inside folder

2013-08-28 Thread Ronni Montoya
lorenzofsut...@gmail.com: On 28/08/2013 02:17, Ronni Montoya wrote: Hi , i have a folder with my pd patch and another folder that stores txt files ( my data). How can i read my txt files from that folder using relative path? I need to be able to change the location of my folder and not having

[PD] problems with presets and midi controller

2013-08-28 Thread Ronni Montoya
Hi, I made a patch that has a group of sliders and allows me to save my presets with ssad. The patch works ok, the problem is that when i use a midi controller. when I'm playing with my midi controller and i change my preset in my patch and then i continue playing with my midi controller, the pd

[PD] Reading txt file inside folder

2013-08-27 Thread Ronni Montoya
Hi , i have a folder with my pd patch and another folder that stores txt files ( my data). How can i read my txt files from that folder using relative path? I need to be able to change the location of my folder and not having the necessity of rewriting the path. any idea? R.

[PD] exporting waveform table into high definition .png?

2013-03-16 Thread ronni montoya
Hi list, is it possible to export and waveform table into a high definition png, or jpg or vector file in pd? cheers R. ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management - http://lists.puredata.info/listinfo/pd-list

[PD] waveshaper for noisy sounds

2013-03-13 Thread ronni montoya
Hi , i been experimenting lately different types of waveshapers. I discovered that i get different result depending on the sound im applying the waveshaping. For example there are some types of waveshapers that works great on simple sounds (ejem.sinousoidal waves) but they do not work fine on

[PD] Gem:Convert 3d shape(obj) into a string of characters

2013-03-02 Thread ronni montoya
Hi, i was wondering how can i convert a 3d shape (obj file) into a string of characters using Gem/pd? Is it possible to get a list with all the vertex values of a obj file using Gem? If not, which other options do exist? thanks in advance R. ___

Re: [PD] measuring entropy of a signal?

2013-03-02 Thread ronni montoya
08:40, ronni montoya wrote: Hi, why is not possible? Instead of analysing the real time value of the signal , maybe i can have a memory or buffer that store the a piece of signal ( groups of samples) from time to time and then analize that group of values. Maybe it can convert that group

Re: [PD] Gem:Convert 3d shape(obj) into a string of characters

2013-03-02 Thread ronni montoya
oh cool , but how can i read that text in pd? cheers R. 2013/3/2, Cyrille Henry c...@chnry.net: hello, a obj file already is coded as text. so you don't have to do any convertion, just open it with a text editor! cheers c Le 02/03/2013 18:06, ronni montoya a écrit : Hi, i

[PD] convert an image into a string of characters

2013-02-28 Thread ronni montoya
Hi, i was wondering how can i convert an image into a string of characters in pd? Is there is an easy way of doing this? cheers R. ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management - http://lists.puredata.info/listinfo/pd-list

Re: [PD] measuring entropy of a signal?

2013-02-27 Thread ronni montoya
... Chuck On Tue, Feb 26, 2013 at 6:09 AM, ronni montoya ronni.mont...@gmail.comwrote: Hi , i was wondering if anybody have implemented the shannon entropy function in pd? Do anybody have tried measuring entropy of a signal? cheeers R

[PD] measuring entropy of a signal?

2013-02-26 Thread ronni montoya
Hi , i was wondering if anybody have implemented the shannon entropy function in pd? Do anybody have tried measuring entropy of a signal? cheeers R. ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -

[PD] stereo difference?

2012-10-10 Thread ronni montoya
Hi list, i was wondering if there is any stereo difference object or abstraction if not how can i achieve this effect in pd? thanks R. ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management - http://lists.puredata.info/listinfo/pd-list

Re: [PD] managing complex gui

2012-09-27 Thread ronni montoya
ok thanks, but how can i set the position of my subpatches windows from pd? and: is it possible to turn off the scroll and borders? any idea? R. 2012/9/27 ronni montoya ronni.mont...@gmail.com: but how can i set the position of my subpatches windows from pd? and: is it possible to turn

[PD] managing complex gui

2012-09-25 Thread ronni montoya
Hi, can i change the color of my gui elements using messages in pd? I was wondering if anybody have develop any strategy, mechanism or patch for asigning colors to very large group of gui elements. I was thinking that if i have a very large and comple gui , it would be nice to apply the color to

Re: [PD] managing complex gui

2012-09-25 Thread ronni montoya
I forgot to mention that my patch has its gui elements in different windows . so i was wondering : if its possible to control the size and position of a group of windows or subpatches from the language? Sending a message in pd in real time? Is that possible? 2012/9/25 ronni montoya

[PD] table with times?

2012-09-18 Thread ronni montoya
Hi, how can i convert bpm events into time values? i need to fill a table with time values from a specific bpm any idea how to achieve this? cheers R. ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -

Re: [PD] pointcloud in Gem (timbreID) and performance

2012-09-02 Thread ronni montoya
pure opengls from gem? any idea? R. 2012/9/2 ronni montoya ronni.mont...@gmail.com: In processing theres a library called glgraphics that allows to use vertex arrays,this allow to calculate vertices in the gpu and it is very fast, i can draw up to 80 000 vertices in my computer

[PD] help with expr and differential equation

2012-06-17 Thread ronni montoya
Hi, im trying to implement the lokta volterra equation using expr in pd : http://en.wikipedia.org/wiki/Lotka%E2%80%93Volterra_equation im doing in this way: [expr $f1 * ($f3 - ($f4 * $f2)); $f2 * ($f5 - ($f6 * $f1)); ] but im not the getting the expected result, im only getting

[PD] gradual interpolation between curves in table

2012-05-25 Thread ronni montoya
Hi, i have a table with a gaussian curve that im using for creating the amplitude envelope of grains . I need to gradually convert or interpolate my gaussian curve into a new type of curve in my table. Is there is an easy way to achieve this in pd? thanks R.

Re: [PD] stochastic masking of pulsar generator

2012-05-17 Thread ronni montoya
correctly (by masking, you mean simply muting?) here's an example using a pulse train, somewhat like a geiger counter gr, Tim 2012/5/17 ronni montoya ronni.mont...@gmail.com Hello, i need to mask or anulate individual grains  from an grain generator(pulsar). I would like to mask or anulate

[PD] interpolating between 2 streams

2012-05-16 Thread ronni montoya
Hi list, one question: i have 2 abstractions that are generating streams of data, ,how can i interpolate between this 2 streams? for example when my slider is the left then the output is stream a and when my slider moves to the right it gradually convert into stream b . Is there is an easy way

[PD] ordering arrays based in similarity

2012-03-04 Thread ronni montoya
Hi , i have a groups of messages each one containing an array, or a groups of numbers in this way: [ 2, 5, 1, 3, 5 ( [ 2, 1, 5, 9, 1 ( [ 5, 3, 1, 8, 5 ( [ 7, 7, 3, 8, 2 ( ... and so on How can i order each one of these arrays (messages) based in its similarities? i need that the most

[PD] pix_texture on the gpu?

2011-11-28 Thread ronni montoya
Hello, pix_texture seems a little bit slow when i iterate a geo with texture. I was wondering if there is a way of doing the same in the gpu? Should it be possible to assign a texture to a geo but using the gpu? which is the best way? thanks R. ___

[PD] gemlist_matrix command in opengl?

2011-11-27 Thread ronni montoya
Hi, Which is the name of the command in opengl that do the same as gemlist_matrix object in Gem/pd? Is there is a command for this? Or should i write my own? Cheers R. ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -

[PD] controlling camera with mouse

2011-11-24 Thread ronni montoya
Hi, i would like to know if there is something as the peasycam library for processing in pd/gem. With this library you can control the camera with the mouse. Which should be the best way of replicating this in puredata with Gem? http://mrfeinberg.com/peasycam/ Thanks R.

[PD] only allow to pass 1 each 10

2011-10-31 Thread ronni montoya
HI I have an abstraction generating numbers permanently , i have the output connected to a Number, i would like to only let pass one value each 10 times it changes. I was wondering if there is a easy way of doing this in pd? Or should i build a mechanism with spigots and metronome? thanks

[PD] libpd and objective c

2011-10-21 Thread ronni montoya
Hi , do anybody have any experience using libpd for iphone using objective c? I cant find anything related libpd and objective c , is it possible to develop a comercial iphone app with embedded libpd and sell it in the app store. any ideas? thanks A.

[PD] gemlist_info of iterated geo

2011-10-03 Thread ronni montoya
Hello, im using gemlist_info for getting the positions of my geos. I need to get the positions of a group of iterated geos, for example: repeat 19 translateXYZ -4 0 0 sphere 4 but i use gemlist_info with a group of iterated geos i get the position of my last repeated element. How can i select

[PD] freeverb crashes on new computer

2011-09-07 Thread ronni montoya
Hi, im trying to run old patches on my new computer but freeverb~ always crashes , from time to time it stop doing sound and i get nan if i conect an env~ object after it. ive tried putting a clip~ -1 1 before freeverb~ but its still crashing Do anybody have an idea why is this behaivor and how

Re: [PD] sending image from of / libpd

2011-08-30 Thread ronni montoya
i solved this creating a fuction called send inside AppCore: void AppCore::send(unsigned char *pixels) { for(int i = 0; i array1.size(); i++) array1[i] = pixels[i]* 1; pd.writeArray(array1, array1); } then im calling the function from testApp.cpp and sending the

[PD] interpreting arrays as waveforms

2011-08-21 Thread ronni montoya
Hello, i need to sonify a big pd array with numbers. I would like to generate a waveform from the values of my array at a sample level using waveform segments approach . Can anybody point me how to achieve this in puredata? thanks R. ___

[PD] sending image from of / libpd

2011-08-20 Thread ronni montoya
Hi , Do anybody is working with openframeoworks and libpd? i would like to develop an application that interpret pixels as sounds using libpd addon on openframeworks. I was wondering which would be the best way for sending images(opencvimages ) or pixels arrrays from openframeworks to pd using

[PD] complex patch not working on new computer

2011-07-27 Thread ronni montoya
Hi, i just get a new laptop , i installed pd and im trying to run and old patch but i just get this message: error: It doesnt tell what the error is, any idea? how can i know which is the problem? thanks R. ___ Pd-list@iem.at mailing list

[PD] iphone or android for pd?

2011-07-21 Thread ronni montoya
Hi, i was wondering which mobile phone do you recommend for working with pd and rjdj? Should i get an iphone? What do you recommend me? thanks R. ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -

[PD] error with obj_exporter-help

2011-07-09 Thread ronni montoya
Hi, im using the obj exporter helpfile to create .obj files. It creates the .obj file but when i try to open it in pd i get this error message: error: glmVertexNormals(): vertex w/o a triangle and it doesnt load anything and sometimes crashes. I ve tried with all the saving options but i get the

[PD] pd t-shirts for symposium

2011-07-08 Thread ronni montoya
Hi guys, are you going to sell pd tshirt for this symposium? cheers R. ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management - http://lists.puredata.info/listinfo/pd-list

[PD] exporting as stl ?

2011-07-05 Thread ronni montoya
Hi, Is it possible to export a 3d structure generated in Gem as a .stl ? I would like to export a 3d structure created with pd/gem and then open it in 3d software as blender or rhyno. any idea of how can i achieve this? thanks R. ___

[PD] OT: getting electrical signals from muscle contraction

2011-06-30 Thread ronni montoya
Hello, is there any specific sensor that can let me get the electrical signals from muscle contraction? I need to control a pd patch with my muscle contractions, Do anybody have tried something like this? thanks R. ___ Pd-list@iem.at mailing list

[PD] 4 cameras for tracking people in a space

2011-05-23 Thread ronni montoya
HI, I been working on interactive installations for public spaces usually i put one camera in the roof pointing to the floor, i always have the problem that i need to have the camera 6 or 7 meters in the roof to track 4 * 4 meters space aproximately and thats a very big limitation since there are

[PD] smartphone for pd

2011-05-06 Thread ronni montoya
Hi, which smartphone do you recommend for using pd on it? Is there any that is better suited for pd? thanks R. ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management - http://lists.puredata.info/listinfo/pd-list

[PD] spinning sounds around the listener

2011-01-29 Thread ronni montoya
Hello, im working on a installation and i need to simulate the effect of spinning sounds around the listener. Each sound is spinning around a different center point which are located around the listener. Ive made this pic so you can understand better:

[PD] zero crossing

2011-01-16 Thread ronni montoya
Hi, how can i calculate zero crossing in pd? is there any librery or something? thanks R. ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management - http://lists.puredata.info/listinfo/pd-list

[PD] sonyfing this function with fexrp~

2011-01-13 Thread ronni montoya
Hi , i been trying to sonify the simplied version of the Lokta Volterra equation with fexpr~ but im not having any luck . Can anybody point how to do this? Z(t + 1) = Z(t) + cU(t) - V(t) If Z(t) = 0 , U(t) = 0.4 then V(t) = 0.5 and c = 0.5 So after one step: Z(t + 1) = 0 + 0.5(0.4)

[PD] cverb~

2011-01-12 Thread ronni montoya
Hi, where can i find the cverb~ external for macosx? thanks R. ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management - http://lists.puredata.info/listinfo/pd-list

[PD] question about csound and pd

2011-01-10 Thread ronni montoya
Hello , i been using csound inside pd lately , I use csoundapi only for synthesis inside pd and then i control everything with pd. For doing this i edit the csound code and add this line: gk1 invalue variable_name, then i replace gk1 in the csound code wherever i want to use that values, then i

[PD] partikkel and pd

2011-01-10 Thread ronni montoya
hi again , I was wondering if somebody have used the partikkel opcode inside pd using csoundapi? Maybe somebody have used it and theres some example patch ? Im having problems trying to control all parameters from partikkel from pd, maybe somebody did this before and theres and example patch?

[PD] optimizing big patches

2011-01-09 Thread ronni montoya
Hello, one question, if i have a big patch with a lot of subpatches, is it possible to know which parts of the whole patch are consuming more cpu resources? Is something like this possible? thanks R. ___ Pd-list@iem.at mailing list UNSUBSCRIBE and

[PD] avoiding collapse of freeverb

2011-01-08 Thread ronni montoya
hello, if i send signals with extreme amplitude to freeverb it collapses and it stop making any sound, and then it just output the word nah if i conect the output to a env~. For avoiding this i tried to connect a clip -1 1 object before freeverb but it doesnt work and freeverb still crashing, any

[PD] question about clip and reverb

2011-01-03 Thread ronni montoya
Hello, i like the distorsion effect that i get when i turn up the amplitude of a freeverb~ until it clips the signal. The sound is interesting but the problem is that since its clipping it affects all the other sound pd is generating. My question is: How can i replicate that distorsion

[PD] masking or routing individual particles in syncgrain~

2010-12-31 Thread ronni montoya
Hi dear list, i was wondering how can i mask or anulate individual grains from an train generated with syncgrain? I was wondering also if its posible to route an individual grain? Por example if i would like to apply an effect just to a particle and not the whole particle train thanks in advance

[PD] other ideas for inlet/outlet in complex patches

2010-12-31 Thread ronni montoya
Hi dear list, imagine i have a patch with 20 nested subpatches , one subpatch inside another 20 times. At sometime i would like to connect one subpatch with the main patch , lets say the 15th. I dont want to create 15 pairs of inlet/outlet and connect one subpatch to its parent until arrive to the

[PD] understanding fexpr~ example

2010-12-29 Thread ronni montoya
Hi Dear list, i was experimenting with the lorenz example that comes with the fexpr~ help file. Can anybody explain me how that example internally works? how is fexpr~ generating the waveform in this case? thanks in advance R. ___ Pd-list@iem.at

[PD] Lorenz withouth chaos external

2010-12-23 Thread ronni montoya
Hi , i would like to know if anyone have tried to create the lorenz atractor in pure pd? I think this can be done with expr~ right? Do anybody have tried making this attractor or maybe other atractor just with pd? I would like to use attractors without using the chaos library or any other

[PD] chaos compiled for macosx

2010-12-13 Thread ronni montoya
Hello, do anybody have the chaos library from ben boggart compiled for macosx intel? thanks in advance R. ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management - http://lists.puredata.info/listinfo/pd-list

[PD] getting fft values in .txt and then resynthetize

2010-12-10 Thread ronni montoya
hello , i would like to be able to save all the fft data of a sound as values in a txt file, I need to manipulate those .txt values in other software and then I need to reload those values from the .txt file in pd and resynthetize, how can i do this with pd? thanks R.

[PD] example patches of nqpoly4? and nqpoly~

2010-12-05 Thread ronni montoya
Hi, im trying to learn about the posibilities of nqpoly4 and nqpoly~ and i would like to know if there are example patches that uses nqpoly4 or nqpoly~? that somebody can share? thanks R. ___ Pd-list@iem.at mailing list UNSUBSCRIBE and

[PD] OT: asimuth in speaker

2010-12-01 Thread ronni montoya
Hello, i was wondering if its possible to perceive azimuth with 2 speakers? Ive tried earplug but it just work with headphones, is it possible to create azimuth with speakers? If yes is there any library or object for this in pd? thanks in advance ___

[PD] supercollider in pd?

2010-11-24 Thread ronni montoya
HI , is it possible to send sound from pd to supercollider? i would like to be able to send sound from a pd patch to sc3 in order to process it in sc3. how can i do this? thanks R. ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -

[PD] big soundfiles

2010-11-22 Thread ronni montoya
hello, when i load a big .wav file with sounfiler i get this message: soundfiler_read: truncated to 400 elements ? and i cant load the complety sound , just a part. Is there any way of loading complete .wav files? thanks R. ___

[PD] dc offset

2010-11-12 Thread ronni montoya
Hi Can anybody tell me in which ocations you can get dc offset in pd? thanks. R. ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management - http://lists.puredata.info/listinfo/pd-list

[PD] chaos generatos

2010-11-11 Thread ronni montoya
I was wondering if there are chaos or fractal equations number generators in pd? are there libraries for this? thanks R. ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management - http://lists.puredata.info/listinfo/pd-list

[PD] joining segments

2010-10-31 Thread ronni montoya
Hi, I was wondering which approaches does exist for creating waveforms from a set of segments , or how can i join segments together to create a waveform in a way that each segments starting amplitude is the previous segments ending amplitude? Each segment is a segment of a waveform stored in a

[PD] reverb in pd

2010-10-20 Thread ronni montoya
Hello, i was trying freeverb in pd and i dont like how it sounds. I was wondering if there are any other reverb objects or externals that sound better. Any idea? Thanks R. ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -

[PD] organizing waveshapers

2010-10-15 Thread ronni montoya
Hi , im sonyfing some data converting it to waveforms that im using as waveshapers. I was wondering how could i organize those waveshapers . how can i analyze a waveform to extract features that can be used for selecting each waveshaper or for organizing them? Are there are any approaches for

[PD] more dimensions for boids ?

2010-10-01 Thread ronni montoya
Hello everybody , i was reading a paper that describe the software swarm music(Blackwell and Bentley 2002). This software uses 7 dimensional boids instead of 2 or 3 . I was wondering how can i implement this in pd? Is it possible to add more dimensions to the boids2d or boids3d external? how can

[PD] how to create a sound like this?

2010-09-21 Thread ronni montoya
hello list, i was wondering how can i create a sound like this? Do you have any idea of how to simulate this kind of sounds? any idea would be aprreciated thanks http://ompldr.org/vNWx4NA/.wav ___ Pd-list@iem.at mailing list UNSUBSCRIBE and

[PD] panning abstraction or object?

2010-09-21 Thread ronni montoya
Hi list, i was wondering if theres an abstraccion or object like this in pd: I need a pan object that when is -1 is complete silence and when is +1 is complete silence too. when the value begins to move from -1 to +1 the sound begins to appear in the left speaker then it moves to the right and

[PD] doppler effect

2010-09-17 Thread ronni montoya
Hello, i was wondering if somebody have implemented the doppler effect in pd? c f' = f ___ c - v thanks R. ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management - http://lists.puredata.info/listinfo/pd-list

[PD] metadata in pd

2010-09-15 Thread ronni montoya
Hello, how can i read and save metadata of .aif or wav files in pd? thanks in advace R. ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management - http://lists.puredata.info/listinfo/pd-list

[PD] loading sound from pd into csoundapi

2010-09-13 Thread ronni montoya
Hello everybody, im using csound with pd using csoundapi, Im not really a csound guy so i been mostly experimenting with csound codes made by other, like granular synthesis codes. If i want to send a parameter from pd to csound i just add this line in csound: gk3 invalue grain_size I was

[PD] sonyfing chaotic functions

2010-08-31 Thread ronni montoya
Hello everybody , i was wondering if somebody have worked sonyfing chaotic functions in pd. But not mapping the values from the functions into sound parameters, but instead using the resulting values for generating waveforms. Do anybody have tried something like this in pd? Maybe theres some

[PD] OT: Ir leds

2010-08-29 Thread ronni montoya
Hello everybody, i dont know if here is the correct place to ask, if anybody know another forum related to this , i will be very happy if somebody can show me: Im making an interactive floor and i need to iluminate a space of 4 x 4 meters with ir light. I been seen there are some ir leds matrix

[PD] multiblob without luminosity

2010-08-27 Thread ronni montoya
of luminosity. How can i achieve this in puredata? thanks in advance Ronni Montoya Huamani ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management - http://lists.puredata.info/listinfo/pd-list

[PD] feedback of individual sample

2010-08-09 Thread ronni montoya
Hello pd list , i was wondering if its possible in pd to feedback individual samples? If yes, can anybody point me in the right direction to achieve this? thanks in advance Ronni ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -