Re: [PD] pd latency on puredyne 9.10 with Nvidia HDA

2011-03-27 Thread Billy Stiltner
I actually tried a smaller patch on both ubuntu studio 10.10 as well
as puredyne 9.10.
On both systems the audio was flawless using a 6ms buffer in pd.

 So there is nothing wrong with my audio setup.

But still the larger patch that runs fine on windows with 50ms buffer
will not run without glitching with jack on either linux system.

There is a difference in gem's default video codec between linux and
windows. However I have tried the patch without even loading gem.

What else could be the difference between linux and windows with pd?

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


Re: [PD] [PD-announce] Call for papers and workshops: Pure Data Convention 2011

2011-03-27 Thread Miller Puckette
I think we have till Monday (either 23:00 or 24:00 GMT)?

cheers
Miller

On Sun, Mar 27, 2011 at 07:10:29PM -0400, Mathieu Bouchard wrote:
> On Sun, 27 Mar 2011, Alexandre Porres wrote:
> 
> >yeah... How many hours left??? 
> 
> Dunno, but I just spent the whole day doing nothing, just
> contemplating the deadline moving towards me. Complete waste. If the
> deadline is really tonight, it doesn't look like I'm submitting
> anything for this convention.
> 
> (It's already midnight GMT now, but the actual deadline time is not
> specified anywhere.)
> 
>  ___
> | Mathieu Bouchard  tél: +1.514.383.3801  Villeray, Montréal, QC

> ___
> 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-announce] Call for papers and workshops: Pure Data Convention 2011

2011-03-27 Thread Mathieu Bouchard

On Sun, 27 Mar 2011, Alexandre Porres wrote:


yeah... How many hours left??? 


Dunno, but I just spent the whole day doing nothing, just contemplating 
the deadline moving towards me. Complete waste. If the deadline is really 
tonight, it doesn't look like I'm submitting anything for this convention.


(It's already midnight GMT now, but the actual deadline time is not 
specified anywhere.)


 ___
| Mathieu Bouchard  tél: +1.514.383.3801  Villeray, Montréal, QC___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management -> 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] Call for papers and workshops: Pure Data Convention 2011

2011-03-27 Thread Charles Henry
On Sun, Mar 27, 2011 at 4:33 PM, Marco Donnarumma wrote:

> mm, from the website:
>
> ~
> Calls
> for Papers and workshops
>
> Please submit papers to the openconf
> Deadline for abstracts: March 28, 2011
>

Yeah, I know that.  It's Mar 27th where I am. :D greetings from Central
Standard Time--f'n snow, I thought we were done with that til next year


>
> Please send an extended version of your abstract (1 page or 500 words)
> ~
>
> The call for music will be still open for some time.
>
>
> M
>
>
>
>
> On Sun, Mar 27, 2011 at 9:50 PM, Charles Henry  wrote:
>
>> Yer gonna make me panic.  Seriously?
>>
>> On Sun, Mar 27, 2011 at 3:42 PM, Marco Donnarumma wrote:
>>
>>> 2h 20' from now!
>>> :)
>>>
>>>
>>>
 yeah...

 How many hours left???




>>> --
>>> Marco Donnarumma
>>> Independent New Media and Sonic Arts Professional, Performer, Instructor
>>> ACE, Sound Design MSc by Research (ongoing)
>>> The University of Edinburgh, UK
>>> ~
>>> Portfolio: http://marcodonnarumma.com
>>> Lab: http://www.thesaddj.com | http://cntrl.sourceforge.net |
>>> http://www.flxer.net
>>> Event: http://www.liveperformersmeeting.net
>>>
>>> ___
>>> Pd-list@iem.at mailing list
>>> UNSUBSCRIBE and account-management ->
>>> http://lists.puredata.info/listinfo/pd-list
>>>
>>>
>>
>
>
> --
> Marco Donnarumma
> Independent New Media and Sonic Arts Professional, Performer, Instructor
> ACE, Sound Design MSc by Research (ongoing)
> The University of Edinburgh, UK
> ~
> Portfolio: http://marcodonnarumma.com
> Lab: http://www.thesaddj.com | http://cntrl.sourceforge.net |
> http://www.flxer.net
> Event: http://www.liveperformersmeeting.net
>
___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management -> 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] List delete carnage - 2 questions

2011-03-27 Thread Matt Barber
Sure,

PD doesn't give you a way to connect an outlet to an inlet of the same
object, which is what's needed here to populate the first list with
the numbers from 1-180 (it's one way to do it anyway). In this case,
I'm using a counter to count up to 180, and on each bang from the
[until] the new number goes into the [list prepend], which adds the
number to the end of the last list -- but we need to store the last
list as the thing to prepend, so it has to go back into the right
inlet, and the only good way of doing that is [t a] (you could just
use a [list] object, too, but [t a] seems more reliable and what
people use most).

There are probably plenty of other ways of doing the same thing.

Matt

On Sun, Mar 27, 2011 at 6:12 PM, J bz  wrote:
> Hey Matt,
>
> Whoo-Hoo.  That's splendid.
>
> Can I ask you what the [t a] is doing that's looping with the [list
> prepend]?  Just for my own understanding.
>
> Bloody marvellous though.
>
> All good wishes,
>
> Julian
>
>
>
> On 27 March 2011 16:19, Matt Barber  wrote:
>>
>> Here's another approach using only list abs stuff (sorry for the messy
>> -- I threw it together quickly). Could use as an abstraction with two
>> inlets -- one on the right which receives a bang to initialize and one
>> on the left that takes incoming numbers from the sensor, and one
>> outlet (the outgoing numbers).
>>
>> Matt
>>
>>
>

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


Re: [PD] List delete carnage - 2 questions

2011-03-27 Thread J bz
Hey Matt,

Whoo-Hoo.  That's splendid.

Can I ask you what the [t a] is doing that's looping with the [list
prepend]?  Just for my own understanding.

Bloody marvellous though.

All good wishes,

Julian



On 27 March 2011 16:19, Matt Barber  wrote:

> Here's another approach using only list abs stuff (sorry for the messy
> -- I threw it together quickly). Could use as an abstraction with two
> inlets -- one on the right which receives a bang to initialize and one
> on the left that takes incoming numbers from the sensor, and one
> outlet (the outgoing numbers).
>
> Matt
>
>
>
___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management -> 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] Call for papers and workshops: Pure Data Convention 2011

2011-03-27 Thread Charles Henry
Not really panicked. haha I'll post something and edit it again in a few
hours, kinda psyched about it



On Sun, Mar 27, 2011 at 3:50 PM, Charles Henry  wrote:

> Yer gonna make me panic.  Seriously?
>
> On Sun, Mar 27, 2011 at 3:42 PM, Marco Donnarumma wrote:
>
>> 2h 20' from now!
>> :)
>>
>>
>>
>>> yeah...
>>>
>>> How many hours left???
>>>
>>>
>>>
>>>
>> --
>> Marco Donnarumma
>> Independent New Media and Sonic Arts Professional, Performer, Instructor
>> ACE, Sound Design MSc by Research (ongoing)
>> The University of Edinburgh, UK
>> ~
>> Portfolio: http://marcodonnarumma.com
>> Lab: http://www.thesaddj.com | http://cntrl.sourceforge.net |
>> http://www.flxer.net
>> Event: http://www.liveperformersmeeting.net
>>
>> ___
>> 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] Call for papers and workshops: Pure Data Convention 2011

2011-03-27 Thread Marco Donnarumma
mm, from the website:

~
Calls
for Papers and workshops

Please submit papers to the openconf
Deadline for abstracts: March 28, 2011

Please send an extended version of your abstract (1 page or 500 words)
~

The call for music will be still open for some time.


M




On Sun, Mar 27, 2011 at 9:50 PM, Charles Henry  wrote:

> Yer gonna make me panic.  Seriously?
>
> On Sun, Mar 27, 2011 at 3:42 PM, Marco Donnarumma wrote:
>
>> 2h 20' from now!
>> :)
>>
>>
>>
>>> yeah...
>>>
>>> How many hours left???
>>>
>>>
>>>
>>>
>> --
>> Marco Donnarumma
>> Independent New Media and Sonic Arts Professional, Performer, Instructor
>> ACE, Sound Design MSc by Research (ongoing)
>> The University of Edinburgh, UK
>> ~
>> Portfolio: http://marcodonnarumma.com
>> Lab: http://www.thesaddj.com | http://cntrl.sourceforge.net |
>> http://www.flxer.net
>> Event: http://www.liveperformersmeeting.net
>>
>> ___
>> Pd-list@iem.at mailing list
>> UNSUBSCRIBE and account-management ->
>> http://lists.puredata.info/listinfo/pd-list
>>
>>
>


-- 
Marco Donnarumma
Independent New Media and Sonic Arts Professional, Performer, Instructor
ACE, Sound Design MSc by Research (ongoing)
The University of Edinburgh, UK
~
Portfolio: http://marcodonnarumma.com
Lab: http://www.thesaddj.com | http://cntrl.sourceforge.net |
http://www.flxer.net
Event: http://www.liveperformersmeeting.net
___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management -> 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] Call for papers and workshops: Pure Data Convention 2011

2011-03-27 Thread Charles Henry
Yer gonna make me panic.  Seriously?

On Sun, Mar 27, 2011 at 3:42 PM, Marco Donnarumma wrote:

> 2h 20' from now!
> :)
>
>
>
>> yeah...
>>
>> How many hours left???
>>
>>
>>
>>
> --
> Marco Donnarumma
> Independent New Media and Sonic Arts Professional, Performer, Instructor
> ACE, Sound Design MSc by Research (ongoing)
> The University of Edinburgh, UK
> ~
> Portfolio: http://marcodonnarumma.com
> Lab: http://www.thesaddj.com | http://cntrl.sourceforge.net |
> http://www.flxer.net
> Event: http://www.liveperformersmeeting.net
>
> ___
> 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] Call for papers and workshops: Pure Data Convention 2011

2011-03-27 Thread Marco Donnarumma
2h 20' from now!
:)



> yeah...
>
> How many hours left???
>
>
>
>
-- 
Marco Donnarumma
Independent New Media and Sonic Arts Professional, Performer, Instructor
ACE, Sound Design MSc by Research (ongoing)
The University of Edinburgh, UK
~
Portfolio: http://marcodonnarumma.com
Lab: http://www.thesaddj.com | http://cntrl.sourceforge.net |
http://www.flxer.net
Event: http://www.liveperformersmeeting.net
___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management -> 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] [PD-dev] integrating pdlua into Pd-extended

2011-03-27 Thread Mathieu Bouchard

On Sun, 27 Mar 2011, patko wrote:

I also tried with matju to link gem.dll, with no successfull results, 
apparently it depends on characters surounding function names we get 
with pexport,


I think that for the case of C, it's not so hard but it involves stdcall 
and/or cdecl options.


The C++ case is harder, as it involves putting characters in symbols that 
aren't allowed in C++, therefore we can't fake the symbols directly from 
C++, and we'd have to go through .def aliases, but afaict, pexport seems 
to be ignoring aliases ??? (help.!)


And then, there are C++ exceptions...

(why are GEM binaries still getting compiled with Visual C++ ? or why 
whatever else in the Pd world is compiled with Visual C++ ?)


 ___
| Mathieu Bouchard  tél: +1.514.383.3801  Villeray, Montréal, QC
___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management -> 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] [PD-dev] integrating pdlua into Pd-extended

2011-03-27 Thread patko
Yes, and it's possible to build an import library from the dll with using 
dllwrap or 
dlltools, following the link I've posted

- "Hans-Christoph Steiner"  a écrit :

> Looks like it needs an 'import library'
> 
> .hc
> 
> On Mar 27, 2011, at 1:49 PM, patko wrote:
> 
> > Hi,
> >
> > I also tried with matju to link gem.dll, with no successfull  
> > results, apparently it depends on characters surounding function  
> > names we get with pexport,
> >
> > maybe you will have better result with liblua.dll
> >
> >
> http://www.stats.uwo.ca/faculty/murdoch/software/compilingDLLs/existingDLL.html
> >
> >
> > - "Hans-Christoph Steiner"  a écrit :
> >
> >> Hmm, turns out it was already installed on the Windows build
> machine,
> >>
> >> but I just updated it.  Something with the way pdlua is being
> linked
> >>
> >> makes it not able to find lua51.dll.  My guess is because the Lua
> >> build system doesn't generate a liblua51.dll.a to put in
> /usr/local/
> >> lib, like the other libs there.  libogg for example.  I don't know 
> 
> >> how
> >>
> >> to generate the liblua51.dll.a, do you?
> >>
> >> .hc
> >>
> >> On Mar 26, 2011, at 9:03 PM, Martin Peach wrote:
> >>
> >>> If you get the latest source here:
> >>> http://www.lua.org/ftp/lua-5.1.4.tar.gz
> >>> and then:
> >>> make mingw
> >>> ...it should just work.
> >>>
> >>> Martin
> >>>
> >>>
> >>> On 2011-03-26 20:20, Hans-Christoph Steiner wrote:
> 
>  Yeah, we can build Lua on Windows and install it into the MinGW
> >> path.
>  That's how the rest of the libraries are currently handled. Then
> >> the
>  installer grabs the .dlls from the MinGW install path.
> 
>  Have you successfully built Lua on Windows? If so, let me know
> the
>  details, and I'll install it on the build server.
> 
>  .hc
> 
>  On Mar 26, 2011, at 6:31 PM, Martin Peach wrote:
> 
> >
> > From the gnu make manual it seems that running pkg-config is
> not
> > recommended inside a Makefile. It should probably be done in
> the
> > configure stage, but anyway, since liblua has different names
> on
> >>
> > each
> > platform, pkg-config only returns that name.
> > So I ended up just hard-coding liblua names and lua.h path for
> > each OS
> > in the Makefile.
> > Now the nightly build for Windows is failing because it can't
> > resolve
> > -llua51.dll. It seems that there is no standard place to put
> that
> >>
> > dll.
> > Sooo, maybe pd-extended should build lua as well, like
> portaudio,
> >> or
> > should the dll be put in pd/bin, like pthreads.dll?
> >
> > Martin
> >
> >
> >
> > On 2011-03-18 23:55, Hans-Christoph Steiner wrote:
> >>
> >> Martin,
> >>
> >> I think you could put different pkg-config lines in the per-OS
> >> section
> >> of the Makefile, and that would work for differences between
> >> Debian/Ubuntu, Mac OS X, and Windows liblua. That won't help
> if
> >> different GNU/Linux distros have different names for the lib
> >> tho.
> >>
> >> .hc
> >>
> >> On Mar 18, 2011, at 5:02 PM, katja wrote:
> >>
> >>> Hello,
> >>>
> >>> In the original Makefile.static for pdlua it is defined:
> >>>
> >>> lua-5.1.3
> >>>
> >>> This worked for me on OSX.
> >>>
> >>> Katja
> >>>
> >>>
> >>>
> >>> On Fri, Mar 18, 2011 at 7:07 PM, Claude Heiland-Allen
> >>> mailto:cla...@goto10.org>> wrote:
> >>>
> >>> Hey,
> >>>
> >>>
> >>> On 18/03/11 17:38, Martin wrote:
> >>>
> >>> The error actually seems to originate in pkg-config not
> >>> finding lua5.1:
> >>>
> >>>
> >>> From my limited experience, Lua 5.1 libraries have different
> >> names
> >>> all over the place, even in different GNU/Linux distros
> (lua51,
> >>> lua5.1, lua5, lua, ...). A bit of a nightmare.
> >>>
> >>>
> >>> "pkg-config lua --libs" should do it on Mac OS X/Fink.
> >>>
> >>> .hc
> >>>
> >>>
> >>>
> >>> Claude
> >>>
> >>>
> >>> ___
> >>> Pd-dev mailing list
> >>> pd-...@iem.at 
> >>> http://lists.puredata.info/listinfo/pd-dev
> >>>
> >>>
> >>> ___
> >>> Pd-dev mailing list
> >>> pd-...@iem.at 
> >>> http://lists.puredata.info/listinfo/pd-dev
> >>
> >>
> >>
> >>
> >>
> 
> >>
> >>
> >> "We have nothing to fear from love and commitment." - New York
> >> Senator
> >> Diane Savino, trying to convince the NY Senate to pass a gay
> >> marriage
> >> bill
> >>
> >>
> >>
> >> ___
> >> Pd-dev mailing list
> >> pd-...@iem.at
> >> http://lists.puredata.info

Re: [PD] [PD-dev] integrating pdlua into Pd-extended

2011-03-27 Thread Hans-Christoph Steiner


Looks like it needs an 'import library'

.hc

On Mar 27, 2011, at 1:49 PM, patko wrote:


Hi,

I also tried with matju to link gem.dll, with no successfull  
results, apparently it depends on characters surounding function  
names we get with pexport,


maybe you will have better result with liblua.dll

http://www.stats.uwo.ca/faculty/murdoch/software/compilingDLLs/existingDLL.html


- "Hans-Christoph Steiner"  a écrit :


Hmm, turns out it was already installed on the Windows build machine,

but I just updated it.  Something with the way pdlua is being linked

makes it not able to find lua51.dll.  My guess is because the Lua
build system doesn't generate a liblua51.dll.a to put in /usr/local/
lib, like the other libs there.  libogg for example.  I don't know  
how


to generate the liblua51.dll.a, do you?

.hc

On Mar 26, 2011, at 9:03 PM, Martin Peach wrote:


If you get the latest source here:
http://www.lua.org/ftp/lua-5.1.4.tar.gz
and then:
make mingw
...it should just work.

Martin


On 2011-03-26 20:20, Hans-Christoph Steiner wrote:


Yeah, we can build Lua on Windows and install it into the MinGW

path.

That's how the rest of the libraries are currently handled. Then

the

installer grabs the .dlls from the MinGW install path.

Have you successfully built Lua on Windows? If so, let me know the
details, and I'll install it on the build server.

.hc

On Mar 26, 2011, at 6:31 PM, Martin Peach wrote:



From the gnu make manual it seems that running pkg-config is not
recommended inside a Makefile. It should probably be done in the
configure stage, but anyway, since liblua has different names on



each
platform, pkg-config only returns that name.
So I ended up just hard-coding liblua names and lua.h path for
each OS
in the Makefile.
Now the nightly build for Windows is failing because it can't
resolve
-llua51.dll. It seems that there is no standard place to put that



dll.
Sooo, maybe pd-extended should build lua as well, like portaudio,

or

should the dll be put in pd/bin, like pthreads.dll?

Martin



On 2011-03-18 23:55, Hans-Christoph Steiner wrote:


Martin,

I think you could put different pkg-config lines in the per-OS
section
of the Makefile, and that would work for differences between
Debian/Ubuntu, Mac OS X, and Windows liblua. That won't help if
different GNU/Linux distros have different names for the lib

tho.


.hc

On Mar 18, 2011, at 5:02 PM, katja wrote:


Hello,

In the original Makefile.static for pdlua it is defined:

lua-5.1.3

This worked for me on OSX.

Katja



On Fri, Mar 18, 2011 at 7:07 PM, Claude Heiland-Allen
mailto:cla...@goto10.org>> wrote:

Hey,


On 18/03/11 17:38, Martin wrote:

The error actually seems to originate in pkg-config not
finding lua5.1:


From my limited experience, Lua 5.1 libraries have different

names

all over the place, even in different GNU/Linux distros (lua51,
lua5.1, lua5, lua, ...). A bit of a nightmare.


"pkg-config lua --libs" should do it on Mac OS X/Fink.

.hc



Claude


___
Pd-dev mailing list
pd-...@iem.at 
http://lists.puredata.info/listinfo/pd-dev


___
Pd-dev mailing list
pd-...@iem.at 
http://lists.puredata.info/listinfo/pd-dev










"We have nothing to fear from love and commitment." - New York
Senator
Diane Savino, trying to convince the NY Senate to pass a gay
marriage
bill



___
Pd-dev mailing list
pd-...@iem.at
http://lists.puredata.info/listinfo/pd-dev












Terrorism is not an enemy. It cannot be defeated. It's a tactic.

It's

about as sensible to say we declare war on night attacks and

expect

we're going to win that war. We're not going to win the war on
terrorism. - retired U.S. Army general, William Odom












I spent 33 years and four months in active military service and  
during


that period I spent most of my time as a high class muscle man for  
Big


Business, for Wall Street and the bankers.  - General Smedley
Butler



___
Pd-dev mailing list
pd-...@iem.at
http://lists.puredata.info/listinfo/pd-dev


--
Patrice Colet





“We must become the change we want to see. - Mahatma Gandhi


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


Re: [PD] pd latency on puredyne 9.10 with Nvidia HDA

2011-03-27 Thread Billy Stiltner
I found this to test if it is indeed a tcl/tk problem

l2ork
http://l2ork.music.vt.edu/main/?page_id=56

I was looking into doing the same thing myself and found juce
http://www.rawmaterialsoftware.com/juce.php

I don't see what the problem with c++ is.

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


Re: [PD] [PD-dev] integrating pdlua into Pd-extended

2011-03-27 Thread patko
Hi,

 I also tried with matju to link gem.dll, with no successfull results, 
apparently it depends on characters surounding function names we get with 
pexport,

maybe you will have better result with liblua.dll

http://www.stats.uwo.ca/faculty/murdoch/software/compilingDLLs/existingDLL.html


- "Hans-Christoph Steiner"  a écrit :

> Hmm, turns out it was already installed on the Windows build machine, 
> 
> but I just updated it.  Something with the way pdlua is being linked 
> 
> makes it not able to find lua51.dll.  My guess is because the Lua  
> build system doesn't generate a liblua51.dll.a to put in /usr/local/ 
> lib, like the other libs there.  libogg for example.  I don't know how
>  
> to generate the liblua51.dll.a, do you?
> 
> .hc
> 
> On Mar 26, 2011, at 9:03 PM, Martin Peach wrote:
> 
> > If you get the latest source here:
> > http://www.lua.org/ftp/lua-5.1.4.tar.gz
> > and then:
> > make mingw
> > ...it should just work.
> >
> > Martin
> >
> >
> > On 2011-03-26 20:20, Hans-Christoph Steiner wrote:
> >>
> >> Yeah, we can build Lua on Windows and install it into the MinGW
> path.
> >> That's how the rest of the libraries are currently handled. Then
> the
> >> installer grabs the .dlls from the MinGW install path.
> >>
> >> Have you successfully built Lua on Windows? If so, let me know the
> >> details, and I'll install it on the build server.
> >>
> >> .hc
> >>
> >> On Mar 26, 2011, at 6:31 PM, Martin Peach wrote:
> >>
> >>>
> >>> From the gnu make manual it seems that running pkg-config is not
> >>> recommended inside a Makefile. It should probably be done in the
> >>> configure stage, but anyway, since liblua has different names on 
> 
> >>> each
> >>> platform, pkg-config only returns that name.
> >>> So I ended up just hard-coding liblua names and lua.h path for  
> >>> each OS
> >>> in the Makefile.
> >>> Now the nightly build for Windows is failing because it can't  
> >>> resolve
> >>> -llua51.dll. It seems that there is no standard place to put that 
> 
> >>> dll.
> >>> Sooo, maybe pd-extended should build lua as well, like portaudio,
> or
> >>> should the dll be put in pd/bin, like pthreads.dll?
> >>>
> >>> Martin
> >>>
> >>>
> >>>
> >>> On 2011-03-18 23:55, Hans-Christoph Steiner wrote:
> 
>  Martin,
> 
>  I think you could put different pkg-config lines in the per-OS  
>  section
>  of the Makefile, and that would work for differences between
>  Debian/Ubuntu, Mac OS X, and Windows liblua. That won't help if
>  different GNU/Linux distros have different names for the lib
> tho.
> 
>  .hc
> 
>  On Mar 18, 2011, at 5:02 PM, katja wrote:
> 
> > Hello,
> >
> > In the original Makefile.static for pdlua it is defined:
> >
> > lua-5.1.3
> >
> > This worked for me on OSX.
> >
> > Katja
> >
> >
> >
> > On Fri, Mar 18, 2011 at 7:07 PM, Claude Heiland-Allen
> > mailto:cla...@goto10.org>> wrote:
> >
> > Hey,
> >
> >
> > On 18/03/11 17:38, Martin wrote:
> >
> > The error actually seems to originate in pkg-config not
> > finding lua5.1:
> >
> >
> > From my limited experience, Lua 5.1 libraries have different
> names
> > all over the place, even in different GNU/Linux distros (lua51,
> > lua5.1, lua5, lua, ...). A bit of a nightmare.
> >
> >
> > "pkg-config lua --libs" should do it on Mac OS X/Fink.
> >
> > .hc
> >
> >
> >
> > Claude
> >
> >
> > ___
> > Pd-dev mailing list
> > pd-...@iem.at 
> > http://lists.puredata.info/listinfo/pd-dev
> >
> >
> > ___
> > Pd-dev mailing list
> > pd-...@iem.at 
> > http://lists.puredata.info/listinfo/pd-dev
> 
> 
> 
> 
> 
> 
> 
>  "We have nothing to fear from love and commitment." - New York  
>  Senator
>  Diane Savino, trying to convince the NY Senate to pass a gay  
>  marriage
>  bill
> 
> 
> 
>  ___
>  Pd-dev mailing list
>  pd-...@iem.at
>  http://lists.puredata.info/listinfo/pd-dev
> >>>
> >>
> >>
> >>
> >>
> 
> >>
> >>
> >> Terrorism is not an enemy. It cannot be defeated. It's a tactic.
> It's
> >> about as sensible to say we declare war on night attacks and
> expect
> >> we're going to win that war. We're not going to win the war on
> >> terrorism. - retired U.S. Army general, William Odom
> >>
> >>
> >>
> >>
> >
> 
> 
> 
> 
> 
> I spent 33 years and four months in active military service and during
>  
> that period I spent most of my time

Re: [PD] [PD-announce] Call for papers and workshops: Pure Data Convention 2011

2011-03-27 Thread Alexandre Porres
yeah...

How many hours left???



> Message: 5
> Date: Sat, 26 Mar 2011 23:12:24 -0400 (EDT)
> From: Mathieu Bouchard 
> Subject: [PD] [PD-announce] Call for papers and workshops: Pure Data
>Convention 2011 (fwd)
> To: pd-annou...@iem.at
> Message-ID: 
> Content-Type: text/plain; charset="iso-8859-15"; Format="flowed"
>
>
> reminder...!
>
>
>
>  ___
> | Mathieu Bouchard  t?l: +1.514.383.3801  Villeray, Montr?al, QC
> -- next part --
> Paper draft submission: March 28, 2011
> Notification of acceptance: May 16, 2011
> Final Paper submission: July 11, 2011
>
> The 4th Pure Data Convention will be held August 08-14, 2011, at Liszt
> School of Music and Bauhaus-Universit?t in Weimar, Germany. In custom of the
> previous conventions we invite you to submit your papers related to the Pure
> Data programming environment in the fields of computer science, artistic
> creation and scientific research. The papers will be rated according to
> academic standards such as novelty and relevance in a peer review process.
> The Pd community is a heterogeneous group of users, developers, authors,
> artists, musicians, programmers; often in more than one role at a time.
>
> Papers from widely divergent perspectives are encouraged. Some possible
> topics could include:
>
> ? Libraries and externals extending Pd
> ? Tools built in or for Pd
> ? Education
> ? Spatialisation
> ? Pd on mobile devices
> ? Pd embedded in games and applications
> ? Pd as a framework for audiovisual works
>
> Please check the website for the of terms of submission. Templates for the
> Papers (LaTeX, Open/LibreOffice) will be provided soon on the conventions
> home page:
> http://www.uni-weimar.de/medien/wiki/Pure_Data_convention_2011
>
> The conference is held in English, thereby the papers have to be in
> English. The length of a paper should be 4-8 pages, including an abstract
> (50-100 words) and up to 5 keywords.
>
> Proposals for workshops of all levels, from beginner to special interest,
> may be directed my email to max.neupert at the domain uni-weimar.de
>
> A separate call for music, performances and artworks will follow soon.
>
> Please feel free to forward this email to anybody who might be interested!
>
>
>
> The PureData Convention 2011 organization team.
>
> Bj?rn Lindig and Max Neupert
>
___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management -> 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] List delete carnage - 2 questions

2011-03-27 Thread Matt Barber
Here's another approach using only list abs stuff (sorry for the messy
-- I threw it together quickly). Could use as an abstraction with two
inlets -- one on the right which receives a bang to initialize and one
on the left that takes incoming numbers from the sensor, and one
outlet (the outgoing numbers).

Matt


>
> Hey Charlot,
>
>
> Yes, that seems a good approach.
>
> Will try in a few hours with a bit more time.
>
> "You did not sew it solid enough it seems:)."
>
> Definitely dropped a few stitches with this one:)  I try to re-attach.
>
> (btw - what is up with gmail and attachments atm?)
>
>
> All good wishes,
>
> Julian
>
> On 27 March 2011 02:07, Charles Goyard  wrote:
>
>> J bz wrote:
>> >
>> > I have a sensor which is spitting out numbers between 1-180.
>> >
>> > Each number triggers an event that I only want to happen once but the
>> sensor
>> > repeats numbers every so often.
>>
>> You can use a table of 180 elements, each of which is initialized with
>> zeros. When a sensor number occurs, check against the table. If it's 0,
>> turn it to 1 and go on. If it's 1, do nothing and wait for a fresh
>> number from the sensor. Or, if you don't want to wait, scan the
>> table for the first zero. What appends when there's no zeros left is up
>> to you.
>>
>> > (patch attached)
>>
>> You did not sew it solid enough it seems:).
>>
>> --
>> Charlot
>>


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


Re: [PD] [PD-announce] VisualTracker 1 BETA 1 released

2011-03-27 Thread João Pais

Hi,

I just looked at the documentation, can't try it now. Seems quite nice,  
but if you're interested, it could gain a lot from displaying the tracks  
using data structures. You could also add arrays for envelope editors,  
etc. etc.


João


Hallo,

I'm happy to announce 5th release of VisualTracker - modular sequencer
environment with graphical timeline, track output management, external
file storage system, shared module functionalities and many more.

Check homepage http://code.google.com/p/visualtracker/ for
screenshots, download and documentation.

Current version is featuring:

- major code optimalization
- CTRL+D module duplication including all user values
- upgrade of visualtracker_connector (fit to BPM, stereo output)
- master synchro output
- MUTE track feature
- automatic backup save
- extended vt_audio_track module with
   - stereo files handling
   - fit to BPM
   - time stretch
   - gain control
   - offset start of sample
   - merge channels option
+ many bug fixes and improvements

Any comments or test issues appreciated here:
http://code.google.com/p/visualtracker/issues/list

Enjoy!
aleš

___
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



--
Friedenstr. 58
10249 Berlin (Deutschland)
Tel +49 30 42020091 | Mob +49 162 6843570
Studio +49 30 69509190
jmmmp...@googlemail.com | skype: jmmmpjmmmp

___
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


[PD] [PD-announce] Xth Sense, Biophysical generation and control of music [at] Imagine Create Festival

2011-03-27 Thread Marco Donnarumma
(sorry for x-post)

Thursday 31st March
16.30-18.00
Foyle Arts Building
Derry, Ireland.

/// Xth Sense.

The Xth Sense is a low cost, Open Source-based framework for the application
of muscle sounds to the biophysical generation and control of music (or more
generally for responsive milieux).
The framework includes a low cost biosensing wearable device, and a modular
DSP software (Pure Data-based) for real time capture, analysis and design
with muscle sounds.
Donnarumma will be reporting on the methods used during the research,
present findings and issues, perspective outcomes of future research, while
discussing the aesthetic criteria underpinning the research.

Further info and live performance reel:
http://res.marcodonnarumma.com/projects/xth-sense/

Xth Sense is being developed by Marco Donnarumma, a performer, new media and
sonic artist.
He's currently interested in critical analysis and development of
experimental paradigms for embodied interaction in performative
environments.
http://marcodonnarumma.com

~
/// Among the other invited speakers:
Ricky Graham (Ulster), Dennis Fischer (Ableton), Gregory Taylor (Cycling
'74), Jeff Burke (UCLA), Alex Beim (Tangible Interaction), James Alliban
(Augmatic), Katsuyuki Shibata (Fukuoka University).

~

/// About Imagine Create:
Imagine Create is a digital arts festival which brings together a
leading-edge line-up of talents and minds from the worlds of art, design,
new media and software development.
Expect five days of inspirational talks, demonstrations, panels, exhibits
and performances delivered by the people and tools transforming digital
culture.
The biennial event will take place at locations around the city of
Derry~Londonderry and runs from 29 March to 2 April 2011.

For further information please visit the festival website
http://www.imaginecreate.info




-- 
Marco Donnarumma
Independent New Media and Sonic Arts Professional, Performer, Instructor
ACE, Sound Design MSc by Research (ongoing)
The University of Edinburgh, UK
~
Portfolio: http://marcodonnarumma.com
Lab: http://www.thesaddj.com | http://cntrl.sourceforge.net |
http://www.flxer.net
Event: http://www.liveperformersmeeting.net
___
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


Re: [PD] [PD-announce] patch dans patch (5ième partie)

2011-03-27 Thread Marco Donnarumma
Pd mandala... :)

nice work, each time it gets more interesting.
Do you have a gallery of this screens, which I could link to from my blog?

M



On Sun, Mar 27, 2011 at 5:22 AM, Mathieu Bouchard wrote:

>
> http://gridflow.ca/gallery/patch_dans_patch_l.png
> http://gridflow.ca/gallery/patch_dans_patch_m.png
> http://gridflow.ca/gallery/patch_dans_patch_n.png
> http://gridflow.ca/gallery/patch_dans_patch_o.png
> http://gridflow.ca/gallery/patch_dans_patch_p.png
>
> http://gridflow.ca/gallery/patch_dans_patch_q.png
> http://gridflow.ca/gallery/patch_dans_patch_r.png
> http://gridflow.ca/gallery/patch_dans_patch_s.png
> http://gridflow.ca/gallery/patch_dans_patch_t.png
> http://gridflow.ca/gallery/patch_dans_patch_u.png
>
>  ___
> | Mathieu Bouchard  tél: +1.514.383.3801  Villeray, Montréal, QC
>
> ___
> Pd-announce mailing list
> pd-annou...@iem.at
> http://lists.puredata.info/listinfo/pd-announce
>
>


-- 
Marco Donnarumma
Independent New Media and Sonic Arts Professional, Performer, Instructor
ACE, Sound Design MSc by Research (ongoing)
The University of Edinburgh, UK
~
Portfolio: http://marcodonnarumma.com
Lab: http://www.thesaddj.com | http://cntrl.sourceforge.net |
http://www.flxer.net
Event: http://www.liveperformersmeeting.net
___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management -> 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] [PD-announce] patch dans patch (5ième partie)

2011-03-27 Thread chr


great-code-art

!!!

Am 27.03.2011 06:22, schrieb Mathieu Bouchard:


http://gridflow.ca/gallery/patch_dans_patch_l.png
http://gridflow.ca/gallery/patch_dans_patch_m.png
http://gridflow.ca/gallery/patch_dans_patch_n.png
http://gridflow.ca/gallery/patch_dans_patch_o.png
http://gridflow.ca/gallery/patch_dans_patch_p.png

http://gridflow.ca/gallery/patch_dans_patch_q.png
http://gridflow.ca/gallery/patch_dans_patch_r.png
http://gridflow.ca/gallery/patch_dans_patch_s.png
http://gridflow.ca/gallery/patch_dans_patch_t.png
http://gridflow.ca/gallery/patch_dans_patch_u.png

 ___
| Mathieu Bouchard  tél: +1.514.383.3801  Villeray, Montréal, QC


___
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


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


Re: [PD] List delete carnage - 2 questions

2011-03-27 Thread J bz
Hey Charlot,


Yes, that seems a good approach.

Will try in a few hours with a bit more time.

"You did not sew it solid enough it seems:)."

Definitely dropped a few stitches with this one:)  I try to re-attach.

(btw - what is up with gmail and attachments atm?)


All good wishes,

Julian

On 27 March 2011 02:07, Charles Goyard  wrote:

> J bz wrote:
> >
> > I have a sensor which is spitting out numbers between 1-180.
> >
> > Each number triggers an event that I only want to happen once but the
> sensor
> > repeats numbers every so often.
>
> You can use a table of 180 elements, each of which is initialized with
> zeros. When a sensor number occurs, check against the table. If it's 0,
> turn it to 1 and go on. If it's 1, do nothing and wait for a fresh
> number from the sensor. Or, if you don't want to wait, scan the
> table for the first zero. What appends when there's no zeros left is up
> to you.
>
> > (patch attached)
>
> You did not sew it solid enough it seems:).
>
> --
> Charlot
>
> ___
> Pd-list@iem.at mailing list
> UNSUBSCRIBE and account-management ->
> http://lists.puredata.info/listinfo/pd-list
>


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