Re: [PD] Increment/Decrement a number

2012-12-06 Thread Ingo
This is how I would fix your current patch.

Ingo


Von: pd-list-boun...@iem.at [mailto:pd-list-boun...@iem.at] Im Auftrag von
Sebastian Valenzuela
Gesendet: Donnerstag, 6. Dezember 2012 05:56
An: Pure Data Forum
Betreff: [PD] Increment/Decrement a number

Hi,

Can anyone help me figure out how to increase a number by 1 by pressing a
button, then decrease it by 1 by pressing a different button? I've attached
my attempt, but it is acting strange :/

Thank you,
Sebastian
#N canvas 1304 156 450 300 10;
#X obj 115 44 bng 15 250 50 0 empty empty empty 17 7 0 10 -262144 -1
-1;
#X floatatom 199 172 5 0 0 0 - - -;
#X obj 199 141 \$1;
#X obj 99 201 + 1;
#X obj 259 234 spigot;
#X obj 259 201 - 1;
#X obj 270 44 bng 15 250 50 0 empty empty empty 17 7 0 10 -262144 -1
-1;
#X msg 298 141 0;
#X msg 338 141 1;
#X obj 99 234 spigot;
#X msg 98 141 0;
#X msg 138 141 1;
#X msg 214 28 0;
#X obj 115 67 t b b b;
#X obj 270 67 t b b b;
#X floatatom 182 276 5 0 0 0 - - -;
#X text 210 12 reset;
#X connect 0 0 13 0;
#X connect 2 0 3 0;
#X connect 2 0 1 0;
#X connect 2 0 5 0;
#X connect 3 0 9 0;
#X connect 4 0 2 1;
#X connect 4 0 15 0;
#X connect 5 0 4 0;
#X connect 6 0 14 0;
#X connect 7 0 4 1;
#X connect 8 0 4 1;
#X connect 9 0 2 1;
#X connect 9 0 15 0;
#X connect 10 0 9 1;
#X connect 11 0 9 1;
#X connect 12 0 2 1;
#X connect 13 0 2 0;
#X connect 13 1 11 0;
#X connect 13 2 7 0;
#X connect 14 0 2 0;
#X connect 14 1 8 0;
#X connect 14 2 10 0;
___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] Increment/Decrement a number

2012-12-06 Thread Ingo
Here's a counter that lets you count the same value from separate locations
like counter buttons, incremental wheels, ext. midi input, etc.

Ingo


Von: pd-list-boun...@iem.at [mailto:pd-list-boun...@iem.at] Im Auftrag von
Sebastian Valenzuela
Gesendet: Donnerstag, 6. Dezember 2012 05:56
An: Pure Data Forum
Betreff: [PD] Increment/Decrement a number

Hi,

Can anyone help me figure out how to increase a number by 1 by pressing a
button, then decrease it by 1 by pressing a different button? I've attached
my attempt, but it is acting strange :/

Thank you,
Sebastian
#N canvas 1074 156 643 366 10;
#X obj 35 44 bng 15 250 50 0 empty empty empty 17 7 0 10 -262144 -1
-1;
#X floatatom 119 172 5 0 0 0 - - -;
#X obj 119 141 \$1;
#X obj 19 201 + 1;
#X obj 179 234 spigot;
#X obj 179 201 - 1;
#X obj 190 44 bng 15 250 50 0 empty empty empty 17 7 0 10 -262144 -1
-1;
#X msg 218 141 0;
#X msg 258 141 1;
#X obj 19 234 spigot;
#X msg 18 141 0;
#X msg 58 141 1;
#X msg 134 28 0;
#X obj 35 67 t b b b;
#X obj 190 67 t b b b;
#X floatatom 102 276 5 0 0 0 - - -;
#X text 130 12 reset;
#X obj 365 6 table counter;
#X obj 358 27 cnv 15 230 160 empty empty empty 20 12 0 14 -262130 -66577
0;
#X obj 358 197 cnv 15 230 160 empty empty empty 20 12 0 14 -261682
-66577 0;
#X msg 365 56 0;
#X msg 485 56 0;
#X floatatom 365 164 5 0 0 0 - - -;
#X text 362 39 minus;
#X text 482 39 plus;
#X obj 365 76 tabread counter;
#X obj 485 76 tabread counter;
#X obj 485 96 + 1;
#X obj 365 96 - 1;
#X msg 485 136 \$1 0;
#X obj 485 163 tabwrite counter;
#X msg 535 136 0 0;
#X text 530 119 reset;
#X text 402 26 counter access 1;
#X msg 365 226 0;
#X msg 485 226 0;
#X floatatom 365 334 5 0 0 0 - - -;
#X text 362 209 minus;
#X text 482 209 plus;
#X obj 365 246 tabread counter;
#X obj 485 246 tabread counter;
#X obj 485 266 + 1;
#X obj 365 266 - 1;
#X msg 485 306 \$1 0;
#X obj 485 333 tabwrite counter;
#X msg 535 306 0 0;
#X text 530 289 reset;
#X text 402 196 counter access 2;
#X connect 0 0 13 0;
#X connect 2 0 3 0;
#X connect 2 0 1 0;
#X connect 2 0 5 0;
#X connect 3 0 9 0;
#X connect 4 0 2 1;
#X connect 4 0 15 0;
#X connect 5 0 4 0;
#X connect 6 0 14 0;
#X connect 7 0 4 1;
#X connect 8 0 4 1;
#X connect 9 0 2 1;
#X connect 9 0 15 0;
#X connect 10 0 9 1;
#X connect 11 0 9 1;
#X connect 12 0 2 1;
#X connect 13 0 2 0;
#X connect 13 1 11 0;
#X connect 13 2 7 0;
#X connect 14 0 2 0;
#X connect 14 1 8 0;
#X connect 14 2 10 0;
#X connect 20 0 25 0;
#X connect 21 0 26 0;
#X connect 25 0 28 0;
#X connect 26 0 27 0;
#X connect 27 0 22 0;
#X connect 27 0 29 0;
#X connect 28 0 22 0;
#X connect 28 0 29 0;
#X connect 29 0 30 0;
#X connect 31 0 30 0;
#X connect 34 0 39 0;
#X connect 35 0 40 0;
#X connect 39 0 42 0;
#X connect 40 0 41 0;
#X connect 41 0 36 0;
#X connect 41 0 43 0;
#X connect 42 0 36 0;
#X connect 42 0 43 0;
#X connect 43 0 44 0;
#X connect 45 0 44 0;
___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


[PD] Pd on the Pi : Miller's version

2012-12-06 Thread Pierre Massat
Dear list,

I know that Miller Puckette has been working on improving Pd on the RPi
lately, and I came upon a thread where he talks about his attempt to get
audio in working, and mentioned his version of Pd compiled for the RPi.

I would like to know in which respects it is different from the vanilla
version one can grab from the Raspbian repository. I would also like to
know if anybody has some feedback to give about audio in, and specially
about the latency that can be achieved (and whether there is room for
improvement or not).

In short : an update on Pd on the Pi ?

Cheers,

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


Re: [PD] Pd on the Pi : Miller's version

2012-12-06 Thread Johnny Mauser
Interesting question.
In addition i am very interested in using GEM on Rpi. Is that possible?

Best

-j-
Am 06.12.2012 12:09 schrieb Pierre Massat pimas...@gmail.com:

 Dear list,

 I know that Miller Puckette has been working on improving Pd on the RPi
lately, and I came upon a thread where he talks about his attempt to get
audio in working, and mentioned his version of Pd compiled for the RPi.

 I would like to know in which respects it is different from the vanilla
version one can grab from the Raspbian repository. I would also like to
know if anybody has some feedback to give about audio in, and specially
about the latency that can be achieved (and whether there is room for
improvement or not).

 In short : an update on Pd on the Pi ?

 Cheers,

 Pierre.

 ___
 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] Max's [rate~] implementation...

2012-12-06 Thread Alexandros Drymonitis
How can one implement Max's [rate~] in Pd? [rate~] takes a signal from a
[phasor~] and according to its argument it scales the frequency (roughly
speaking). So

[phasor~ 1]
|
[rate~ 1.5]

will actually give a [phasor~ 1.5]. I thought of [wrap] but that won't do
the trick with non-integers.
Any ideas?
___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] Max's [rate~] implementation...

2012-12-06 Thread Simon Iten
What are you trying to accomplish?
On Dec 6, 2012 2:48 PM, Alexandros Drymonitis adr...@gmail.com wrote:

 How can one implement Max's [rate~] in Pd? [rate~] takes a signal from a
 [phasor~] and according to its argument it scales the frequency (roughly
 speaking). So

 [phasor~ 1]
 |
 [rate~ 1.5]

 will actually give a [phasor~ 1.5]. I thought of [wrap] but that won't do
 the trick with non-integers.
 Any ideas?

 ___
 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


Re: [PD] Max's [rate~] implementation...

2012-12-06 Thread Alexandros Drymonitis
copy this patch http://www.youtube.com/watch?v=6P4Ezz9aWa8feature=plcp


On Thu, Dec 6, 2012 at 3:55 PM, Simon Iten itensi...@gmail.com wrote:

 What are you trying to accomplish?
 On Dec 6, 2012 2:48 PM, Alexandros Drymonitis adr...@gmail.com wrote:

 How can one implement Max's [rate~] in Pd? [rate~] takes a signal from a
 [phasor~] and according to its argument it scales the frequency (roughly
 speaking). So

 [phasor~ 1]
 |
 [rate~ 1.5]

 will actually give a [phasor~ 1.5]. I thought of [wrap] but that won't do
 the trick with non-integers.
 Any ideas?

 ___
 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


Re: [PD] Max's [rate~] implementation...

2012-12-06 Thread Hans-Christoph Steiner

Why not just use a phasor~ per rate~ and then have the frequency of all them 
controlled by the same number box?

.hc

On Dec 6, 2012, at 8:57 AM, Alexandros Drymonitis wrote:

 copy this patch http://www.youtube.com/watch?v=6P4Ezz9aWa8feature=plcp
 
 
 On Thu, Dec 6, 2012 at 3:55 PM, Simon Iten itensi...@gmail.com wrote:
 What are you trying to accomplish?
 
 On Dec 6, 2012 2:48 PM, Alexandros Drymonitis adr...@gmail.com wrote:
 How can one implement Max's [rate~] in Pd? [rate~] takes a signal from a 
 [phasor~] and according to its argument it scales the frequency (roughly 
 speaking). So
 
 [phasor~ 1]
 |
 [rate~ 1.5]
 
 will actually give a [phasor~ 1.5]. I thought of [wrap] but that won't do the 
 trick with non-integers.
 Any ideas?
 
 ___
 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


Re: [PD] Max's [rate~] implementation...

2012-12-06 Thread Cyrille Henry

somthing like this?
cheers
c


Le 06/12/2012 14:43, Alexandros Drymonitis a écrit :

How can one implement Max's [rate~] in Pd? [rate~] takes a signal from a 
[phasor~] and according to its argument it scales the frequency (roughly 
speaking). So

[phasor~ 1]
|
[rate~ 1.5]

will actually give a [phasor~ 1.5]. I thought of [wrap] but that won't do the 
trick with non-integers.
Any ideas?


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



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


Re: [PD] Max's [rate~] implementation...

2012-12-06 Thread Alexandros Drymonitis
Don't think I really follow. Each [rate~] actually outputs a [phasor~] with
a different frequency (different frequency ratio), all driven by the same
[phasor~]. How can you send a value from one number box to all [phasor~]s?


On Thu, Dec 6, 2012 at 4:18 PM, Hans-Christoph Steiner h...@at.or.atwrote:


 Why not just use a phasor~ per rate~ and then have the frequency of all
 them controlled by the same number box?

 .hc

 On Dec 6, 2012, at 8:57 AM, Alexandros Drymonitis wrote:

 copy this patch http://www.youtube.com/watch?v=6P4Ezz9aWa8feature=plcp


 On Thu, Dec 6, 2012 at 3:55 PM, Simon Iten itensi...@gmail.com wrote:

 What are you trying to accomplish?
 On Dec 6, 2012 2:48 PM, Alexandros Drymonitis adr...@gmail.com wrote:

 How can one implement Max's [rate~] in Pd? [rate~] takes a signal from a
 [phasor~] and according to its argument it scales the frequency (roughly
 speaking). So

 [phasor~ 1]
 |
 [rate~ 1.5]

 will actually give a [phasor~ 1.5]. I thought of [wrap] but that won't
 do the trick with non-integers.
 Any ideas?

 ___
 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


Re: [PD] Max's [rate~] implementation...

2012-12-06 Thread Alexandros Drymonitis
Yup! That's super, thanks!


On Thu, Dec 6, 2012 at 4:20 PM, Cyrille Henry c...@chnry.net wrote:

 somthing like this?
 cheers
 c


 Le 06/12/2012 14:43, Alexandros Drymonitis a écrit :

 How can one implement Max's [rate~] in Pd? [rate~] takes a signal from a
 [phasor~] and according to its argument it scales the frequency (roughly
 speaking). So

 [phasor~ 1]
 |
 [rate~ 1.5]

 will actually give a [phasor~ 1.5]. I thought of [wrap] but that won't do
 the trick with non-integers.
 Any ideas?


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


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


Re: [PD] Max's [rate~] implementation...

2012-12-06 Thread Hans-Christoph Steiner
Leaving out [rate~] should use less CPU since [rate~] doesn't have to do the analysis part, if I understand it correctly.

phasors.pd
Description: Binary data
.hcOn Dec 6, 2012, at 9:24 AM, Alexandros Drymonitis wrote:Don't think I really follow. Each [rate~] actually outputs a [phasor~] with a different frequency (different frequency ratio), all driven by the same [phasor~]. How can you send a value from one number box to all [phasor~]s?
On Thu, Dec 6, 2012 at 4:18 PM, Hans-Christoph Steiner h...@at.or.at wrote:
Why not just use a phasor~ per rate~ and then have the frequency of all them controlled by the same number box?
.hcOn Dec 6, 2012, at 8:57 AM, Alexandros Drymonitis wrote:copy this patch http://www.youtube.com/watch?v=6P4Ezz9aWa8feature=plcp
On Thu, Dec 6, 2012 at 3:55 PM, Simon Iten itensi...@gmail.com wrote:
What are you trying to accomplish?
On Dec 6, 2012 2:48 PM, "Alexandros Drymonitis" adr...@gmail.com wrote:

How can one implement Max's [rate~] in Pd? [rate~] takes a signal from a [phasor~] and according to its argument it scales the frequency (roughly speaking). So[phasor~ 1]|[rate~ 1.5]will actually give a [phasor~ 1.5]. I thought of [wrap] but that won't do the trick with non-integers.



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


___Pd-list@iem.at mailing listUNSUBSCRIBE 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


Re: [PD] Max's [rate~] implementation...

2012-12-06 Thread Alexandros Drymonitis
Well, I guess that would do as well, didn't think very thoroughly I guess.
Still it doesn't sound the same with either versions of [rate~] when I put
the patch together.
Anyway, thanks a lot.


On Thu, Dec 6, 2012 at 4:31 PM, Hans-Christoph Steiner h...@at.or.atwrote:


 Leaving out [rate~] should use less CPU since [rate~] doesn't have to do
 the analysis part, if I understand it correctly.



 .hc

 On Dec 6, 2012, at 9:24 AM, Alexandros Drymonitis wrote:

 Don't think I really follow. Each [rate~] actually outputs a [phasor~]
 with a different frequency (different frequency ratio), all driven by the
 same [phasor~]. How can you send a value from one number box to all
 [phasor~]s?


 On Thu, Dec 6, 2012 at 4:18 PM, Hans-Christoph Steiner h...@at.or.atwrote:


 Why not just use a phasor~ per rate~ and then have the frequency of all
 them controlled by the same number box?

 .hc

 On Dec 6, 2012, at 8:57 AM, Alexandros Drymonitis wrote:

 copy this patch http://www.youtube.com/watch?v=6P4Ezz9aWa8feature=plcp


 On Thu, Dec 6, 2012 at 3:55 PM, Simon Iten itensi...@gmail.com wrote:

 What are you trying to accomplish?
 On Dec 6, 2012 2:48 PM, Alexandros Drymonitis adr...@gmail.com
 wrote:

 How can one implement Max's [rate~] in Pd? [rate~] takes a signal from
 a [phasor~] and according to its argument it scales the frequency (roughly
 speaking). So

 [phasor~ 1]
 |
 [rate~ 1.5]

 will actually give a [phasor~ 1.5]. I thought of [wrap] but that won't
 do the trick with non-integers.
 Any ideas?

 ___
 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


Re: [PD] Pd on the Pi : Miller's version

2012-12-06 Thread me.grimm
afaik gem needs to be ported to opengl-es to run on the pi. there's a
thread on this topic and i think the port has been done?

http://www.mail-archive.com/gem-dev@iem.at/msg01930.html

here are some specs.

http://elinux.org/RPi_VideoCore_APIs#OpenGL_ES

johannes would know mare obviously


m

On Thu, Dec 6, 2012 at 7:02 AM, Johnny Mauser
joson.andr...@googlemail.comwrote:

 Interesting question.
 In addition i am very interested in using GEM on Rpi. Is that possible?

 Best

 -j-
 Am 06.12.2012 12:09 schrieb Pierre Massat pimas...@gmail.com:

 
  Dear list,
 
  I know that Miller Puckette has been working on improving Pd on the RPi
 lately, and I came upon a thread where he talks about his attempt to get
 audio in working, and mentioned his version of Pd compiled for the RPi.
 
  I would like to know in which respects it is different from the vanilla
 version one can grab from the Raspbian repository. I would also like to
 know if anybody has some feedback to give about audio in, and specially
 about the latency that can be achieved (and whether there is room for
 improvement or not).
 
  In short : an update on Pd on the Pi ?
 
  Cheers,
 
  Pierre.
 
  ___
  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




-- 

m.e.grimm | m.f.a | ed.m.
megr...@gmail.com
_
___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] Pd on the Pi : Miller's version

2012-12-06 Thread me.grimm
I came upon a thread where he talks about his attempt to get audio in
working,

wheres the thread?

 I would also like to know if anybody has some feedback to give about
audio in,

it still sounds like shit on my end. what hardware are you using? i see
there has been some improvements on the USB drivers recently. maybe that
will be fixed soon and the issues with audio in will improve?

i would also like to know if anyone has it working well... been a while
since these pi threads were started on this list a few months back. maybe
someone has made head way...

m



On Thu, Dec 6, 2012 at 6:06 AM, Pierre Massat pimas...@gmail.com wrote:

 Dear list,

 I know that Miller Puckette has been working on improving Pd on the RPi
 lately, and I came upon a thread where he talks about his attempt to get
 audio in working, and mentioned his version of Pd compiled for the RPi.

 I would like to know in which respects it is different from the vanilla
 version one can grab from the Raspbian repository. I would also like to
 know if anybody has some feedback to give about audio in, and specially
 about the latency that can be achieved (and whether there is room for
 improvement or not).

 In short : an update on Pd on the Pi ?

 Cheers,

 Pierre.

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




-- 

m.e.grimm | m.f.a | ed.m.
megr...@gmail.com
_
___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] Increment/Decrement a number

2012-12-06 Thread Max
two more ways to add to the mix:



float_value_counters.pd
Description: Binary data



Am 06.12.2012 um 10:38 schrieb Ingo i...@miamiwave.com:

 Here's a counter that lets you count the same value from separate locations
 like counter buttons, incremental wheels, ext. midi input, etc.
 
 Ingo
 
 
 Von: pd-list-boun...@iem.at [mailto:pd-list-boun...@iem.at] Im Auftrag von
 Sebastian Valenzuela
 Gesendet: Donnerstag, 6. Dezember 2012 05:56
 An: Pure Data Forum
 Betreff: [PD] Increment/Decrement a number
 
 Hi,
 
 Can anyone help me figure out how to increase a number by 1 by pressing a
 button, then decrease it by 1 by pressing a different button? I've attached
 my attempt, but it is acting strange :/
 
 Thank you,
 Sebastian
 table_based_counter.pd___
 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


Re: [PD] Pd on the Pi : Miller's version

2012-12-06 Thread Miller Puckette
Hi all -

Here's the thread:

http://www.raspberrypi.org/phpBB3/viewtopic.php?f=66t=19155p=218405#p218405

... and the upshot is you have to slow USB down to 1.1 (instead of the default
2.0) to get correct audio input.

The version of Pd I've uploaded (http://crca.ucsd.edu/~msp/software.html)
is much newer than the stock one that apt-get installs; OTOH the apt-get
one is Pd extended and mine is only vanilla.

cheers
Miller

On Thu, Dec 06, 2012 at 10:28:33AM -0500, me.grimm wrote:
 I came upon a thread where he talks about his attempt to get audio in
 working,
 
 wheres the thread?
 
  I would also like to know if anybody has some feedback to give about
 audio in,
 
 it still sounds like shit on my end. what hardware are you using? i see
 there has been some improvements on the USB drivers recently. maybe that
 will be fixed soon and the issues with audio in will improve?
 
 i would also like to know if anyone has it working well... been a while
 since these pi threads were started on this list a few months back. maybe
 someone has made head way...
 
 m
 
 
 
 On Thu, Dec 6, 2012 at 6:06 AM, Pierre Massat pimas...@gmail.com wrote:
 
  Dear list,
 
  I know that Miller Puckette has been working on improving Pd on the RPi
  lately, and I came upon a thread where he talks about his attempt to get
  audio in working, and mentioned his version of Pd compiled for the RPi.
 
  I would like to know in which respects it is different from the vanilla
  version one can grab from the Raspbian repository. I would also like to
  know if anybody has some feedback to give about audio in, and specially
  about the latency that can be achieved (and whether there is room for
  improvement or not).
 
  In short : an update on Pd on the Pi ?
 
  Cheers,
 
  Pierre.
 
  ___
  Pd-list@iem.at mailing list
  UNSUBSCRIBE and account-management -
  http://lists.puredata.info/listinfo/pd-list
 
 
 
 
 -- 
 
 m.e.grimm | m.f.a | ed.m.
 megr...@gmail.com
 _

 ___
 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


Re: [PD] Pd-extended on Windows now has localization support

2012-12-06 Thread Seiichiro MATSUMURA
Hi,
Thank you Shimamoto-san. I really appreciate your contribution for the
completes.
After the finishing Japanese translation last February I did not look them back.
I am not sure whether the translation of functions or messages around
Linux are correct because I only use Mac OSX. If you find anything
weird, please fix them.

Cheers,

Sei Matsumura

--
__/__/__/__/__/__/__/__/__/__/__/__/__/__/__/__/__/
Seiichiro Matsumura

s...@low-tech-ism.com
http://low-tech-ism.com/
__/__/__/__/__/__/__/__/__/__/__/__/__/__/__/__/__/


2012/12/5 Hans-Christoph Steiner h...@at.or.at:

 Hey David, glad to see you back here! And thanks for the contribution. I 
 think those two were added after the previous translator had translated 100% 
 of what was there before.

 .hc

 On Dec 3, 2012, at 10:08 PM, PSPunch wrote:


 Japanese has just joined the team of 100%.


 Only the following two were remaining.
 - Realtime scheduling.
 - Rest to default.

 Please point out if what seemed straight forward, was untouched for any 
 historical reasons I was not aware of.

 P.S.
 I've been away from the list for a while... Hope all of you are well.

 --
 David Shimamoto



 (2012/12/01 10:54), Hans-Christoph Steiner wrote:

 You can now use Pd-extended on Windows in many different languages!  I 
 didn't realize this until just now, but the Windows builds of Pd-extended 
 were not including the translations. I fixed that so Pd-extended should 
 include all of the different interface translations on Windows too.  Please 
 test this if you are using a computer in a language other than United 
 States English (there are Canadian and Great Britain localizations as well).

 http://puredata.info/downloads/pd-extended/releases/0.43.4

 The currently included languages are:

 French (100% translated)
 Italian (100% translated)
 Canadian English (100% translated)
 British English (100% translated)
 Brazilian Portugeuse (100% translated)
 Spanish (100% translated)
 Japanese (99% translated)
 Mexican Spanish (99% translated)
 Catalan (99% translated)
 Greek (98% translated)
 German (97% translated)
 Hungarian (94% translated)
 Latvian (89% translated)
 Simplified Chinese (87% translated)
 Turkish (76% translated)
 Traditional Chinese (74% translated)
 Czech (73% translated)
 Gaelic/Scottish (62% translated)
 Dutch (59% translated)
 Portugeuse Portugeuse (58% translated)
 Lithuanian (47% translated)
 Russian (45% translated)
 Swedish (43% translated)

 If you want to help review and/or improve any of these translations, or add 
 a new language, check out the Transifex translation site for Pd.  You just 
 need to login, then you can contribute:

 https://www.transifex.com/projects/p/puredata/resource/templatepot/

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



-- 
--
__/__/__/__/__/__/__/__/__/__/__/__/__/__/__/__/__/
Seiichiro Matsumura

s...@low-tech-ism.com
http://low-tech-ism.com/
__/__/__/__/__/__/__/__/__/__/__/__/__/__/__/__/__/

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


Re: [PD] Patch bugged on pd-extended 0.43.4

2012-12-06 Thread Hans-Christoph Steiner

If you download the zip build, then you can run it without installing it at all 
by double-clicking the 'pd-extended.bat file thats included there.

.hc

On Dec 6, 2012, at 8:36 PM, Esteban Viveros wrote:

 Pd libraries can't be loaded... I tried tge pd-settings.reg , but I only can 
 run pd 0.42.5 with libraries on administrator mode.. :/
 
 
 
 
 2012/12/6 Hans-Christoph Steiner h...@at.or.at
 
 Ok, one more fix, this time I think I found the problem with your patch.  
 There is an [image] that has no file or image name in it.  It used to be 
 invisible and create that error sometimes.  I now made [image] throw an error 
 and use a filler image when no image is specified.
 
 http://pure-data.svn.sourceforge.net/viewvc/pure-data?view=revisionrevision=16650
 
 
 .hc
 
 On Dec 5, 2012, at 6:42 PM, Esteban Viveros wrote:
 
  hc. , I have the same error.. I tried Pd-0.43.4-extended-20121205 version, 
  on Linux and on Windows 7 Home Premium x64...
 
 
 
 
 
 
  2012/12/5 Hans-Christoph Steiner h...@at.or.at
 
  And back to the original problem.  I am pretty sure I fixed the image 
  UNHANDLED ERROR problem with these commits:
  http://pure-data.svn.sourceforge.net/viewvc/pure-data?view=revisionrevision=16648
  http://pure-data.svn.sourceforge.net/viewvc/pure-data?view=revisionrevision=16649
 
  try tomorrow's build and let me know.
 
  .hc
 
  On Dec 4, 2012, at 3:59 PM, Esteban Viveros wrote:
 
  I tried the zip version... And it don't work yet.. I have the message:
 
  (Tcl) UNHANDLED ERROR: couldn't open C:/Users/Esteban/Desktop/Square/: 
  permission denied
  while executing
  image create photo img1eb1948 -file {C:/Users/Esteban/Desktop/Square/}
  (uplevel body line 189)
  invoked from within
  uplevel #0 $cmds_from_pd
 
  And now I have another mather... Pd-extended 0.42.5 can't load the pd 
  extended library... :/
 
  On 0.42.5 I have when I start it:
 
  [import] $Revision: 1.2 $
   [import] is still in development, the interface could change!
   compiled against Pd version 0.42.5
  GEM: Graphics Environment for Multimedia
  GEM: ver: 0.92.3
  GEM: compiled: Mar 15 2010
  GEM: maintained by IOhannes m zmoelnig
  GEM: Authors :   Mark Danks (original version)
  GEM: Chris Clepper
  GEM: Cyrille Henry
  GEM: IOhannes m zmoelnig
  GEM: with help by Guenter Geiger, Daniel Heckenberg, James Tittle, 
  Hans-Christop Steiner, et al.
  GEM: found a bug? miss a feature? please report it:
  GEM: homepage http://gem.iem.at/
  GEM: bug-tracker http://sourceforge.net/projects/pd-gem/
  GEM: mailing-list http://lists.puredata.info/listinfo/gem-dev/
  GEM: compiled for SIMD architecture: SSE2 MMX
  GEM: using SSE2 optimization
  Gem Man: QT init OK
  cyclone: can't load library
  zexy: can't load library
  creb: can't load library
  cxc: can't load library
  iemlib: can't load library
  list-abs: can't load library
  mapping: can't load library
  markex: can't load library
  maxlib: can't load library
  mjlib: can't load library
  motex: can't load library
  oscx: can't load library
  pddp: can't load library
  pdogg: can't load library
  pmpd: can't load library
  sigpack: can't load library
  smlib: can't load library
  unauthorized: can't load library
  pan: can't load library
  hcs: can't load library
  jmmmp: can't load library
  ext13: can't load library
  ggee: can't load library
  iem_anything: can't load library
  ekext: can't load library
  flatgui: can't load library
  chaos: can't load library
 
 
 
 
  2012/12/4 Hans-Christoph Steiner h...@at.or.at
 
  I think I fixed that recently, try today's build:
 
  http://puredata.info/downloads/pd-extended/releases/0.43.4
 
  .hc
 
  On Dec 4, 2012, at 2:39 AM, Esteban Viveros wrote:
 
  I tried to open this patch on pd-extended 0.43.4 but they open very 
  bugged... No cords..
 
  On pd-extended 0.42.5 they are working well..
 
  Something to do??
 
  --
  Esteban Viveros
 
  (27) 8815 7170
  (27) 3066 0359
  (11) 95761 4125
  (11) 2738 7868
 
  www.bandpage.com/estebanviveros
 
  https://www.facebook.com/estebanviveros.art
 
  http://www.papodecompositor-es.blogspot.com.br/
 
  http://expurgacao.art.br/
 
 
  quadrada_e_pulso.pd___
 
  Pd-list@iem.at mailing list
  UNSUBSCRIBE and account-management - 
  http://lists.puredata.info/listinfo/pd-list
 
 
 
 
  --
  Esteban Viveros
 
  (27) 8815 7170
  (27) 3066 0359
  (11) 95761 4125
  (11) 2738 7868
 
  www.bandpage.com/estebanviveros
 
  https://www.facebook.com/estebanviveros.art
 
  http://www.papodecompositor-es.blogspot.com.br/
 
  http://expurgacao.art.br/
 
 
  ___
  Pd-list@iem.at mailing list
  UNSUBSCRIBE and account-management - 
  http://lists.puredata.info/listinfo/pd-list
 
 
 
 
  --
  Esteban Viveros
 
  (27) 8815 7170
  (27) 3066 0359
  (11) 95761 4125
  (11) 2738 7868
 
  www.bandpage.com/estebanviveros