[PD] Building PD-extended

2009-07-26 Thread danomatika
On Mon, 2009-07-27 at 04:18 +0200, pd-list-requ...@iem.at wrote:

> hello pd'people!
> 
> 
>   i am trying to install Pd.extened-41.4 on a debian64 sid (unstable)
> kernel 2.6.30-
>  i have been looking around and the option of installing 32bit with
> ia32lbs an ---force-architecture
>  gave me libsasound2 problems..
> so i found a tutorial that explain how two build from source for
> 64bits..   i have managed to compile the extended libraries.. and run
> make install && make packages... here everything gives the ok..  and
> then after compiling for a while  it gives me an error saying that i
> have a problem with DEBIAN/control file on line 9.. in "depends"
> field,
> that i its missing a packages name or that garbage has been found.. 
>   when checking this file.. in the place of dependes it says: xterm,
> ttf-bitsream-vera
> 
> i dont really understand what the problem is.. can somebody helpme


It's probably missing a comma: xterm, ttf-bitsream-vera<--- add
',' here.

I had the same problem
(http://puredata.info/docs/developer/BuildingPdExtended64bitUbuntuIntrepid):


If, like me, you get an error similar to this:

dpkg-deb: parse error, in
file 
/home/dano/Desktop/pd-build/Pd-0.40.3-extended/packages/linux_make/build//DEBIAN/control
 near line 8 \package pd-extended: Depends field, syntax error after reference 
to package zlib1g make: *** deb Error 2

then there is a comma missing after a dependency. Open the
Debian control file, look through the dependency list on line 8,
and add the missing comma(s) after the referenced package in the
error, in this case "zlib1g":


---
Dan Wilcox
danomatika.com
robotcowboy.com
___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management -> 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] float counting reset not working

2009-07-26 Thread Frank Barknecht
Hallo,
Vitor Calejuri hat gesagt: // Vitor Calejuri wrote:

> I've attached a more general and standart approach using object [counter]

The problem is: The object [counter] is not standardized - there are many
different versions of it in various external collections. So better use the
real standard: [f ]x[+ 1]

Ciao
-- 
Frank

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


Re: [PD] gem pix shear

2009-07-26 Thread marius schebella

hi py,
have you tried shearXY? it's part of gem.
marius.

Py Fave wrote:


hello  list

i'm trying to  slant (kind of shear xy) a pix

any advice on how to do this ?

i tried to use pix_coordinates , freeframe plugins, pdmtl (without luck .

Please check the image i joined.

it shows the kind of transformations i need.

then it should be recursive, but i keep it for later...
i hope the images makes sense.

it's missing the first state wich is 4 squares side by side

Thanks and have a nice end of we

Pierre-Yves
Paris France









___
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] real time mode for vasp ?

2009-07-26 Thread cyrille henry

iem_tab is what i was looking for.
thanks IOhannes
c


cyrille henry a écrit :

hello,

is there a real time mode for vasp?

i need to do lot's of operations (addition / multiplication) on 500 
float arrays in a deterministic way.


or maybe something similar to vasp?

thanks
Cyrille


___
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] Building PD-extended

2009-07-26 Thread fotorebelion
hello pd'people!


  i am trying to install Pd.extened-41.4 on a debian64 sid (unstable)
kernel 2.6.30-
 i have been looking around and the option of installing 32bit with
ia32lbs an ---force-architecture
 gave me libsasound2 problems..
so i found a tutorial that explain how two build from source for
64bits..   i have managed to compile the extended libraries.. and run
make install && make packages... here everything gives the ok..  and
then after compiling for a while  it gives me an error saying that i
have a problem with DEBIAN/control file on line 9.. in "depends" field,
that i its missing a packages name or that garbage has been found.. 
  when checking this file.. in the place of dependes it says: xterm,
ttf-bitsream-vera

i dont really understand what the problem is.. can somebody helpme

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


[PD] real time mode for vasp ?

2009-07-26 Thread cyrille henry

hello,

is there a real time mode for vasp?

i need to do lot's of operations (addition / multiplication) on 500 float 
arrays in a deterministic way.

or maybe something similar to vasp?

thanks
Cyrille


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


Re: [PD] float counting reset not working

2009-07-26 Thread Derek Holzer

Some more stuff about counters here:

http://en.flossmanuals.net/PureData/StepSequencer

with Pd-Extended even

D.

Caio Barros wrote:

Thanks for the very fast answers.
I think the problem was the wires connections, like Claude said. And 
those example counters seems to do the trick.
I'll send the patch next time, but I still want to, if possible, make it 
look like pd-vanilla just because it seems that in most texts about pd 
the exemples are given in that form.



--
::: derek holzer ::: http://blog.myspace.com/macumbista ::: 
http://www.vimeo.com/macumbista :::

---Oblique Strategy # 102:
"Just carry on"

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


Re: [PD] float counting reset not working

2009-07-26 Thread Caio Barros
Thanks for the very fast answers.
I think the problem was the wires connections, like Claude said. And those
example counters seems to do the trick.
I'll send the patch next time, but I still want to, if possible, make it
look like pd-vanilla just because it seems that in most texts about pd the
exemples are given in that form.
___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management -> 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] float counting reset not working

2009-07-26 Thread Vitor Calejuri
I've attached a more general and standart approach using object [counter]

On Sun, Jul 26, 2009 at 5:42 PM, Caio Barros  wrote:

> Hello everybody
> I was trying to make a very very simple counter that counts to 2 and then
> resets. (just learning)
> I tried to do that with [route 1 2] objetct, so when it gets the number 2
> it sends a bang to a message box containing "0" and starts all over.
> But it's not working, it just continues counting. I'm sending an attached
> picture of the patch.
>
> I have two more questions:
> 1) Is there a non-gui object that works exactly like a toggle? I'm asking
> that because the bang gui have it's bang message twin.
> 2) Is there a way to make the pd-extended looks like pd-vanilla, just the
> good old black and white? In black and white I can create tiny little
> pictures of my patches to attach in e-mails like this ;)
>
> Bye
> Caio G. de Barros
>
> ___
> Pd-list@iem.at mailing list
> UNSUBSCRIBE and account-management ->
> http://lists.puredata.info/listinfo/pd-list
>
>


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


Re: [PD] float counting reset not working

2009-07-26 Thread Andrew Faraday

Hey Barros
I've attached an example of a standard counter setup, and a more specific one 
for just two numbers.
God Bless
Andrew

Date: Sun, 26 Jul 2009 17:42:33 -0300
From: caio.bar...@gmail.com
To: pd-list@iem.at
Subject: [PD] float counting reset not working

Hello everybody
I was trying to make a very very simple counter that counts to 2 and then 
resets. (just learning)
I tried to do that with [route 1 2] objetct, so when it gets the number 2 it 
sends a bang to a message box containing  "0" and starts all over.

But it's not working, it just continues counting. I'm sending an attached 
picture of the patch.

I have two more questions:
1) Is there a non-gui object that works exactly like a toggle? I'm asking that 
because the bang gui have it's bang message twin.

2) Is there a way to make the pd-extended looks like pd-vanilla, just the good 
old black and white? In black and white I can create tiny little pictures of my 
patches to attach in e-mails like this ;)

Bye
Caio G. de Barros

_
With Windows Live, you can organise, edit, and share your photos.
http://clk.atdmt.com/UKM/go/134665338/direct/01/

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


Re: [PD] float counting reset not working

2009-07-26 Thread Claude Heiland-Allen

Caio Barros wrote:

Hello everybody
I was trying to make a very very simple counter that counts to 2 and then
resets. (just learning)
I tried to do that with [route 1 2] objetct, so when it gets the number 2 it
sends a bang to a message box containing "0" and starts all over.
But it's not working, it just continues counting. I'm sending an attached
picture of the patch.


The multiple wires from the same outlet of the [+ 1] might not execute 
in the order you expect.  Read this carefully:


http://crca.ucsd.edu/~msp/Pd_documentation/x2.htm#s3.2

So: use [trigger] (aka [t])


I have two more questions:
1) Is there a non-gui object that works exactly like a toggle? I'm asking
that because the bang gui have it's bang message twin.


You can make one with two objects, [f] and [== 0].  It won't behave 
exactly like a toggle (it'd spit out error messages if you sent it 
messages to change its colour, etc)..



2) Is there a way to make the pd-extended looks like pd-vanilla, just the
good old black and white? In black and white I can create tiny little
pictures of my patches to attach in e-mails like this ;)


You can attach the .pd files, which lets people run the examples rather 
than just looking at them.



Claude
--
http://claudiusmaximus.goto10.org

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


[PD] float counting reset not working

2009-07-26 Thread Caio Barros
Hello everybody
I was trying to make a very very simple counter that counts to 2 and then
resets. (just learning)
I tried to do that with [route 1 2] objetct, so when it gets the number 2 it
sends a bang to a message box containing "0" and starts all over.
But it's not working, it just continues counting. I'm sending an attached
picture of the patch.

I have two more questions:
1) Is there a non-gui object that works exactly like a toggle? I'm asking
that because the bang gui have it's bang message twin.
2) Is there a way to make the pd-extended looks like pd-vanilla, just the
good old black and white? In black and white I can create tiny little
pictures of my patches to attach in e-mails like this ;)

Bye
Caio G. de Barros
<>___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management -> 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] Problem about saving a table (for using own waveform)

2009-07-26 Thread Uluğ Can Kazaz
Thanks Johannes; i didn't have seen this info in help, i'll try to find a
solution.
Derek, i'm using [tabosc4~] object which reads the table that i created. So
i draw the waveform manually via mouse in table. This is how i use my own
waveform.






On Sun, Jul 26, 2009 at 6:02 PM, Johannes Burström wrote:

> Hi,
>
> On Sun, Jul 26, 2009 at 4:34 PM, Uluğ Can Kazaz wrote:
> > I have a problem about saving table's array. I'm trying to write my own
> > waveform to use with [tabosc4~] but it doesn't save the waveform on
> array.
>
> Maybe you are using [table] -- This doesn't work, iirc: you need to
> create an array by using put => array from the menu for it to be saved
> with the patch. The [table] arrays can't be saved, even if you click
> the "save contents" checkbox -- this is explained in the [table] help
> file.
>
> hope this helps,
> Johannes
>



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


Re: [PD] Problem about saving a table (for using own waveform)

2009-07-26 Thread Johannes Burström
Hi,

On Sun, Jul 26, 2009 at 4:34 PM, Uluğ Can Kazaz wrote:
> I have a problem about saving table's array. I'm trying to write my own
> waveform to use with [tabosc4~] but it doesn't save the waveform on array.

Maybe you are using [table] -- This doesn't work, iirc: you need to
create an array by using put => array from the menu for it to be saved
with the patch. The [table] arrays can't be saved, even if you click
the "save contents" checkbox -- this is explained in the [table] help
file.

hope this helps,
Johannes

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


[PD] robotcowboy mini european tour cd

2009-07-26 Thread danomatika
Howdy,

In Jun-July, robotcowboy made a small tour of Western Europe:

  * Jun 21 - Paris, FR @ Fete de la Musique 
  * Jun 26 - Rotterdam, NL @ Attent 
  * Jun 27 - Amsterdam, NL @ UnderTheBridgeSquat 
  * Jul 04 - Gothenburg, SE @ The House of Win-WIn

I have combed through the live recordings and made a live cd:
http://www.robotcowboy.com/media/suboptimal-live-09-cd/

Obviously I solved most of the issues I had with pd and got it running
in
realtime.  No dropouts and plenty of effects including the guitar
reverb.

At least I don't have to carry around my Super Reverb ...

---
Dan Wilcox
danomatika.com
robotcowboy.com
___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management -> 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] Problem about saving a table (for using own waveform)

2009-07-26 Thread Jack
Le dimanche 26 juillet 2009 à 17:34 +0300, Uluğ Can Kazaz a écrit :
>  Hello;
> I have a problem about saving table's array. I'm trying to write my
> own waveform to use with [tabosc4~] but it doesn't save the waveform
> on array. I mean when i closed the file and reopened it, there is an
> empty array. I tried to check "save contents" from properties and it
> didn't save the array too.

It is strange, it should work !
What is your configuration (OS+Pd) ?
++

Jack


> What should i do to save the table, or is there any other way i can
> use a waveform that i drew?   Waiting for suggestions, thanks.
> 
> -- 
> U. Can KAZAZ
> 
> ___
> 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] Problem about saving a table (for using own waveform)

2009-07-26 Thread Derek Holzer
Do you save the .pd file before you close it? That should work. For 
example, I just created test.pd with an array inside, manually drew into 
the array, saved the patch, closed it and reopened it, and what I drew 
was saved.


Otherwise, how are you writing your own waveform? If it's another kind 
of process, such as using the "sinesum" message, you could [loadbang] 
whatever that process is when the patch opens.


D.

Uluğ Can Kazaz wrote:

 Hello;
I have a problem about saving table's array. I'm trying to write my own 
waveform to use with [tabosc4~] but it doesn't save the waveform on 
array. I mean when i closed the file and reopened it, there is an empty 
array. I tried to check "save contents" from properties and it didn't 
save the array too. What should i do to save the table, or is there any 
other way i can use a waveform that i drew?   Waiting for suggestions, 
thanks.



--
::: derek holzer ::: http://blog.myspace.com/macumbista ::: 
http://www.vimeo.com/macumbista :::

---Oblique Strategy # 41:
"Define an area as `safe' and use it as an anchor"

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


[PD] Problem about saving a table (for using own waveform)

2009-07-26 Thread Uluğ Can Kazaz
 Hello;I have a problem about saving table's array. I'm trying to write my
own waveform to use with [tabosc4~] but it doesn't save the waveform on
array. I mean when i closed the file and reopened it, there is an empty
array. I tried to check "save contents" from properties and it didn't save
the array too. What should i do to save the table, or is there any other way
i can use a waveform that i drew?   Waiting for suggestions, thanks.

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


[PD] [PD-announce] RjDj COmposer Pack - beta

2009-07-26 Thread Frank Barknecht
= Create reactive music scenes with the RjDj composer pack =

July 24th, 2009

http://more.rjdj.me/2009/07/24/composerpack/

For some time now the RjDj team has been hard at work creating a
library of tools to help everyone create scenes for RjDj (i.e. Pd patch
bundles). These have been available for a while, as RjLib, from the
RjDj website and wiki.  However we have now consolidated these tools,
in addition to some others, into the RjDj composer pack.

It's available for download now here :
http://trac.rjdj.me/wiki/ComposersPack

The RjDj composer pack is a set of tools designed to help at all
stages of the scene creation process. It contains a series of folders:

1. Example Scenes - This is a series of examples for RjDj to
get you inspired.

2. Scene Template - This is a blank template for you to use to create
scenes. It contains temporary images in the correct size and also
contains the "rj" library in a subfolder. The rj library contains a
large number of Pure Data abstractions (vanilla!) we have developed which you 
can use
whilst creating your scenes. It features many types of tools you would
find in conventional music making, as well as many you certainly
wouldn't!

3. Rjutils -  This folder contains a number of Pure Data tools for
working with scenes. They are useful for testing scenes whilst on your
computer.

4. Pd - This folder contains some essential custom Pd objects that are
not part of the usual Pd installations. You should add these to the Pd
installation on your computer (i.e. copy them to the 'extra' directory
or somewhere else in you Pd search path), but don't put these into
your Scene directory, as the RjDj mobile app includes them already.

6. Rjz server - This is a tool that lets you test your scene on your
iPhone or iPod Touch without jail-breaking it.

7. Doc - In this folder we are delighted to include, with kind
permission from Andy Farnell and his publisher, an excerpt from his
book "Designing Sound" which is an excellent introduction to Pure
Data.

Eventually we hope to incorporate a distribution of Pure Data within
the Composer Pack. In the meantime, please download Pd for your
platform here : http://crca.ucsd.edu/~msp/software.html rsp.
http://puredata.info/downloads (don't use Pd-extended, get the
'vanilla' versions on the bottom of the latter page.)

We are going to be continually updating this pack with new tools and
extended documentation and we have some very exciting things in the
pipeline for the composer community.

To find out more about creating reactive music scenes and RjDj, check
out our wiki at http://trac.rjdj.me


-- 
 Frank BarknechtDo You RjDj.me?  _ _rjdj.me_

___
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