[PD] Bessel object

2011-06-22 Thread mami music
Hi Guys I have been tryung to find a polynomial solution to bessel functions but instead have found solutioions for Jn(x) for different x and n. Im asking if maby someone has created an object (or abstraction) that computes Jn(x) for different n either by a function or by tables. Thanks a lot!

[PD] iemmatrix mtx_.*

2011-02-11 Thread mami music
Hi Im having trouble using this object [mtx_.*] in a patch. It never loads when i start the patch. I have to go to help/browser/examples/iemmatrix/mtx_mul and open that example. Just after I open that example I can rewrite the object and i get it to be created properly. How can this be solved and

[PD] making a list for a matrix

2011-01-24 Thread mami music
Hi guys Im receiving a list of flotas from a process. I want to add this list to a specific row of a matrix using [matrix] from /iemmatrix library. The method to add a row to [matrix] is to make a message which first element is 'row', then a float with the row number, and then the floats that make

[PD] curve3d alternative

2010-11-16 Thread mami music
Hi everyone I need to create a grid in GEM in which i can control each node independently. I tried using [curve3d] but the transposition of one node affects its neighbors (as this object is intended to work). What i need is something that would be capable of creating some sort of histogram, where

Re: [PD] tabosc4~ and table byte reallocation

2010-01-27 Thread mami music
f...@footils.org Hallo, mami music hat gesagt: // mami music wrote: When the signal inside the array cant loop at the block~ frequency is there a windowing method any would recomend to try to smooth things out (obviously there would be distortion). Maby having two [tabosc4~] one

[PD] GOP and [grid] and [gcanvas]

2010-01-27 Thread mami music
Hi Just wanted to reporte a very strange behaviour. Strange because it does not hapen all the time i do exactly the same thing: im running Pd version 0.41.4-extended on win7 if i use a [grid] inside a GOP object it makes PD crash when its closing. But not all the time,just like 50% of the times.

Re: [PD] GOP and [grid] and [gcanvas]

2010-01-27 Thread mami music
these different versions now. Ill be checking. suerte, sevy swere mami music wrote: Hi Just wanted to reporte a very strange behaviour. Strange because it does not hapen all the time i do exactly the same thing: im running Pd version 0.41.4-extended on win7 if i use a [grid] inside

[PD] tabosc4~ and table byte reallocation

2010-01-26 Thread mami music
Hi guys Im using [tabosc4~]. Acording to the documentation one should use an array of any power of 2 + 3. The extra 3 elements are for safeguard, one should go at the begining of the array (a copy of the 1st element of the vector) and the other 2 should go at the end (both of them copies of the

Re: [PD] tabosc4~ and table byte reallocation

2010-01-26 Thread mami music
(not ~) in order to easilly copy the 3 sample at the end. you can also use tabosc4c~ from the nusmuk audio externals in order to use an array of 256 sample, so you don't have to copy them. C mami music a écrit : Hi guys Im using [tabosc4~]. Acording to the documentation one should use an array

Re: [PD] tabosc4~ and table byte reallocation

2010-01-26 Thread mami music
Hi all and thanks 2010/1/26 cyrille henry c...@chnry.net mami music a écrit : https://mail.google.com/mail/?shva=1#inbox/1266c7380e4f9473 Hey cyrille thanks for your answer. But it didn`t quite work. Im dinamicaly feeding the table with a signal, hum, you can sync this with bang~ yes

Re: [PD] tabosc4~ and table byte reallocation

2010-01-26 Thread mami music
sorry mas modulator and not carrier. Thats right. It doesnt loop all the time. Only when the *modulator* diverges in small amount from an intire multiple of the carrier frequency, but that is FM matters, not [tabosc4~]. 2010/1/26 mami music mami.mu...@gmail.com Hi all and thanks 2010/1/26

[PD] vst~ under 0.41.4-extended XP

2009-09-30 Thread mami music
HI all I downloaded vst~.dll, and pasted it in the /extra folder in win XP of the PD 0.41.4-extended distribution. Tried to load a free VST but crashed PD. I´ve been using vst~ until previous versions. Had not tried it with PD 0.41.4-extended. Any comments or suggestions, any extra DLL needed,

[PD] GEM objects position

2009-06-11 Thread mami music
Hello If i wanted to figure out an object´s possition in GEM i could always calculate ( by using geometry, math and the transformations applied to the object) the possition of an object, if all the transformations were non-random (dont knkow that word in english but in spanish there is certainly

[PD] pizza slice in gem

2009-06-10 Thread mami music
Hi guys im trying to make a 2D pizza slice like shape using GEM. I want to control the angle of the slice mantaining the roundness of its extenal shape. I have tried using [curve] but have had no luck when altering the angle. I have tried basic math and trigonometry to assign the values of the

[PD] CPU usage

2008-09-07 Thread mami music
Hi list. Im using a pd patch to play .ogg files all day long on a windows computer. The files are played one after another reading them from a folder in the computer. At some point (let's say once or twice every 12 hours) the CPU usage of pd.exe goes to the top and the file that is being played

Re: [PD] [PD-announce] some works done with pd

2008-07-28 Thread mami music
Fractal flowers rocks the house. Very nice work!!! 2008/7/27 Chris McCormick [EMAIL PROTECTED] On Fri, Jul 25, 2008 at 08:38:42PM +0200, cyrille henry wrote: for those which are interested, here is some work that i recently made with pd/Gem :

Re: [PD] midi clock receive/transmit

2008-07-25 Thread mami music
Hi david I made this patch along time ago to send midi clock to a drum machine. Worked fine, but have not reviewed it since. The secret is in sending the correct midi start and midi stop messages. also the relatoin between the frames and the bpm. Nthing special really. I have not had the time to

Re: [PD] auto save

2008-05-20 Thread mami music
Worked perfect frank thanks a lot! d 2008/5/20 hard off [EMAIL PROTECTED]: what about the saveas function? i want to use that, but the help file has ??? question marks in front of it and it doesn't work for me. ___ PD-list@iem.at mailing list

[PD] auto save

2008-05-19 Thread mami music
Hi Dunno if this has been asked. But might have: Can you save a patch from any message or block? something like |; pd save ( Im using gripd with nogui and wanna save some settings i've done through the gripd interface, but without unlocking the gripd interface or without goin into pd's gui.

Re: [PD] Wii remote and PD on windows - is it possible?

2008-05-08 Thread mami music
Hi thomas it is possible using the glovepie mentioned by hard off. Here is a little example of something recently done using wii+glovepie-OSC-puredata+gem all in windows xp in the FLISOL in medellin colombia (latin american free software installation festival) Using the wii to control a 3d light

[PD] pd to webpage

2007-10-17 Thread mami music
hi i wanna show some data of a pd patch on a webpage, for monitoring remotely what is going on on the patch. It can have a latency when showing on the webpage. and data would be integrer numbers, that can be refreshed every 500 msec. Im wondering how to create a webpage that receives a remote

Re: [PD] pd to webpage

2007-10-17 Thread mami music
2007/10/17, Martin Peach [EMAIL PROTECTED]: mami music wrote: hi i wanna show some data of a pd patch on a webpage, for monitoring remotely what is going on on the patch. It can have a latency when showing on the webpage. and data would be integrer numbers, that can be refreshed every 500

Re: [PD] -nogui problem

2007-09-17 Thread mami music
hey frank thanks a lot what a strange bug!!! but indeeed i placed a [netreceive] object and it worked... hmmm might be something good to improve... ah and upgraded cheers daniel 2007/9/14, Frank Barknecht [EMAIL PROTECTED]: Hallo, mami music hat gesagt: // mami music wrote: i?ve been

[PD] -nogui problem

2007-09-14 Thread mami music
Hi i´ve been discovering GriPd. Had not used it and seems to work fine. But while testing it i tried to run PD .38.4 in winXP with the -nogui tag on the batch file. But strangely the computer seems to get in a loop cause it doesnt load the pd patch, neither opens the GriPd console and consumes

[PD] mp3amp~ oggamp~

2007-09-11 Thread mami music
Hi guys using pd with win im trying to connect to some GISS stations using mp3amp~ and oggamp~ but have not been able to receive any saound out of them. the message i get in pd is the following: mp3amp~: connecting to http:/giss.tv:8000/ondatoledo.mp3 mp3amp~: connected : socket opened mp3amp~:

[PD] oggamp~ mp3amp~

2007-09-11 Thread mami music
hi i tried this objects running on the same computer but using linux. same results. what is realy the problem??? ___ PD-list@iem.at mailing list UNSUBSCRIBE and account-management - http://lists.puredata.info/listinfo/pd-list

Re: [PD] mp3live~ connection lost too little input

2007-09-10 Thread mami music
]: mami music wrote: thanks batuhan well latency is not an issue at this point. I would be glad if you could help me out in setting the ogg-icecast server. im all ears thanks daniel Daniel, sorry for the late response. I've been trying to get it to run again so I can show you

Re: [PD] mp3live~ connection lost too little input

2007-09-05 Thread mami music
thanks batuhan well latency is not an issue at this point. I would be glad if you could help me out in setting the ogg-icecast server. im all ears thanks daniel 2007/9/4, Batuhan Bozkurt [EMAIL PROTECTED]: Thanks Roman, I know about netpd and thanks for offering to give a hand. Yes we use

[PD] mp3live~ connection lost too little input

2007-09-03 Thread mami music
Hi i´m getting this error stream connected. connection lost (too little input) stream connected. connection lost (too little input) stream connected. connection lost (too little input) stream connected. connection lost (too little input) on the pd window of the remote computer when sending a

[PD] Re: higher education

2007-02-15 Thread mami music
By the way, since you mentioned UPF, I've also been a student there (of a master degree in digital arts). ah me too i studied the masters in 2002-2003 that´s where i got started in PD. with sergi co. But it depends what's your background and of course what you are interested in: more

[PD] higher education

2007-02-14 Thread mami music
Hi list. Im making up a list of candidate european universities to persue higher education in music technology. I only know UPF and IEM. Can anyone recomend universities that have programs/ research in this wide field? All this onfo will bevery very appreciated. Im now in southamerica and have

[PD] Re: higher education

2007-02-14 Thread mami music
thanks mateo. are you astudent there? 2007/2/14, Matteo Sisti Sette [EMAIL PROTECTED]: Hi list. Im making up a list of candidate european universities to persue higher education in music technology. I only know UPF and IEM. Can anyone recomend universities that have programs/ research in

Re: [PD] PD CHAT

2007-02-04 Thread mami music
maby you can try sending strings using the objects in the OSC library... i have tried it and it works but sometimes there are some proeblems to get the messages through some firewalls. another way could be using [netsend] and [netreceive] but i have not used them at all. can anybody with