Re: [PD] Pd download page

2012-10-01 Thread Charles Goyard
Hi,

Hans-Christoph Steiner wrote:
 
 I think there is going to be no good order for that page.  One thing
 that would make things easier is if there was some platform detection,
 and then there was a link at the top of the page for the detected
 platform.  If anyone did the work to add that support to our Plone
 download page, I would definitely support that change.

I second that Get Pd-extended for All platforms should read Get
Pd-extended source code.

In these days of universal binaries for mac, the All platforms wording
is really misleading to newcomers.

Cheers,
-- 
Charlot

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


Re: [PD] Pd download page

2012-10-01 Thread IOhannes m zmoelnig
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On 2012-10-01 10:02, Charles Goyard wrote:
 In these days of universal binaries for mac, the All platforms
 wording is really misleading to newcomers.

we should prepare ourselves for the time when apple decides to reveal
their dark side and use the term source for everything that grants
sith-power, so we don't mislead any newcomers.
any ideas for a good wording?


 
 I second that Get Pd-extended for All platforms should read Get 
 Pd-extended source code.

i changed the text to read All platforms (Source code) (since the
website uses a template Get project for dist which would give
use Get Pd-extended for source code which is probably even more
confusing), and also changed the icon to be little more technoid.

hopefully this will help.

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

iEYEARECAAYFAlBpW+oACgkQkX2Xpv6ydvSVuQCgneUioa4dRwjhIGdhtcinmIna
e/gAnR1owmHnEucEc5jAzg+gnQ7ahYO8
=eLUu
-END PGP SIGNATURE-



smime.p7s
Description: S/MIME Cryptographic Signature
___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


[PD] Can't create Gem window

2012-10-01 Thread Ed Kelly
I had a feeling my problems were Windows-related (see previous post) so I'm 
trying to get this new computer to work with Pd and Ubuntu:

Ubuntu Lucid, ATI Radeon HD7770. The driver is installed, and I just compiled 
Gem from scratch against Pd-extended-0.42.5.

I get:

error: GEM: Unable to create single buffer window
error: GEM: Error creating const context
error: GEM: A serious error occured creating const Context
error: GEM: Continue at your own risk!
error: GEM: Unable to create double buffer window
error: GEM: Unable to create window
error: [gemwin]: no window made
... you might be able to track this down from the Find menu.
error: GEM: Create window first!

...when I try to create a Gem window.
Looking at a previous post in the archive, setting the environment 
variable GEM_SINGLE_CONTEXT to 1 does not change this. I'm stuck! GL 
screensavers are working correctly...

perplexed,
Ed
 
Gemnotes-0.2: Live music notation for Pure Data, now with dynamics!
http://sharktracks.co.uk/
___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] Can't create Gem window

2012-10-01 Thread IOhannes m zmoelnig
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On 2012-10-01 11:08, Ed Kelly wrote:
 ...when I try to create a Gem window. Looking at a previous post in
 the archive, setting the environment variable GEM_SINGLE_CONTEXT to
 1 does not change this. I'm stuck! GL screensavers are working
 correctly...
 

do glxgears work?

if so, what is your pixel-depth?
Gem wants to create a 24bit buffer, so if you are running your X in
8bit/palette mode it will bail out.

this is what Gem requests:
{
GLX_RED_SIZE=4,
GLX_GREEN_SIZE=4,
GLX_BLUE_SIZE=4,

GLX_DEPTH_SIZE=16,

GLX_STENCIL_SIZE=8,

GLX_ACCUM_RED_SIZE=8,
GLX_ACCUM_GREEN_SIZE=8,
GLX_ACCUM_BLUE_SIZE=8,

GLX_DOUBLEBUFFER
}

check the output of glxinfo, whether your config supports such a setting.

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

iEYEARECAAYFAlBpZRkACgkQkX2Xpv6ydvR5VgCgng37YHFrRQoZJk+CMDFz1OGZ
fp4AoNrTWuQGqvAg8OgJ2XimzEa9KamQ
=gGaA
-END PGP SIGNATURE-



smime.p7s
Description: S/MIME Cryptographic Signature
___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] Can't create Gem window

2012-10-01 Thread Ed Kelly
On 2012-10-01 11:08, Ed Kelly wrote:

 ...when I try to create a Gem window. Looking at a previous post in
 the archive, setting the environment variable GEM_SINGLE_CONTEXT to
 1 does not change this. I'm stuck! GL screensavers are working
 correctly...
 

do glxgears work?


Hmmm...
glxgears gives me this:

Error: couldn't get an RGB, Double-buffered visual


I tried to find a way of adjusting this in the graphics card application, but 
no luck...
e

if so, what is your pixel-depth?
Gem wants to create a 24bit buffer, so if you are running your X in
8bit/palette mode it will bail out.

this is what Gem requests:
{
GLX_RED_SIZE=4,
GLX_GREEN_SIZE=4,
GLX_BLUE_SIZE=4,

GLX_DEPTH_SIZE=16,

GLX_STENCIL_SIZE=8,

GLX_ACCUM_RED_SIZE=8,
GLX_ACCUM_GREEN_SIZE=8,
GLX_ACCUM_BLUE_SIZE=8,

GLX_DOUBLEBUFFER
}

check the output of glxinfo, whether your config supports such a setting.

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

iEYEARECAAYFAlBpZRkACgkQkX2Xpv6ydvR5VgCgng37YHFrRQoZJk+CMDFz1OGZ
fp4AoNrTWuQGqvAg8OgJ2XimzEa9KamQ
=gGaA
-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] Concatenating floats

2012-10-01 Thread Rick T
Greetings All

I'm trying export time to a file in the format MMDDhhmmss but it
doesn't concatenate  MM DD hh mm ss when I use the pack object.
I can export the data to a file but how do I concatenate everything
together so it outputs as  MMDDhhmmss with no spaces in-between?

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


Re: [PD] Pd download page

2012-10-01 Thread Charles Goyard
IOhannes m zmoelnig wrote:
 On 2012-10-01 10:02, Charles Goyard wrote:
  In these days of universal binaries for mac, the All platforms
  wording is really misleading to newcomers.
 we should prepare ourselves for the time when apple decides to reveal
 their dark side and use the term source for everything that grants
 sith-power, so we don't mislead any newcomers.
 any ideas for a good wording?

I get your point, but since the modification you just made is helpful
AND does not hide details away, I guess we're set.


 hopefully this will help.

Sure, thanks.

On a side note, it could be nice to have the link to the source code for
beta here:
https://puredata.info/downloads/pd-extended/releases/0.43.1

++
-- 
Charles

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


Re: [PD] Concatenating floats

2012-10-01 Thread Marian Weger

Am 01.10.12 12:14, schrieb Rick T:

Greetings All

I'm trying export time to a file in the format MMDDhhmmss but it 
doesn't concatenate  MM DD hh mm ss when I use the pack object.


put a messagebox below the pack: [$1$2$3$4$5$6(


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


Re: [PD] Pd download page

2012-10-01 Thread IOhannes m zmoelnig
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On 2012-10-01 12:14, Charles Goyard wrote:
 Sure, thanks.
 
 On a side note, it could be nice to have the link to the source
 code for beta here: 
 https://puredata.info/downloads/pd-extended/releases/0.43.1
 

i added a generic link to the download-folder at blinky.
since the source-tarballs of the beta-release still have the
packaging-date as part of their filename and are generated on a
nightly basis, i'd rather not add the full URL.

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

iEYEARECAAYFAlBpcQ0ACgkQkX2Xpv6ydvQHmwCgla0kZoEc5nvD+oklsxgWfUiv
uY8AoMomGwjIIoQnqamCONm4+7fSvkJW
=TjAW
-END PGP SIGNATURE-



smime.p7s
Description: S/MIME Cryptographic Signature
___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] Concatenating floats

2012-10-01 Thread i go bananas
if you just use $1 for something like 07, then it will cut off the leading
zero (which in this case, you need)

so might be best just to split everything into individual floats, like:

[ 1 9 7 8 0 7 2 9 0 9 3 0 2 1 (


and then just feed that into a big compound message like

[ $1$2$3$4$5$6$7$8$9$10$11$12$13$14 (


that way you get all the zeroes as well
___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] Can't create Gem window

2012-10-01 Thread Ed Kelly
After adding
export LIBGL_ALWAYS_INDIRECT=1

to $home/.bashrc
glxgears works fine, but not Gem. Still the same. ?!

glxinfo gives me a lot of output, and the table seems to indicate better-than 
the values you gave below, e.g.

Vis  Vis   Visual Trans  buff lev render DB ste  r   g   b   a  aux dep ste  
accum buffers  MS   MS
 ID Depth   Type  parent size el   type     reo sz  sz  sz  sz  buf th  ncl  r  
 g   b   a  num bufs

0x23  0 TrueColor    0     32  0  rgba   1   0   8   8   8   8   0   24  8  16  
16  16  16   0   0

I can't find GLX_DOUBLEBUFFER
Could it be that I need to add some lines to xorg.conf (wherever it is in Lucid 
Ubuntu)

On 2012-10-01 11:08, Ed Kelly wrote:


 ...when I try to create a Gem window. Looking at a previous post in
 the archive, setting the environment variable GEM_SINGLE_CONTEXT to
 1 does not change this. I'm stuck! GL screensavers are working
 correctly...
 

do glxgears work?


Hmmm...
glxgears gives me this:

Error: couldn't get an RGB, Double-buffered visual


I tried to find a way of adjusting this in the graphics card application, but 
no luck...
e

if so, what is your pixel-depth?
Gem wants to create a 24bit buffer, so if you are running your X in
8bit/palette mode it will bail out.

this is what Gem requests:
{
GLX_RED_SIZE=4,
GLX_GREEN_SIZE=4,
GLX_BLUE_SIZE=4,

GLX_DEPTH_SIZE=16,

GLX_STENCIL_SIZE=8,

GLX_ACCUM_RED_SIZE=8,
GLX_ACCUM_GREEN_SIZE=8,
GLX_ACCUM_BLUE_SIZE=8,

GLX_DOUBLEBUFFER
}

check the output of glxinfo, whether your config supports such a setting.

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

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


Re: [PD] Concatenating floats

2012-10-01 Thread IOhannes m zmoelnig
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On 2012-10-01 12:35, i go bananas wrote:
 if you just use $1 for something like 07, then it will cut off the
 leading zero (which in this case, you need)
 
 so might be best just to split everything into individual floats,
 like:
 
 [ 1 9 7 8 0 7 2 9 0 9 3 0 2 1 (
 


or use [makefilename %02d] to generate a 2-character symbol with
leading 0s

[1978 7 29 9 30 21(
|
[unpack  0  0 0 0 0 0]
|   | ...
[makefilename %04d] [makefilename %02d] ...
|   | ...
[unpack  s  s s s s s]
|
[symbol $1$2$3$4$5$6(
|


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

iEYEARECAAYFAlBpfLoACgkQkX2Xpv6ydvTbjACfZYiTWUIkwIF6BtbQTajzqkrg
JB4AoIV8zrtZ2XQ+EXFXRp93sErEPlUk
=U+fv
-END PGP SIGNATURE-



smime.p7s
Description: S/MIME Cryptographic Signature
___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] Concatenating floats

2012-10-01 Thread Rick T
Thanks for the info but two issues that pop up when I try this are
1) when I use zexy date and time object there's no option for leading zeros
if I split everything out as floats.
2) when I pipe the messagebox
[ $1$2$3$4$5$6$7$8$9$10$11$12$13$14 ] into the
|
add $1
|
textfile

it just prints 0;  can a messagebox be used as a variable in the add object
for textfile if not what should I replace it with.  Thanks again

PS I'm using pd 0.42.5 extended on ubuntu 10.04 64bit

Aloha

On Tue, Oct 2, 2012 at 12:35 AM, i go bananas hard@gmail.com wrote:

 if you just use $1 for something like 07, then it will cut off the leading
 zero (which in this case, you need)

 so might be best just to split everything into individual floats, like:

 [ 1 9 7 8 0 7 2 9 0 9 3 0 2 1 (


 and then just feed that into a big compound message like

 [ $1$2$3$4$5$6$7$8$9$10$11$12$13$14 (


 that way you get all the zeroes as well

 ___
 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] Concatenating floats

2012-10-01 Thread Roman Haefeli
On Mon, 2012-10-01 at 00:14 -1000, Rick T wrote:
 Greetings All
 
 I'm trying export time to a file in the format MMDDhhmmss but it
 doesn't concatenate  MM DD hh mm ss when I use the pack object.
 I can export the data to a file but how do I concatenate everything
 together so it outputs as  MMDDhhmmss with no spaces in-between?

You probably need to do that in two steps:
1) Make sure, that all numbers have the correct number of digits
2) glue everything together


1)
Use [makefilename %02d] to create a two digit symbol (- yeah, the
output is a symbol!) with leading zeros from the incoming float.
For the year you need [makefilename %04d] in order to create a
four-digit symbol. You get the idea.

2)
Use [pack s s s s s s] to put everything into a single list message.
Then you get rid of the spaces with a message box like this:
[symbol $1$2$3$4$5$6(

Roman
 


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


Re: [PD] Concatenating floats

2012-10-01 Thread Rick T
Thanks that made it work :-)

Aloha

On Tue, Oct 2, 2012 at 1:24 AM, Roman Haefeli reduz...@gmail.com wrote:

 On Mon, 2012-10-01 at 00:14 -1000, Rick T wrote:
  Greetings All
 
  I'm trying export time to a file in the format MMDDhhmmss but it
  doesn't concatenate  MM DD hh mm ss when I use the pack object.
  I can export the data to a file but how do I concatenate everything
  together so it outputs as  MMDDhhmmss with no spaces in-between?

 You probably need to do that in two steps:
 1) Make sure, that all numbers have the correct number of digits
 2) glue everything together


 1)
 Use [makefilename %02d] to create a two digit symbol (- yeah, the
 output is a symbol!) with leading zeros from the incoming float.
 For the year you need [makefilename %04d] in order to create a
 four-digit symbol. You get the idea.

 2)
 Use [pack s s s s s s] to put everything into a single list message.
 Then you get rid of the spaces with a message box like this:
 [symbol $1$2$3$4$5$6(

 Roman



 ___
 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] Preset system in pd?

2012-10-01 Thread Ivica Ico Bukvic
I thought you wanted values to interpolate between the origin and destination 
(making a curve over time). Finding a value between is trickier and may require 
some kind of implementation that belongs to preset_hub. Of course, then the 
question is how do you weigh such interpolation (or what function do you use?) 
and the next thing you know preset_hub has become expr and line and tons of 
other things in one, making it huge, redundant, and unwieldy to maintain. In 
other words, where do you draw the line? Will the linear interpolation be 
enough?

 

 

From: Jonathan Wilkes [mailto:jancs...@yahoo.com] 
Sent: Sunday, September 30, 2012 11:43 PM
To: Ivica Ico Bukvic; 'flad chester'; pd-list@iem.at
Subject: Re: [PD] Preset system in pd?

 

Hi Ivica,
 I don't understand how [line] could fill in for interpolation between 
states.

On the other hand, I don't think you would actually need all the interpolation
states that pattrstorage provides.  If you just did linear interpolation by 
allowing
to set the preset with a float (like 1.5) that is between two states, then the 
user
could easily build all the interpolation schemes that pattrstorage's interp 
message
provides simply by putting the necessary objects after [recall $1( .  For 
example,
if you want a quartic curve you'd just do [expr pow($f1-int($f1), 2)+int($f1)] 
and
then feed that into preset_hub.

That of course wouldn't work for more complex stuff like cubic interpolation,
but that is conspicuously absent in pattrstorage, too.

 

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


Re: [PD] Concatenating floats

2012-10-01 Thread IOhannes m zmoelnig
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On 2012-10-01 13:23, Rick T wrote:
 Thanks for the info but two issues that pop up when I try this are 
 1) when I use zexy date and time object there's no option for
 leading zeros

so you can hook the [makefilename %02d] directly to [date]/[time].

 if I split everything out as floats. 2) when I pipe the messagebox 
 [ $1$2$3$4$5$6$7$8$9$10$11$12$13$14 ] into the | add $1 | textfile
 

i'm a bit confused what exactly you mean here.

i'd suggest to use the standard ascii-rendering of Pd's graphical
elements:
[foo] -- object-box with foo
[bar( -- message-box with bar
[...\ -- number/symbol-box
| -- connection line


so your patch should look something like:

[$1$2$3$4$5$6$7$8$9$10$11$12$13$14(
|
[add $1(
|
[textfile]

this basically does not work, because the first message-box (with all
those dollars), will create a message with a _selector_
19780729093021 and no atoms.
now $1 in [add $1( will get replaced by the 1st atom of the incoming
message. since your message does not have any atoms, it will be
replaced by 0 (and you should get an error on the Pd-console)

the proper way to fix this, is by providing an explicit selector, e.g.
[symbol $1$2$3$4$5$6$7$8$9$10$11$12$13$14(
(which will create a message with the selector symbol and one atom
19780729093021)

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

iEYEARECAAYFAlBpkHEACgkQkX2Xpv6ydvTZgwCg7Xr8jV+q7M9n+rFxz8H0Uzun
12wAmgJCavcRCwkyYBsFI0sSDLKIhIu1
=yEsQ
-END PGP SIGNATURE-



smime.p7s
Description: S/MIME Cryptographic Signature
___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] Pd download page

2012-10-01 Thread Hans-Christoph Steiner

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

On 10/01/2012 06:31 AM, IOhannes m zmoelnig wrote:
 On 2012-10-01 12:14, Charles Goyard wrote:
  Sure, thanks.

  On a side note, it could be nice to have the link to the source
  code for beta here:
  https://puredata.info/downloads/pd-extended/releases/0.43.1


 i added a generic link to the download-folder at blinky.
 since the source-tarballs of the beta-release still have the
 packaging-date as part of their filename and are generated on a
 nightly basis, i'd rather not add the full URL.

Please do not edit my Pd-extended downloads page without checking with
me first.  The same rules as the SVN should apply to downloads pages.  I
created and maintain the Pd-extended downloads page, therefore no one
should edit it without asking me first.  I think the same should go with
every page there.

Besides, the source link you added is pointless and misleading because
there is no source tarball on the 'latest' listing. Please remove it.

.hc
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (GNU/Linux)
Comment: GPGTools - http://gpgtools.org
Comment: Using GnuPG with Mozilla - http://www.enigmail.net/

iQIcBAEBCAAGBQJQaZ25AAoJEJ8P5Yc3S76BHVkP/3lagVbV7GZ2nKvsDNdcQIMl
cbwcjZkRLTGVLl7zVdvAabjDa6C/Wj2OeS6FMWHyR+Hg6/gk+3lQCpFRrjMHq508
bp7Uh6s5tAK1h7yPRfAobYgZSaDEKlDg0rcZgxrLfbjAR6nm1lUAhUcq77eAGu2R
uCI80KQnt2R5GtvLZNdVevUD6XfuRDOssKh4Q8CPL0fcl3Q2S9kOfqk/tJYIzBoo
Kh0gzvLZw4CTN0rAvdYgVW9AqcHx2eyZXFJZCFEYv5wymPBXJedcjnb5otW+0aX0
4rrGzeteo8WGxUlLvx4y4x4ZE7tA/1DzXW3G9uRinTA8H3Av/jYZFnyaPeywYPx9
4eAHw5LVzzuhfCItNWyjFmuLKTRl0C0FDUWKOFy+oBVPVLK+4zkRescntX/ajAsv
Le83UHh5c1MiJj7c1UrG8QLQ4V57znz5qB/vXulN2K5BoQCMSe+htGq4GeYSrRuA
HuTxEA96pgZzuOVL7fiKJCOz+21ZWasEIbIJqe1QxzJprzXZd25Hqh1g5+cEJRbe
aua/VYxdPYu0QMqT50IngpkRD8ngtrI7WjSok7NOyKE44cbJcJ6KtYAW46FberaL
5zTWoL35L9Uk2K4uNFzXrzO/adyRqexre5iNJnVI+oUliNM/mNl/fUcSGWnEmK6b
A3uvL2IL3+45oIt1hG4X
=DvAP
-END PGP SIGNATURE-


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


Re: [PD] Pd download page

2012-10-01 Thread IOhannes m zmoelnig
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On 2012-10-01 15:42, Hans-Christoph Steiner wrote:
 
 Besides, the source link you added is pointless and misleading
 because there is no source tarball on the 'latest' listing. Please
 remove it.

removed. sorry for any inconvenience.

btw, isn't [1] a source tarball?

fgmsdr
IOhannes

[1]
http://blinky.at.or.at:/auto-build/latest/Pd-extended_0.43.3~20121001-source.tar.bz2

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

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

iEYEARECAAYFAlBpqg0ACgkQkX2Xpv6ydvTeSwCfYcH6odUoD8tYxrTBiqkpf9oz
Wt4An1FFlydJ7ZzKBA2lt3C0bcwDXztc
=yvUu
-END PGP SIGNATURE-



smime.p7s
Description: S/MIME Cryptographic Signature
___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


[PD] updated translations in Pd-extended

2012-10-01 Thread Hans-Christoph Steiner

I just went thru Transifex and included all of the updated translations
into Pd-extended, so those will be showing up in tomorrow's nightly builds:
https://puredata.info/downloads/pd-extended/releases/0.43.1

There were a number of new languages included:

 - Catalan (99% complete)
 - Czech (73% complete)
 - Gaelic/Scottish (62% complete)
 - Lithuanian (47% complete)
 - Russian (45% complete)
 - Turkish (76% complete)

If you want to contribute, you can edit existing languages and add new
languages here:
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


Re: [PD] Pd download page

2012-10-01 Thread Hans-Christoph Steiner

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

On 10/01/2012 10:34 AM, IOhannes m zmoelnig wrote:
 On 2012-10-01 15:42, Hans-Christoph Steiner wrote:

  Besides, the source link you added is pointless and misleading
  because there is no source tarball on the 'latest' listing. Please
  remove it.

 removed. sorry for any inconvenience.

 btw, isn't [1] a source tarball?

 fgmsdr
 IOhannes

 [1]

http://blinky.at.or.at:/auto-build/latest/Pd-extended_0.43.3~20121001-source.tar.bz2

Ah, yes, that is a tarball, but they aren't supposed to be there... I
need to fix that, thanks for pointing it out.

The source tarballs are still experimental, that's why I'm not posting
them on the latest/ listing.

.hc
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (GNU/Linux)
Comment: GPGTools - http://gpgtools.org
Comment: Using GnuPG with Mozilla - http://www.enigmail.net/

iQIcBAEBCAAGBQJQaa9yAAoJEJ8P5Yc3S76B0b8QAJXZnB1YFXWMPCkHYwIndn45
aktLoQs3Uk4lIFDiJ6P7fKjIsYNHNfM35LdTD7vh6DRmPmsfY7ViyoYTiceIl1c7
S00EW/gVEM8WvV+fxbASjpXVn8DPZ4kqKLjgVnFKXB7EQEq2+03in9jSqO1YjoJs
hffGzD+45AEBDH9hPvEFm0Pat44qUNdPWxwx+cxf4jddyYVRH/mladEd4jqBivmV
x6Noh/yf7xMs5W4rVIiM9Yp24O+bEyRgiyP25G5TCzCZGj3ch81gpU37zQoUW9d1
hpn6RbWol1shxTCyQ4rP1cHv9mFy7twSWiSbLIYdwqi3jwCMPwVq0SGapiIAlC+P
sCVDXAwT/xxr3j6ZqgNFoW1XRQ7YyyISUEV6r0l5ANPkMggQEofJQE5ovSLI5yOa
ZXjjvJi88NJsbVFGcqUehseyPst6g/3jkMgFoKWi5mrr0EcbY5G7QX57YWZdyhYP
Rcbfbjqf3gGvE+bK/KOxrl0iqBs4J/3M4Yk3/5UXmV9Wggz7RdMoroDq20Sv9JvK
nFbanpG2TyhyTWL5UV/ihafsO+tgu6o1xRrMIS+agZIBOdjWVUXwRwBagoL+z3DY
ToHI3fUUF2y/JoiMXWjegF8bpaoA43UJUwUd9t+1Q4XCBfno2gWdBe/OVC1W2Xig
nzcRbmSW4ewdnA+w6gxw
=Qg5R
-END PGP SIGNATURE-


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


Re: [PD] Preset system in pd?

2012-10-01 Thread Jonathan Wilkes
As I wrote, I think you just implement linear interpolation.  Let the user 
insert other objects in the chain to build their own
curve.  To be specific about the example:


[hsl] -- from 0 to 1

|

[recall $1(
|
[expr pow($f1-int($f1),2)+int($f1)]
|
[preset_hub]





 From: Ivica Ico Bukvic i...@vt.edu
To: 'Jonathan Wilkes' jancs...@yahoo.com; 'flad chester' 
flad.ches...@gmail.com; pd-list@iem.at 
Sent: Monday, October 1, 2012 8:17 AM
Subject: RE: [PD] Preset system in pd?
 

I thought you wanted values to interpolate between the origin and destination 
(making a curve over time). Finding a value between is trickier and may 
require some kind of implementation that belongs to preset_hub. Of course, 
then the question is how do you weigh such interpolation (or what function do 
you use?) and the next thing you know preset_hub has become expr and line and 
tons of other things in one, making it huge, redundant, and unwieldy to 
maintain. In other words, where do you draw the line? Will the linear 
interpolation be enough?
 
 
From:Jonathan Wilkes [mailto:jancs...@yahoo.com] 
Sent: Sunday, September 30, 2012 11:43 PM
To: Ivica Ico Bukvic; 'flad chester'; pd-list@iem.at
Subject: Re: [PD] Preset system in pd?
 
Hi Ivica,
 I don't understand how [line] could fill in for interpolation between 
states.

On the other hand, I don't think you would actually need all the interpolation
states that pattrstorage provides.  If you just did linear interpolation by 
allowing
to set the preset with a float (like 1.5) that is between two states, then the 
user
could easily build all the interpolation schemes that pattrstorage's interp 
message
provides simply by putting the necessary objects after [recall $1( .  For 
example,
if you want a quartic curve you'd just do [expr pow($f1-int($f1), 2)+int($f1)] 
and
then feed that into preset_hub.

That of course wouldn't work for more complex stuff like cubic interpolation,
but that is conspicuously absent in pattrstorage, too.
 

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


Re: [PD] Pd download page

2012-10-01 Thread Charles Goyard
Hi,

Hans-Christoph Steiner wrote:
 http://blinky.at.or.at:/auto-build/latest/Pd-extended_0.43.3~20121001-source.tar.bz2
 
 Ah, yes, that is a tarball, but they aren't supposed to be there... I
 need to fix that, thanks for pointing it out.

 The source tarballs are still experimental, that's why I'm not posting
 them on the latest/ listing.

However, I find it super convenient to have them handy.

-- 
Charles

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


Re: [PD] Pd download page

2012-10-01 Thread Hans-Christoph Steiner
On 10/01/2012 11:30 AM, Charles Goyard wrote:
 Hi,

 Hans-Christoph Steiner wrote:
 http://blinky.at.or.at:/auto-build/latest/Pd-extended_0.43.3~20121001-source.tar.bz2

 Ah, yes, that is a tarball, but they aren't supposed to be there... I
 need to fix that, thanks for pointing it out.

 The source tarballs are still experimental, that's why I'm not posting
 them on the latest/ listing.
 However, I find it super convenient to have them handy.


You can get them under each date on that page.

.hc

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


[PD] Pdsend on Raspbian...

2012-10-01 Thread Pierre Massat
Dear List,

I had to format my SD card after rpi-update filled up the entire disk. So I
installed the latest version of Raspbian(2012-09-18), and installed Pd.
It seems to work ok, but pdsend is nowhere to be found. I thought it was
part of Pd by default in Linux.
I tried sudo apt-get install pdsend (or pd-pdsend), to no avail.
This is making me very sorry.
Help!

Cheers,

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


[PD] Brane-e, a beta release of my Live/Phase Vocoder patch update and bug report

2012-10-01 Thread Alexandre Torres Porres
Hi folks,

So... I put out some PhaseVoc patches about 2/3 years ago. One Live (on the
fly) and another version that loaded samples.

Well, on top of that I built many things during my PhD, related to my
research of course. I started calling it the brane. Since I delievered my
revised PhD text about 3 months ago, I started working on the patches, and
I actually threw a lot away and restarted writing this bastard from scratch!

And it is all just an abstraction made only of Vanilla objects...

What I have here now is as simple as I can get in the brane series of
patches. Not much about my research at all. This is much more just an
update to my Phase Vocoder/Sampler patches (both Live and sampler
version in the same patch). I did a simple verision like this way so I
guess it'd be of interest to many others. I'm now incorporating this into
my package of patches in a modular way, putting together with the more
proper stuff about my reasearch. Where I'm getting at is simply; hold on,
I will get more stuff out pretty soon.

Anyway, enjoy this beta release. The manual/help patch is pretty simple,
but I hope it's clear enough to start jamming. I need to start working on
some video tutorials as well to better show its potential.

I used many GUI tricks, and one allows you to plot the audio input while
you're recording it. But, as I've pointed out recently here on the list,
this is not working on Pd 0.43 (Vanilla or Extended). I also tried my old
patches (which are much simpler, without this trick for instance), and they
also work better on 0.42. I'm making a bug report, and putiting the link to
the files.

You can get both Brane-e and the old PhaseVoc patches at:
https://docs.google.com/folder/d/0B3AoiT0xk8fnNFBxWDFNeDZ6Y1E/edit

I hope you guys have some fun with that and let me know what you think
please.

I guess I can esailly put out a stereo version of it. But I'd like to
polish this around a bit more, and start including more nerdy stuff.

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


Re: [PD] Pdsend on Raspbian...

2012-10-01 Thread IOhannes m zmölnig
On 10/01/2012 08:51 PM, Pierre Massat wrote:
 Dear List,
 
 I had to format my SD card after rpi-update filled up the entire disk.
 So I installed the latest version of Raspbian(2012-09-18), and
 installed Pd. It seems to work ok, but pdsend is nowhere to be found. I
 thought it was part of Pd by default in Linux.
 I tried sudo apt-get install pdsend (or pd-pdsend), to no avail.
 This is making me very sorry.

$ apt-get install puredata-utils

you might want to check
$ apt-cache search puredata
to get an idea of core (Pd-vanilla) packages.

and of course, have a look at
$ apt-cache search ^pd-
every now and then


dgmard
IOhannes


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


[PD] [PD-announce] Brane-e: a Sampler / Phase Vocoder / Autotuner / Harmonizer in Pd-Vanilla

2012-10-01 Thread Alexandre Torres Porres
Releasing an update to my Live Phase Vocoder/Sampler patch, all Pd-Vanilla,
works better at version 0.42 (or Pd-Extended 0.42.5 as well). It has an
Autotuner, a Harmonizer and other stuff.
Check it out and Download at:
https://docs.google.com/open?id=0B3AoiT0xk8fndm5VVDZoaDZuQlE
thanks
Alex
___
Pd-announce mailing list
pd-annou...@iem.at
http://lists.puredata.info/listinfo/pd-announce
___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list