Re: [PD] Converting a decimal number to hexadecimal and from there to its ASCII numbers

2013-05-30 Thread Alexandros Drymonitis
Thanks! This works perfectly. Well ff is 102 102 cause it's lower case whereas I want to send upper case, but I've split the list in the end and added an [expr if($f1>57,$f1-32,$f1)] there and I get the numbers I want. On Fri, May 31, 2013 at 3:54 AM, Patrice Colet wrote: > > I've added namespa

Re: [PD] linux best for pd? / "best linux" for Pd? / On a Mac?

2013-05-30 Thread Alexandre Torres Porres
> Looking for dual booting in Macs I found that: http://www.rodsbooks.com/ubuntu-efi/index.html wow, that seems much harder than I expected from a "ready to go" installation like Ubuntu. It seems that the pain in the ass is all over for getting linux into a Mac. Lots of issues that dont seem to be

Re: [PD] linux best for pd? / "best linux" for Pd? / On a Mac?

2013-05-30 Thread Alexandre Torres Porres
hmm, no luck well, the instructions don't cover macs, and only talk about a installation from a pen drive with a windows software (it's ok, I got parallels, but I don't have a big enough pen drive). I tried using the software to burn the image into a partition from an external hard drive, but the

Re: [PD] linux best for pd? / "best linux" for Pd? / On a Mac?

2013-05-30 Thread Esteban Viveros
Looking for dual booting in Macs I found that: http://www.rodsbooks.com/ubuntu-efi/index.html Maybe if you have problems with wireless: http://ubuntuforums.org/showthread.php?t=2011756 Good Luck! 2013/5/30 Esteban Viveros > To install pd-extended, you need run the command: sudo apt-get instal

Re: [PD] linux best for pd? / "best linux" for Pd? / On a Mac?

2013-05-30 Thread Esteban Viveros
To install pd-extended, you need run the command: sudo apt-get install pd-extended 2013/5/30 Esteban Viveros > I don't test Shumamis in Mac.. Please give me a feedback! ;) > > > > > 2013/5/30 Esteban Viveros > >> Sorry... Reply all... >> >> Ok.. Shumamis don't have Ardour pre installed, I use

Re: [PD] linux best for pd? / "best linux" for Pd? / On a Mac?

2013-05-30 Thread Alexandre Torres Porres
cool, so it seems I dont need to bother with "hardcore configuring" using a "not so easy one" like slackware? I'll give this Shumamis a try, but I don't see ardour there though. Did you install this on a mac? I'm downloading the 64 bit version. I got a previous generation macbook air. Dual core i7

Re: [PD] linux best for pd? / "best linux" for Pd? / On a Mac?

2013-05-30 Thread Esteban Viveros
I don't test Shumamis in Mac.. Please give me a feedback! ;) 2013/5/30 Esteban Viveros > Sorry... Reply all... > > Ok.. Shumamis don't have Ardour pre installed, I use it in music and > tecnology workshops I do. > > To install ardour: > > 1) Press Ctrl+Alt+T , it will open terminal. > > 2) r

Re: [PD] linux best for pd? / "best linux" for Pd? / On a Mac?

2013-05-30 Thread Esteban Viveros
Sorry... Reply all... Ok.. Shumamis don't have Ardour pre installed, I use it in music and tecnology workshops I do. To install ardour: 1) Press Ctrl+Alt+T , it will open terminal. 2) run in terminal: sudo apt-get install ardour3 3) it is! 2013/5/30 Alexandre Torres Porres > cool, so it s

Re: [PD] Converting a decimal number to hexadecimal and from there to its ASCII numbers

2013-05-30 Thread Patrice Colet
I've added namespace for moocow any2bytes in this version#N canvas 577 313 490 458 10; #X floatatom 42 69 3 0 255 0 - - -; #X obj 145 301 print STRINGS; #X obj 141 97 print DECIMAL; #X obj 42 90 t a a; #X obj 42 176 makefilename %x; #X obj 42 138 demux 0 1; #X obj 69 110 < 15; #X obj 145 176 makef

Re: [PD] Converting a decimal number to hexadecimal and from there to its ASCII numbers

2013-05-30 Thread Patrice Colet
Hello, with pd-extended some externals can do this, curiously 255 is FF but gives 102 102, not 70 70 following solution proposed in attached patch. Colet Patrice > > - Mail original - > > De: "Alexandros Drymonitis" > > À: "PD-list" > > Envoyé: Jeudi 30 Mai 2013 20:44:07 > > O

Re: [PD] linux best for pd? / "best linux" for Pd? / On a Mac?

2013-05-30 Thread Alexandre Torres Porres
> One very big advantage on Linux is > the possibility to run Pd with hassle-free jack I'm ok with soundflower for that matter, although jack is more powerful than soundflower... thanks 2013/5/30 Lorenzo Sutton > On 30/05/13 22:43, Alexandre Torres Porres wrote: > >> Hi there, correct me if I'

Re: [PD] linux best for pd? / "best linux" for Pd? / On a Mac?

2013-05-30 Thread Alexandre Torres Porres
sure, I know, that's actually one of the reasons, since it seems Pd's performance is better on it, right? But not sure on what terms yet. Can you say more how it saves CPU load and decreases latency issues? 2013/5/30 Ivica Bukvic > FWIW pd-l2ork is currently linux only. > On May 30, 2013 5:49 PM

Re: [PD] linux best for pd? / "best linux" for Pd? / On a Mac?

2013-05-30 Thread Lorenzo Sutton
On 30/05/13 22:43, Alexandre Torres Porres wrote: Hi there, correct me if I'm wrong, but it seems Pd runs smoother in Linux than in any other OS, is that right? Perhaps some of you have run benchmarks for it with the same machine and diferente Operational Systems. I was curious to try myself.

Re: [PD] linux best for pd? / "best linux" for Pd? / On a Mac?

2013-05-30 Thread Ivica Bukvic
FWIW pd-l2ork is currently linux only. On May 30, 2013 5:49 PM, "Alexandre Torres Porres" wrote: > > If you don't need cutting edge software and kernels > > I just need Pd :-) > > And maybe some audio software (DAW) running free plugins to interact with > the noise coming from Pd. > > 2013/5/30

Re: [PD] linux best for pd? / "best linux" for Pd? / On a Mac?

2013-05-30 Thread Alexandre Torres Porres
> If you don't need cutting edge software and kernels I just need Pd :-) And maybe some audio software (DAW) running free plugins to interact with the noise coming from Pd. 2013/5/30 Charles Z Henry > > > > On Thu, May 30, 2013 at 3:43 PM, Alexandre Torres Porres > wrote: > >> >> I use macs

Re: [PD] linux best for pd? / "best linux" for Pd? / On a Mac?

2013-05-30 Thread Charles Z Henry
On Thu, May 30, 2013 at 3:43 PM, Alexandre Torres Porres wrote: > > I use macs by the way. Don't know if that is an issue. Like being next to > an impossible task to install a nice hardcore ("the best one") linux > distribution in it. > I'm interested in other people's responses here too. I'm a

Re: [PD] linux best for pd? / "best linux" for Pd? / On a Mac?

2013-05-30 Thread Alexandre Torres Porres
By the way, someone gave me the idea that slackware is the top hardcore one... ("best"?). Meaning you can teak it and get the best perfomrance results. Though I fear it can be a nightmare to run it on a mac... cheers 2013/5/30 Alexandre Torres Porres > Hi there, correct me if I'm wrong, but it

[PD] linux best for pd? / "best linux" for Pd? / On a Mac?

2013-05-30 Thread Alexandre Torres Porres
Hi there, correct me if I'm wrong, but it seems Pd runs smoother in Linux than in any other OS, is that right? Perhaps some of you have run benchmarks for it with the same machine and diferente Operational Systems. I was curious to try myself. Now, is there a "best linux" for Pd? Maybe one that a

[PD] Converting a decimal number to hexadecimal and from there to its ASCII numbers

2013-05-30 Thread Alexandros Drymonitis
I want to communicate with a LanBox and I have to send values in hexadecimal, but represented by their ASCII values. So, for example 0 is 00 in hexadecimal, and it's sent as 48 48. 255 is FF and is sent as 70 70. The only thing I can think of is [makefilename], but it seems that it's only helpful f

Re: [PD] Differences between: VD~ und delread~

2013-05-30 Thread i go bananas
just out of interest, while we're on the topic, does anyone have a vanilla workaround for a 2 point interpolated delay reader? ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list

Re: [PD] Differences between: VD~ und delread~

2013-05-30 Thread Roman Haefeli
On Don, 2013-05-30 at 13:00 +0200, hghoyer wrote: > Hi, > > VD~ und delread~ are both processing Data / delayed sound from > delwrite~ > what is similar and what are differences between VD~ und delread~ ? The help files are pretty clear about it. [vd~ ] is controlled by a signal and it performs

Re: [PD] multiblob tracking in Gem while objects keep their IDs

2013-05-30 Thread Antoine Villeret
hi, I'm sorry it still doesn't work and I can't find values that works well on the testbed.mov video... I don't know why, tell me if you want more info or snapshots cheers a -- do it yourself http://antoine.villeret.free.fr 2013/5/28 Max > Am 27.05.2013 um 20:09 schrieb Antoine Villeret <

Re: [PD] Differences between: VD~ und delread~

2013-05-30 Thread IOhannes m zmölnig
On 05/30/13 13:00, hghoyer wrote: Hi, VD~ und delread~ are both processing Data / delayed sound from delwrite~ what is similar and what are differences between VD~ und delread~ ? i guess you are referring to [vd~] (i don't know of an uppercase object of that name). from the documentation (vd

Re: [PD] Differences between: VD~ und delread~

2013-05-30 Thread Marian Weger
hey, this is well explained in the help patches of [vd~] and [delread~]. [delread~] is controlled by a message, so it may produce clicks when changing the delay time. [vd~] is controlled by an audio signal and does 4-point interpolation, but is more cpu intensive. cheers, marian Am 30.05

[PD] Differences between: VD~ und delread~

2013-05-30 Thread hghoyer
Hi, VD~ und delread~ are both processing Data / delayed sound from delwrite~ what is similar and what are differences between VD~ und delread~ ? Best, HGH ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/l