Re: [PD] Creating random filenames

2013-12-30 Thread Ronni Montoya
Hi Tim, the idea is to get unique filenames. How do you get time and
date inside pd?

2013/12/30, tim vets timv...@gmail.com:
 Do you really need random filenames, or just unique filenames?
 In most cases, I use something like [time] and [date] to generate unique
 filenames...
 Tim


 2013/12/30 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, each time i record something it should create random .wav
 file names:

 kasdsd.wav
 lifasik.wav
 kjaskld.wav   etc


 any idea how to achieve this?

 ___
 Pd-list@iem.at mailing list
 UNSUBSCRIBE and account-management -  http://lists.puredata.info/
 listinfo/pd-list


 A solution without external...


 just use something like  [symbol $1$2$3$4.wav(

 to replace [list2symbol] if you really can't use it


 Simon



 ___
 Pd-list@iem.at mailing list
 UNSUBSCRIBE and account-management - http://lists.puredata.info/
 listinfo/pd-list



___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


[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   etc


any idea how to achieve this?

___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


[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
patch can selfdestroy itself ( instance get closed) .

How can i do this?



cheers

R.

___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


[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

R.

___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] Pitchshift frequency bins to specific frequencies

2013-10-25 Thread Ronni Montoya
Hi, i been trying csound6~ but it doesnt work on my computer i get this message:

/Users/ronni/Downloads/Spectralwarp/dependencies/csound6~.pd_darwin:
dlopen(/Users/ronni/Downloads/Spectralwarp/dependencies/csound6~.pd_darwin,
10): Library not loaded:
CsoundLib64.framework/Versions/6.0/CsoundLib64
  Referenced from:
/Users/ronni/Downloads/Spectralwarp/dependencies/csound6~.pd_darwin
  Reason: image not found


Is there any special way of installing csound6~?

Im on macosx 10.8.5


cheers


R.

2013/10/24, peiman khosravi peimankhosr...@gmail.com:
 Hi Ronni,

 Yes, in fact that's exactly what I'm doing in the csound algorithm. I have
 a user-defined array, one array of bin amplitudes and one array of bin
 frequencies, both written from the analysis window.

 The thing is that you need to deal with the amplitudes too. Simply moving
 the frequency value from one bin to another doesn't work, because each bin
 can only represent a narrow frequency band. So you need to also move the
 amplitude content of the bin too.

 Best,
 Peiman




 *www.peimankhosravi.co.uk || RSS
 Feedhttp://peimankhosravi.co.uk/miscposts.rss ||
 Concert News http://spectralkimia.wordpress.com/*


 On 23 October 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 frequencies are mapped.

 The way I need to do it is  in this way:

 First i define an array with a group of frequencies.
 Then i iterate over all the frequency bins of a sound. At each
 iteration it should get the current frequency value of that  bin, then
 i need to compare this value with my array of predefined frequencies
 and replace that value with the nearest value in my array.


 i hope its clear, cheers


 R.


 2013/10/23, peiman khosravi peimankhosr...@gmail.com:
  Hello,
 
  If I understand you correctly, this is exactly what the GRM Tools
  plug-in
  Warp does. http://www.inagrm.com/warp
 
  I have a version of this which I made with pd and csound, which I'm
  attaching. The FFT is done in Csound. To run it just install csound6
  and
  then open up the patch. I've also included the externals with the
  patch,
  but they are built for osx so you'll need to replace them if you're on
  a
  different platform. I know that the csound~ external is running on osx,
 but
  I've never tried it on windows so...
 
  If you want really precise control over which frequencies you're
 remapping
  then you need to change the pd patch a bit but it's just a question of
  converting bin number to frequency value, which is simple.
 
  Best,
  Peiman
 
 
 
 
 
 
  *www.peimankhosravi.co.uk || 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 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.
 
  ___
  Pd-list@iem.at mailing list
  UNSUBSCRIBE and account-management -
  http://lists.puredata.info/listinfo/pd-list
 
 



___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


[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.

___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] Pitchshift frequency bins to specific frequencies

2013-10-23 Thread Ronni Montoya
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 frequencies are mapped.

The way I need to do it is  in this way:

First i define an array with a group of frequencies.
Then i iterate over all the frequency bins of a sound. At each
iteration it should get the current frequency value of that  bin, then
i need to compare this value with my array of predefined frequencies
and replace that value with the nearest value in my array.


i hope its clear, cheers


R.


2013/10/23, peiman khosravi peimankhosr...@gmail.com:
 Hello,

 If I understand you correctly, this is exactly what the GRM Tools plug-in
 Warp does. http://www.inagrm.com/warp

 I have a version of this which I made with pd and csound, which I'm
 attaching. The FFT is done in Csound. To run it just install csound6 and
 then open up the patch. I've also included the externals with the patch,
 but they are built for osx so you'll need to replace them if you're on a
 different platform. I know that the csound~ external is running on osx, but
 I've never tried it on windows so...

 If you want really precise control over which frequencies you're remapping
 then you need to change the pd patch a bit but it's just a question of
 converting bin number to frequency value, which is simple.

 Best,
 Peiman






 *www.peimankhosravi.co.uk || 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 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.

 ___
 Pd-list@iem.at mailing list
 UNSUBSCRIBE and account-management -
 http://lists.puredata.info/listinfo/pd-list



___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


[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 account-management - 
http://lists.puredata.info/listinfo/pd-list


[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 gemheads.



any idea how can achieve this?




R.

___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


[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 i iterate 40 times then i will only have the first 20 geos
colored and the rest is gonna be black.

I was wondering which should be the best approach in pd to solve this problem.

I need that instead having  black  geos i need that it can loop the
values in the array , in that way it wouldn't mind to have more
iterated geos than values in my array.

Other approach i was thinking  is creating a large table , and then
filling only with 20 color values, and then repeat the data through
the whole table.

I was wondering which should be the best approach for this? how can i
repeat the data of my array?



cheers

R.

___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


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

2013-09-01 Thread Ronni Montoya
Hey Jack, if i have a table with 20 index and i iterate 20 times and
then i use [mod 20] i dont see how this is gonna work as you
explained.
If i  iterate 20 times and i use [mod 10] then it that way it is gonna
repeat 2 times.
If i iterate 20 times and i use [mod 5] then its gonna gonna 4 times.

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 geos using the repeat
 object.
 [repeat] comes from zexy. You have two specifics object for this purpose
 (iteration) called [gemlist] from Gem and [until] from Pd. See
 gemlist-help.pd.

 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 i iterate 40 times then i will only have the first 20 geos
 colored and the rest is gonna be black.
 In your counter, use a [mod 20] to loop two times from 0 to 19 (to read
 your table which has 20 index).
 ++

 Jack



 I was wondering which should be the best approach in pd to solve this
 problem.

 I need that instead having  black  geos i need that it can loop the
 values in the array , in that way it wouldn't mind to have more
 iterated geos than values in my array.

 Other approach i was thinking  is creating a large table , and then
 filling only with 20 color values, and then repeat the data through
 the whole table.

 I was wondering which should be the best approach for this? how can i
 repeat the data of my array?



 cheers

 R.

 ___
 Pd-list@iem.at mailing list
 UNSUBSCRIBE and account-management -
 http://lists.puredata.info/listinfo/pd-list


 ___
 Pd-list@iem.at mailing list
 UNSUBSCRIBE and account-management -
 http://lists.puredata.info/listinfo/pd-list


___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


[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.

___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] Reading txt file inside folder

2013-08-28 Thread Ronni Montoya
hi,[read ../data/colors.txt ( doesnt work here on macosx.

I ve tried in the following way and it worked.

[ read data/colors.txt (


I was wondering if the way im doing this will allow the patch to work
only on macosx?

If yes, is there is a way of solving this?

2013/8/28, Lorenzo Sutton 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
 the necessity of rewriting the path.



 any idea?
 Assuming you're using [textfile], something like this should work

 [read ../path_to_file/file.txt(
 |
 [textfile]

 Lorenzo.

 ___
 Pd-list@iem.at mailing list
 UNSUBSCRIBE and account-management -
 http://lists.puredata.info/listinfo/pd-list


___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


[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
patch is gonna make a jump in the values of my slider, because my midi
controllers has a memory and remember the last value it was playing.


I was wondering which is the best way to avoid this problem.
is it possible to upload my data (preset)  to my midi controller?



cheers



R.

___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


[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-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


[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
more noisy (complex) sounds.


I was wondering based on your experience , are there any waveshapers
that work fine with noisy and complex sounds?



cheers

R.

___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


[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.

___
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-03-02 Thread ronni montoya
Hi, Charles, my  idea in using shannons entropy  is to measure self
generated songs.

For example if you have a patch that generate sound structures using a
generative rules  it would be nice to measure that sound structure and
use that measurement to evolve the rules that generate that sound
structure in order to create more complex structures for example.

But how to measure a sound structure using shannons entropy?

I was experimenting taking only short pieces of a larger sound ,
converting each  piece into a string and evaluate the shannon entropy
of each string.

In this case entropy varies with time and what i am interested in are
the entropy trayectories.

You can plot this trayectories and compare different trayectories from
different songs .

More complex sound structures should have more complex trayectories ,
not chaotic , not periodic but more complex . The problem for me  is
that  i need to plot or visualize the entropy trayectories (values) in
order to see the complexity of a sound structure.

It would be nice to find a way to automate , for example find a way of
measure different trayectories algorithmically and that computer can
tells automatically which one is more complex.

Do you have an idea?

I have a question, why do you say it would be meaning less to convert
signal into symbols?




Other way i was experimenting is using this with video and images, for
example converting an image into a array of characters iterating over
all the pixels an getting the color of each pixel , then converting
those values into characters and then evaluating the shannons entropy
of each image.

I would like to expand this and use it also for self generated 3d
structure, but im still thinking about this.


cheers.


R.







can you please explain me why do you say it would be meaningless?

That would do something, but may be meaningless--It would be just one
way of converting the signal from real numbers to a discrete set of
things/symbols that is easier to calculate.



2013/2/27, Charles Z Henry czhe...@gmail.com:
 If you took the fft squared magnitude, perfectly noisy data should have a
 chi-squared distribution in each bin (I think).  If you assumed that model
 and calculated the parameters of the distribution on each block, you'd find
 out how much information is in each of those peaks relative to the assumed
 distribution and just add it up.

 What ever algorithm you choose probably needs to pass some common sense
 tests like what you mention Martin, noise has more entropy than a sine
 wave.  Also, if you take noise and just apply a comparison  0, you get a
 signal with less entropy.

 On Wed, Feb 27, 2013 at 7:54 AM, Martin Peach
 martin.pe...@sympatico.cawrote:

 Why not do an FFT and measure the variance of the channels?
 For instance white noise has maximum entropy and all the bins of its FFT
 will be more or less the same, while a sine wave has low entropy and one
 bin will be much larger than the others.


 Martin


 On 2013-02-27 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 of values into a string and then:

 http://www.shannonentropy.**netmark.pl/calculatehttp://www.shannonentropy.netmark.pl/calculate



 Other idea : ive seen using shannon entropy for calculating complexity
 in terms of spatial configuration.

 Maybe other option could be converting my signal into image for
 example using similarity matrix and then analyze that image to get
 entropy values.




 cheers


 R





 2013/2/26, Charles Z Henry czhe...@gmail.com:

 Hi Ronni

 How do you mean to do it?

 Shannon entropy is not an independent measurement--the information in a
 observation is relative to the distribution of all it's possible
 values.

 If I just take one sample and it's evenly distributed between -0.98 and
 1
 and it's quantized in 0.02 increments (to make the math easier), then
 the
 information of any value observed is:
 -0.01*log(0.01)

 Then--if I had a signal that's N samples long, I have N times as much
 information.  Or perhaps think of it as a rate of information.

 But for real numbers and continuous distributions, this doesn't work.
  The
 information in a single observation diverges.  So, doing that with
 floating
 point numbers is not practical.

 You often see Shannon entropy describing digital signals.  If the
 signal
 just switches between 0 and 1, we can generate a distribution of the
 data
 and see what the probability is empirically.  The entropy of each new
 sample is relative to the distribution.  Likewise, then if you know the
 maximum rate of switching, you can figure out the maximum rate of
 information in the signal.

 Just a few thoughts...

 Chuck



 On Tue, Feb 26, 2013 at 6:09 AM, ronni montoya
 ronni.mont...@gmail.com**wrote:

  Hi , i

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 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.

 ___
 Pd-list@iem.at mailing list
 UNSUBSCRIBE and account-management -
 http://lists.puredata.info/listinfo/pd-list



___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


[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
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 of values into a string and then:

http://www.shannonentropy.netmark.pl/calculate



Other idea : ive seen using shannon entropy for calculating complexity
in terms of spatial configuration.

Maybe other option could be converting my signal into image for
example using similarity matrix and then analyze that image to get
entropy values.




cheers


R





2013/2/26, Charles Z Henry czhe...@gmail.com:
 Hi Ronni

 How do you mean to do it?

 Shannon entropy is not an independent measurement--the information in a
 observation is relative to the distribution of all it's possible values.

 If I just take one sample and it's evenly distributed between -0.98 and 1
 and it's quantized in 0.02 increments (to make the math easier), then the
 information of any value observed is:
 -0.01*log(0.01)

 Then--if I had a signal that's N samples long, I have N times as much
 information.  Or perhaps think of it as a rate of information.

 But for real numbers and continuous distributions, this doesn't work.  The
 information in a single observation diverges.  So, doing that with floating
 point numbers is not practical.

 You often see Shannon entropy describing digital signals.  If the signal
 just switches between 0 and 1, we can generate a distribution of the data
 and see what the probability is empirically.  The entropy of each new
 sample is relative to the distribution.  Likewise, then if you know the
 maximum rate of switching, you can figure out the maximum rate of
 information in the signal.

 Just a few thoughts...

 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-list@iem.at mailing list
 UNSUBSCRIBE and account-management -
 http://lists.puredata.info/listinfo/pd-list



___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


[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 - 
http://lists.puredata.info/listinfo/pd-list


[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 off the scroll and borders?
 any idea?




 R.

 2012/9/26 IOhannes m zmoelnig zmoel...@iem.at:
 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1

 On 2012-09-25 23:53, ronni montoya wrote:
 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?

 yes it's possible and it's simple.
 however, you have to write code to achieve this yourself, using the
 language Pd.
 check the help-patches for the GUI-elements you are using, and look
 for [pd edit]. you will find all the info you need in there.


 Sending a message in pd in real time?

 ähm, Pd is all about sending messages in real time (and doing a bit of
 audio inbetween)


 fgmasdr
 IOhannes
 -BEGIN PGP SIGNATURE-
 Version: GnuPG v1.4.12 (GNU/Linux)
 Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

 iEYEARECAAYFAlBitjoACgkQkX2Xpv6ydvQ3AQCgqGp1AVCRqcKhgRC8t7iEQRfk
 djQAoOIdALDasctdNpZjxoX3KTcLAsLk
 =siyb
 -END PGP SIGNATURE-


 ___
 Pd-list@iem.at mailing list
 UNSUBSCRIBE and account-management - 
 http://lists.puredata.info/listinfo/pd-list


___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


[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 all elements automatically using the
language and not by hand one by one.



any idea?






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-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 ronni.mont...@gmail.com:
 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 all elements automatically using the
 language and not by hand one by one.



 any idea?






 R.

___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


[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 - 
http://lists.puredata.info/listinfo/pd-list


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

2012-09-02 Thread ronni montoya
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.

Is it possible something like this in pd? Is it possible to access to
vertex arrays commands from 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.

 Is it possible something like this in pd? Is it possible to access to
 vertex arrays commands from pure opengls from gem?

 any idea?


 R.


 2012/9/2 Max abonneme...@revolwear.com:
 Am 02.09.2012 um 18:23 schrieb Cyrille Henry:
 hello,

 the repeat/gemlist trick is very fast. it can be used to render lot's more 
 point in real time.
 (try pmpd example 57 : 2000 points are rendered at 50 fps on my computer 
 with no problem)

 ok, good to know. by the way: the examples in pd-ext go only until 51, but i 
 found the others (not there: drpichon.free.fr/pmpd/ google top result) but 
 http://www.chnry.net/ch/?081-pmpd

 i suspect that the bottleneck is the list parsing.

 i see.

 one trick to speed this is to put the list in a table, and use tabread to 
 access the data.

 to you know how tables compare to iemmatrix? the advantage of a matrice 
 would be that i can get a whole row at once.


 (i did not have a look a the patch, so i may be wrong).

 i'll try.

 thanks cyrille!

 max
 ___
 Pd-list@iem.at mailing list
 UNSUBSCRIBE and account-management - 
 http://lists.puredata.info/listinfo/pd-list

___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


[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 the output
of the second outlet but  with wierd results, any idea what am i doing
wrong?



thanks



R.

___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


[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.

___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] stochastic masking of pulsar generator

2012-05-17 Thread ronni montoya
thanks, thas exactly what i mean. I adapted the patch with my pulsar
generator and it works ok, but sometimes i get artifacts when i move
the parameters.
I ve attached the patch, any advice for improving it would be great.

thanks

R.

2012/5/17 tim vets timv...@gmail.com:
 If I understand you 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 some grains using the masking trick
 described in the book microsound.

 the idea is to mask some grains  based on some probability table  ,
 for example an envelope: imagine and envelope that
 goes from 0 to 1,  when the envelope reader is 0  then  the
 probability is 0 and it would be no masking  when is 1 it would mask
 everything, and when the value from the envelops is 0.5 it would mask
 by a probability of 50%

 Do anybody have tried this in pd? any idea?

 Thanks


 R.

 ___
 Pd-list@iem.at mailing list
 UNSUBSCRIBE and account-management -
 http://lists.puredata.info/listinfo/pd-list




geigercounter_pulsar_masking.pd
Description: Binary data
___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


[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 for doing this?


thanks


R.

___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


[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 similar ones can be neighbours, so
i can trigger them in a ordered way

how can i achieve this?


thanks


R.

___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


[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-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


[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 - 
http://lists.puredata.info/listinfo/pd-list


[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-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


[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

Ronny

___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


[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-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


[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 the geo from which i want to receive the position?



thanks


R.

___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


[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 to solve it?


Im on macosx 10.6.7,   2.2 ghz inetl core i7



thanks


R.

___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


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 pixels
from a opecv gray image.


void testApp::draw() {
 core.send(grayImage.getPixels());

}


What do you guys think, maybe theres a more effective way?



cheers


R.



2011/8/30 IOhannes m zmoelnig zmoel...@iem.at:
 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1

 On 2011-08-29 20:51, Peter Brinkmann wrote:


 Maybe we can have a poll and come up with a better estimate.  Here are a few
 questions:

 1. What sort of use case for long list messages to you have in mind?
 2. Exactly how long would you need the list to be?
 3. Is this really a use case for list messages or would it make more sense
 to write to an array instead?

 If we converge to a reasonable number, that'll be the new limit.  Otherwise,
 the entire approach may have to go.


 personally i do think that any fixed limit is going to impose troubles.

 afaict, the main idea here is to provide an easy to use API, combined
 with some performance.

 somebody _will_ reach your hard limit, and i think that telling them to
 either switch from the foolproof API to export mode or to redesign
 their patches just because they called add_element() once too often
 will not do.

 why not simply resize the internal array as needed, starting with 32
 elements and doubling whenever the limit is reached?

 fgasdr
 IOhannes
 -BEGIN PGP SIGNATURE-
 Version: GnuPG v1.4.11 (GNU/Linux)
 Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

 iEYEARECAAYFAk5ckYcACgkQkX2Xpv6ydvQ85gCfWJcNIzEGnhz9hdnz/XBuRYuI
 TMEAnjfytStl5sFDqkJ9HppZ9XQylgni
 =HvJ0
 -END PGP SIGNATURE-


 ___
 Pd-list@iem.at mailing list
 UNSUBSCRIBE and account-management - 
 http://lists.puredata.info/listinfo/pd-list



___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


[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-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


[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  libpd and receiving it in pd for interpreting it as sound in
real time.
Do anybody have tried soemthing like this? any idea?


R.

___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


[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
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-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 - 
http://lists.puredata.info/listinfo/pd-list


[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 same problem.

Any idea of whats going on and how to solve this?


thanks


R.

___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


[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-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


[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
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-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 a lot of spaces that doesnt allow to put a
camera 7 meters up.
The thing is that i went to a conference where a guy explained he used
4 cameras to track people in a space instead of just one  and you dont
need to have a high roof .
I would like to know if somebody know this technique for tracking
people in spaces with 4 cameras ?


thanks


R.

___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


[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:

http://www.zshare.net/image/8587193340809633/


So my question is :
Do anybody have tried something like this in pd?
Is it possible to achieve this kind of effect using 2 speakers?
If not , which speaker configuration and synthesis approach do you
recommend me to achieve this goal?


thanks


R.

___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


[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) (0.5) = 0.1


Can anybody point me how to sonify this with fexpr~?


thanks~

R.

___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


[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 can send values to that variable from pd.
This works fine in most all cases, but not always.

My question is why in this specific case it does not work?
I using the example code of the Partikkel opcode, and i would like to
control this parameters from pd: Osc2Dev and MaxSync

Do anybody have an idea why this is not working?


; Select audio/midi flags here according to platform
; Audio out
-odac ;;;RT audio
; For Non-realtime ouput leave only the line below:
; -o partikkel_softsync.wav -W ;;; for file output any platform

sr = 44100
ksmps = 20
nchnls = 2

; Example by Oeyvind Brandtsegg 2007, revised 2008

giSine ftgen 0, 0, 65537, 10, 1
giCosine ftgen 0, 0, 8193, 9, 1, 1, 90
giSigmoRise ftgen 0, 0, 8193, 19, 0.5, 1, 270, 1 ; rising sigmoid
giSigmoFall ftgen 0, 0, 8193, 19, 0.5, 1, 90, 1 ; falling sigmoid

; *
; example of soft synchronization of two partikkel instances
; *
instr 1

gk1 invalue igrainrate
gk2 invalue igrainsize

gk3 invalue igrainFreq

gk4 invalue iosc2Dev
gk5 invalue iMaxSync
gk6 invalue mask
gk7 invalue fm

/*score parameters*/
igrainrate = p4 ; grain rate
igrainsize = p5 ; grain size in ms
igrainFreq = p6 ; fundamental frequency of source waveform
iosc2Dev = p7 ; partikkel instance 2 grain rate deviation factor
iMaxSync = p8 ; max soft sync amount (increasing to this value during
length of note)
awavfm = p9

/*overall envelope*/
iattack = 0.001
idecay = 0.2
isustain = 0.7
irelease = 0.2
amp linsegr 0, iattack, 1, idecay, isustain, 1, isustain, irelease, 0

kgrainfreq = gk1 ; grains per second
kdistribution = 0 ; periodic grain distribution
idisttab = -1 ; (default) flat distribution used
; for grain distribution
async = 0 ; no sync input
kenv2amt = 1 ; no secondary enveloping
ienv2tab = -1 ; default secondary envelope (flat)
ienv_attack = giSigmoRise ; default attack envelope (flat)
ienv_decay = giSigmoFall ; default decay envelope (flat)
ksustain_amount = 0.3 ; time (in fraction of grain dur) at
; sustain level for each grain
ka_d_ratio = 0.2 ; balance between attack and decay time
kduration = igrainsize ; set grain duration in ms
kamp = 0.2*0dbfs ; amp
igainmasks = -1 ; (default) no gain masking
kwavfreq = gk3 ; fundamental frequency of source waveform
ksweepshape = 1 ; shape of frequency sweep (0=no sweep)
iwavfreqstarttab = -1 ; default frequency sweep start
; (value in table = 1, which give
; no frequency modification)
iwavfreqendtab = -1 ; default frequency sweep end
; (value in table = 1, which give
; no frequency modification)
awavfm = 7 ; no FM input
ifmamptab = -1 ; default FM scaling (=1)
kfmenv = -1 ; default FM envelope (flat)
icosine = giCosine ; cosine ftable
kTrainCps = kgrainfreq ; set trainlet cps equal to grain
; rate for single-cycle trainlet in
; each grain
knumpartials = 3 ; number of partials in trainlet
kchroma = 1 ; balance of partials in trainlet
ichannelmasks = -1 ; (default) no channel masking,
; all grains to output 1
krandommask = 0 ; no random grain masking
kwaveform1 = giSine ; source waveforms
kwaveform2 = giSine ;
kwaveform3 = giSine ;
kwaveform4 = giSine ;
iwaveamptab = -1 ; mix of 4 source waveforms and
; trainlets (set to default)
asamplepos1 = 0 ; phase offset for reading source waveform
asamplepos2 = 0 ;
asamplepos3 = 0 ;
asamplepos4 = 0 ;
kwavekey1 = 1 ; original key for source waveform
kwavekey2 = 1 ;
kwavekey3 = 1 ;
kwavekey4 = 1 ;
imax_grains = 200 ; max grains per k period
iopcode_id = 1 ; id of opcode, linking partikkel
; to partikkelsync

a1 partikkel kgrainfreq, kdistribution, idisttab, async, kenv2amt, \
ienv2tab,ienv_attack, ienv_decay, ksustain_amount, ka_d_ratio, \
gk2, kamp, igainmasks, kwavfreq, ksweepshape, \
iwavfreqstarttab, iwavfreqendtab, awavfm, ifmamptab, kfmenv, \
icosine, kTrainCps, knumpartials, kchroma, ichannelmasks, \
gk6, kwaveform1, kwaveform2, kwaveform3, kwaveform4, \
iwaveamptab, asamplepos1, asamplepos2, asamplepos3, asamplepos4, \
kwavekey1, kwavekey2, kwavekey3, kwavekey4, imax_grains, iopcode_id

async1 partikkelsync iopcode_id ; clock pulse output of the
; partikkel instance above
ksyncGravity line 0, p3, gk5 ; strength of synchronization
aphase2 init 0
asyncPolarity limit (int(aphase2*2)*2)-1, -1, 1
; use the phase of partikkelsync instance 2 to find sync
; polarity for partikkel instance 2.
; If the phase of instance 2 is less than 0.5, we want to
; nudge it down when synchronizing,
; and if the phase is  0.5 we want to nudge it upwards.
async1 = async1*ksyncGravity*asyncPolarity ; prepare sync signal
; with polarity and strength

kgrainfreq2 = igrainrate * gk4 ; grains per second for second partikkel instance
iopcode_id2 = 

[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?

thanks


R.

___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


[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 account-management - 
http://lists.puredata.info/listinfo/pd-list


[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 idea how
to avoid this crashing  and why clip -1 1 doesnt work here?

thanks


R.

___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


[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 effect in a way that it doesnt
affect the others sounds?
Is there a external that recreates that type of distorsion?

thanks


R.

___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


[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


R.

___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


[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 main patch.
This seems a little bit silly, i was wondering if its possible to
connect directly any subpatch with the main patch withouth doing that?
If not dont you think having such mechanism would be a good idea to
implement? what do you think?


thanks

R.

___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


[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 mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


[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 external


thanks


Ronny

___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


[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-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


[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 account-management - 
http://lists.puredata.info/listinfo/pd-list


[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-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


[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 - 
http://lists.puredata.info/listinfo/pd-list


[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-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


[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 table


Bye


R.

___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


[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 - 
http://lists.puredata.info/listinfo/pd-list


[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 something like this?


thanks

R

___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


[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 i do that?
how can i implement boids with more dimensions?
If its not possible wouldnt be any difference if i use 2 boids3d
objects to control 6 audio parameters? would it be the same having 2
boids3d objects  controlling 6 parameters and having one boid of 6 six
dimentions?


thanks in advance.


R.

___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


[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 account-management - 
http://lists.puredata.info/listinfo/pd-list


[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 then the
amplitude decreases in the right speaker until it arrives to +1.
Is there something like this in pd?


thanks in advance.

R.

___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


[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 wondering how can a do for loading sounds in csound from pd.
i would like to have different options like sound1.wav, sound2.wav  ,
sound3.wav. as pd messages
and then just select from pd the sound i want to load into csound. Do
anybody know can i do this in csound/pd?

This is my code in csound with the sound i would like to change from pd:


CsScore
f1 0 0 1 kukon.aif 0 0 1
f2 0 1025 20 2 1

i1 0 3600

/CsScore


thanks in advance

Ronni

___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


[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 example patches i could begin studying?

thanks in advance


R.

___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


[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 on survillance stores but
they are expensive to my budget, so i was thinking that i can build my
own ir led matrix .
I been seen there are tons of different types of ir leds with
different characteristics.

Do anybody know which ir leds do i need for this?

which model, label or serial number?


Any idea would be appreaciated

thank you very much

Ronny

___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


[PD] multiblob without luminosity

2010-08-27 Thread ronni montoya
Hello pd list. I would like to know if its possible or if there is a
way to have something like the pix_multiblob object but not based on
luminosity but instead on background substraction.
I been seen that with opencv it is possible to track blobs based on
backgound substraction instead 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 - 
http://lists.puredata.info/listinfo/pd-list