Re: [PD] sync metronome to recording an audio track

2013-12-03 Thread Mario Mey


Hi, Ron. I made a Multi-FX Looper Machine (MEH-SYSTEM) with KP3 
recording looping style and LOOP-STATION one too (different ways of 
recording and looping, http://www.youtube.com/watch?v=2KIj7O_N3gU, in 
spanish, sorry)


When checking synching, I realized that, when some sample (previously 
recorded) was playing (eg, beatbox), I recorded in another sample bank, 
and, when it started to play, it was unsynched. Why? Because of the 
playing-when-recording latency and the later-playing latency. How did I 
fix it? After recording, it starts playing advanced  some miliseconds 
(*): aproximatly the same of your latency. Mine is 14ms (Jack, 128 
frames/buffer). How did I know my latency or, better, how many ms I 
should add to the playing? (because, depends on the patch, the minimum 
latency could be different (less) than the final latency of the patch). 
Using latency-meter (from Katja 
http://puredata.hurleur.com/viewtopic.php?pid=38375#p38375) and some 
testing abstracts with visual arrays and adjustable new latency.


I hope this were usefull for you. If you need something else, just ask!

(*) I use phasor~. Once it is configured to play at specific sample 
lenght and velocity, I send 14 (with some math), to start in that place: 
advanced.






On 03/12/13 03:22, Ron I. wrote:
Hello - we are playing a metronome audio file at time intervals (bpm) 
while simultaneously recording an audio track.  Currently we can't get 
perfect sync between the two.


We are using iOS, and I wanted to reach out to the PD community, to 
see if there are any developers who can help with a consulting gig to 
get the metronome and recording process synced, which is crucial for 
the rest of our app!


Thanks
Ron


___
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] [text3d] crashes PD when using text of five or more characters

2013-12-03 Thread Antonio Roberts

> confirmed the crash with the letter "p".
I'll also check with the fontforge people who can probably tell me if 
it's an error with the font.


Antonio

On 03/12/13 17:04, IOhannes m zmölnig wrote:

On 2013-12-03 00:26, Antonio Roberts wrote:

first, i don't see much need to use it with PdX, plain old pd-vanilla
should do as well...
(speaking of which: please provide a minimal test-patch that triggers
the problem on your machine)

Patch attached.

Upon further investigation it appears that this may only be caused by
certain fonts and/or certain characters. I was using Beams when the
crash occurred http://openfontlibrary.org/en/font/beams


confirmed the crash with the letter "p".

please file a bug-report (with all information so far, including a
zip-file with the patch and the font) on
  http://bugs.gem.iem.at

gfmdsar
IOhannes



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



--

anto...@hellocatfood.com
http://www.hellocatfood.com


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


Re: [PD] [PD-announce] PuREST JSON 0.15.0 released

2013-12-03 Thread Thomas Mayer
Hi,

On 03.12.2013 22:11, me.grimm wrote:
> got it. ok compiled fine with one warning:
> 1 warning generated.
> json-encode.c:318:17: warning: format string is not a string literal
>   (potentially insecure) [-Wformat-security]
> fprintf(file, json_string);

With gcc on Linux this does not create a warning. I will fix it in the
next release and replace it with fprintf(file, "%s", json_string);

> 
> all objects create but oauth i get:
>  oauth
> ... couldn't create
> /Users/megrimm/Desktop/PuRestJson-json-c-0.10/oauth.pd_darwin:
> dlopen(/Users/megrimm/Desktop/PuRestJson-json-c-0.10/oauth.pd_darwin, 10):
> Symbol not found: _oauth_sign_url2
>   Referenced from:
> /Users/megrimm/Desktop/PuRestJson-json-c-0.10/oauth.pd_darwin
>   Expected in: dynamic lookup

This appears to be a linking problem on Mac OS with liboauth. A quick
search revealed some search results, but I cannot verify it as I do not
have a Mac here. Could you please open an issue on Github for that?
http://stackoverflow.com/questions/7857555/liboauth-not-being-linked-correctly
https://github.com/residuum/PuRestJson/issues

Thanks for testing,
Thomas

> 
> yeah... i didnt realize the json-c 10/11 prob. I'm actually compiling with
> macports NOT fink but i think both are 0.10
> 
> m
> 
> 
> On Tue, Dec 3, 2013 at 2:38 PM, Thomas Mayer  wrote:
> 
>> Hi,
>>
>> your build system (Fink?) probably does not have json-c 0.11, but the
>> old version 0.10. In that case, use the branch json-c-0.10 for building:
>>
>> https://github.com/residuum/PuRestJson/tree/json-c-0.10
>>
>> The head of this branch is in the same state as master without the
>> switch to json-c 0.11, and is updated on every release.
>>
>> Hth,
>> Thomas
>>
>>
>> On 03.12.2013 02:41, me.grimm wrote:
>>> on osx im getting:
>>>
>>> ld: library not found for -ljson-c
>>>
>>> ideas? i didn't get this prior to recent pull of you 0.15
>>>
>>> m
>>>
>>>
>>> On Tue, Nov 12, 2013 at 5:00 PM, Thomas Mayer 
>> wrote:
>>>
 Hello,

 I am happy to announce version 0.15.0 of PuREST JSON, code name: The API
 they are a-changing.

 PuREST JSON is a library for working with RESTful HTTP webservices, and
 JSON data.

 Authentication and authorization for webservices are available with
 basic HTTP auth, cookie authentication, and OAuth. As an example for
 OAuth authenticated webservices, a Twitter client is included.

 Changes in the new version:
 - Cancellation is now faster
 - Switch to json-c 0.11
 - Refactoring of code
 - Breaking changes:
   -- [oauth] and [rest]:
  * [write( method is now called [file(
  * [url( method is now called [init(
  * init errors only output to console
  * changes to status outlet:
** on success output bang
** on HTTP error output numerical HTTP status
** on cURL error output list: error code and message
   -- [rest-json] has been removed
   -- [json-decode]:
  * string values will not be checked for numbers or boolean

 If your build tool or platform does not have json-c 0.11 available, use
 the branch json-c-0.10 for compilation.

 Github repository:
 https://github.com/residuum/PuRestJson

 Source code packages:
 https://github.com/residuum/PuRestJson/releases

 Binaries for Windows and Debian i386 and amd64:
 http://ix.residuum.org/pd/purest_json.html

 Build instructions for all platforms:
 https://github.com/residuum/PuRestJson/wiki/Compilation

 Have fun,
 Thomas
 --
 "Chaney was aware that anything, however small, can get the eye of the
 media if it's repulsive enough." (Robert Anton Wilson - The Universe
 Next Door)
 http://www.residuum.org/

 ___
 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
>>>
>>
>>
>> --
>> "We left all that stuff out. If there's an error, we have this
>> routine called panic, and when it is called, the machine crashes,
>> and you holler down the hall, 'Hey, reboot it.'" (Dennis Ritchie)
>> http://www.residuum.org/
>>
>> ___
>> Pd-list@iem.at mailing list
>> UNSUBSCRIBE and account-management ->
>> http://lists.puredata.info/listinfo/pd-list
>>
> 
> 
> 


-- 
"Chaney was aware that anything, however small, can get the eye of the
media if it's repulsive enough." (Robert Anton Wilson - The Universe
Next Door)
http://www.residuum.org/

___

Re: [PD] [PD-announce] PuREST JSON 0.15.0 released

2013-12-03 Thread me.grimm
got it. ok compiled fine with one warning:
1 warning generated.
json-encode.c:318:17: warning: format string is not a string literal
  (potentially insecure) [-Wformat-security]
fprintf(file, json_string);

all objects create but oauth i get:
 oauth
... couldn't create
/Users/megrimm/Desktop/PuRestJson-json-c-0.10/oauth.pd_darwin:
dlopen(/Users/megrimm/Desktop/PuRestJson-json-c-0.10/oauth.pd_darwin, 10):
Symbol not found: _oauth_sign_url2
  Referenced from:
/Users/megrimm/Desktop/PuRestJson-json-c-0.10/oauth.pd_darwin
  Expected in: dynamic lookup

yeah... i didnt realize the json-c 10/11 prob. I'm actually compiling with
macports NOT fink but i think both are 0.10

m


On Tue, Dec 3, 2013 at 2:38 PM, Thomas Mayer  wrote:

> Hi,
>
> your build system (Fink?) probably does not have json-c 0.11, but the
> old version 0.10. In that case, use the branch json-c-0.10 for building:
>
> https://github.com/residuum/PuRestJson/tree/json-c-0.10
>
> The head of this branch is in the same state as master without the
> switch to json-c 0.11, and is updated on every release.
>
> Hth,
> Thomas
>
>
> On 03.12.2013 02:41, me.grimm wrote:
> > on osx im getting:
> >
> > ld: library not found for -ljson-c
> >
> > ideas? i didn't get this prior to recent pull of you 0.15
> >
> > m
> >
> >
> > On Tue, Nov 12, 2013 at 5:00 PM, Thomas Mayer 
> wrote:
> >
> >> Hello,
> >>
> >> I am happy to announce version 0.15.0 of PuREST JSON, code name: The API
> >> they are a-changing.
> >>
> >> PuREST JSON is a library for working with RESTful HTTP webservices, and
> >> JSON data.
> >>
> >> Authentication and authorization for webservices are available with
> >> basic HTTP auth, cookie authentication, and OAuth. As an example for
> >> OAuth authenticated webservices, a Twitter client is included.
> >>
> >> Changes in the new version:
> >> - Cancellation is now faster
> >> - Switch to json-c 0.11
> >> - Refactoring of code
> >> - Breaking changes:
> >>   -- [oauth] and [rest]:
> >>  * [write( method is now called [file(
> >>  * [url( method is now called [init(
> >>  * init errors only output to console
> >>  * changes to status outlet:
> >>** on success output bang
> >>** on HTTP error output numerical HTTP status
> >>** on cURL error output list: error code and message
> >>   -- [rest-json] has been removed
> >>   -- [json-decode]:
> >>  * string values will not be checked for numbers or boolean
> >>
> >> If your build tool or platform does not have json-c 0.11 available, use
> >> the branch json-c-0.10 for compilation.
> >>
> >> Github repository:
> >> https://github.com/residuum/PuRestJson
> >>
> >> Source code packages:
> >> https://github.com/residuum/PuRestJson/releases
> >>
> >> Binaries for Windows and Debian i386 and amd64:
> >> http://ix.residuum.org/pd/purest_json.html
> >>
> >> Build instructions for all platforms:
> >> https://github.com/residuum/PuRestJson/wiki/Compilation
> >>
> >> Have fun,
> >> Thomas
> >> --
> >> "Chaney was aware that anything, however small, can get the eye of the
> >> media if it's repulsive enough." (Robert Anton Wilson - The Universe
> >> Next Door)
> >> http://www.residuum.org/
> >>
> >> ___
> >> 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
> >
>
>
> --
> "We left all that stuff out. If there's an error, we have this
> routine called panic, and when it is called, the machine crashes,
> and you holler down the hall, 'Hey, reboot it.'" (Dennis Ritchie)
> http://www.residuum.org/
>
> ___
> 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] about hiding main mac toolbar on mac osX when using fullscreen on gemwin

2013-12-03 Thread Fernando Krum
Greetings list !

Sorry if this issue might sound already solved, but I came across a tiny
(but annoying) issue on macOS when
using gem on fullscreen mode on the main mac screen (main = not a secondary
display).

I am currently using os 10.7.5 on a macmini and have tried this
instructions provided by Hans a quite long time ago (2007!):

http://www.mail-archive.com/pd-list@iem.at/msg12196.html

I have edited the info.plist file inside
/Applications/Pd-extended/Contents/ and inserted the

LSUIPresentationMode
 4

on it. (Info.plist enclosed as attachment).


Actually tried using Pd-extended-0.42.5 and 0.43.



Does anybody have solved this issue already?
Am I missing anything to solve that ?

At the moment, when I inform gemwin [border 0] and [fullscreen 1] the
screen still shows the main mac toolbar on top of it all... :(


Hope anybody can help me with.
Thank you so much for your attention.

cheers,


Ferkrum.


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


Re: [PD] [PD-announce] PuREST JSON 0.15.0 released

2013-12-03 Thread Thomas Mayer
Hi,

your build system (Fink?) probably does not have json-c 0.11, but the
old version 0.10. In that case, use the branch json-c-0.10 for building:

https://github.com/residuum/PuRestJson/tree/json-c-0.10

The head of this branch is in the same state as master without the
switch to json-c 0.11, and is updated on every release.

Hth,
Thomas


On 03.12.2013 02:41, me.grimm wrote:
> on osx im getting:
> 
> ld: library not found for -ljson-c
> 
> ideas? i didn't get this prior to recent pull of you 0.15
> 
> m
> 
> 
> On Tue, Nov 12, 2013 at 5:00 PM, Thomas Mayer  wrote:
> 
>> Hello,
>>
>> I am happy to announce version 0.15.0 of PuREST JSON, code name: The API
>> they are a-changing.
>>
>> PuREST JSON is a library for working with RESTful HTTP webservices, and
>> JSON data.
>>
>> Authentication and authorization for webservices are available with
>> basic HTTP auth, cookie authentication, and OAuth. As an example for
>> OAuth authenticated webservices, a Twitter client is included.
>>
>> Changes in the new version:
>> - Cancellation is now faster
>> - Switch to json-c 0.11
>> - Refactoring of code
>> - Breaking changes:
>>   -- [oauth] and [rest]:
>>  * [write( method is now called [file(
>>  * [url( method is now called [init(
>>  * init errors only output to console
>>  * changes to status outlet:
>>** on success output bang
>>** on HTTP error output numerical HTTP status
>>** on cURL error output list: error code and message
>>   -- [rest-json] has been removed
>>   -- [json-decode]:
>>  * string values will not be checked for numbers or boolean
>>
>> If your build tool or platform does not have json-c 0.11 available, use
>> the branch json-c-0.10 for compilation.
>>
>> Github repository:
>> https://github.com/residuum/PuRestJson
>>
>> Source code packages:
>> https://github.com/residuum/PuRestJson/releases
>>
>> Binaries for Windows and Debian i386 and amd64:
>> http://ix.residuum.org/pd/purest_json.html
>>
>> Build instructions for all platforms:
>> https://github.com/residuum/PuRestJson/wiki/Compilation
>>
>> Have fun,
>> Thomas
>> --
>> "Chaney was aware that anything, however small, can get the eye of the
>> media if it's repulsive enough." (Robert Anton Wilson - The Universe
>> Next Door)
>> http://www.residuum.org/
>>
>> ___
>> 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
> 


-- 
"We left all that stuff out. If there's an error, we have this
routine called panic, and when it is called, the machine crashes,
and you holler down the hall, 'Hey, reboot it.'" (Dennis Ritchie)
http://www.residuum.org/

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


Re: [PD] [text3d] crashes PD when using text of five or more characters

2013-12-03 Thread IOhannes m zmölnig
On 2013-12-03 00:26, Antonio Roberts wrote:
>> first, i don't see much need to use it with PdX, plain old pd-vanilla
>> should do as well...
>> (speaking of which: please provide a minimal test-patch that triggers
>> the problem on your machine)
> Patch attached.
> 
> Upon further investigation it appears that this may only be caused by
> certain fonts and/or certain characters. I was using Beams when the
> crash occurred http://openfontlibrary.org/en/font/beams

confirmed the crash with the letter "p".

please file a bug-report (with all information so far, including a
zip-file with the patch and the font) on
 http://bugs.gem.iem.at

gfmdsar
IOhannes



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


Re: [PD] [PD-announce] Workshop: Complex Dynamical (Eco-)Systems Based on Nonlinear Feedback Networks: Theory and Practice (Barcelona, 7-8/12/2013)

2013-12-03 Thread Òscar Martínez Carmona
Sorry, this last mail was ment to be personal..(dammed ios7..)

El dimarts 3 de desembre de 2013, Òscar Martínez Carmona ha escrit:

> Sam!
> Salutacions desde la llista de pd!!
> Vagi guay el workshop, Jo soc fora el finde per un casori amb el Suros! (
> pero no ens casem ell i jo, encara ho portem en secret! ;-) )
> Salut!!
>
> El dimarts 3 de desembre de 2013, l'ull cec ha escrit:
>
>> (apologies for cross-posting)
>>
>> COMPLEX DYNAMICAL (ECO-)SYSTEMS BASED ON NONLINEAR FEEDBACK NETWORKS:
>> THEORY AND PRACTICE
>>
>> In this workshop, complex dynamical feedback systems for human-machine
>> interaction performance, autonomous sound installations and
>> non-conventional sound synthesis will be discussed and put to practice. The
>> workshop will be divided into two main parts:
>>
>> First, a theoretical part will cover the properties of feedback systems
>> from a systemic and cybernetic perspective within the framework of emergent
>> and complex phenomena, along with theoretical concepts related to such an
>> approach for creative practices.
>>
>> In the second part, Dario Sanfilippo will present some of his works and
>> techniques and such systems will be implemented through the Pure Data
>> programming environment trying to give the possibility to each participant
>> to personalise their own systems. During the implementation process,
>> technical and theoretical aspects of the techniques used will also be
>> discussed.
>>
>> Requirements: A laptop with the last version of Pure Data-extended
>> installed and any kind of microphone.
>>
>> Tutor: Dario Sanfilippo
>>
>> Dates:
>> Saturday 07.12.2013, 19:00-21:30h
>> Sunday   08.12.2013, 12:00–14:30h, 16:30-:19:30h
>>
>> +info: [ http://lullcec.org/en/2013/workshops/eco-sistemes-
>> dinamics-complexos-basats-en-xarxes-de-retroalimentacio-no-
>> lineal-teoria-i-practica/ ]
>>
>> 
>> 
>>
>> web:   [ http://lullcec.org ]
>> facebook:  [ http://facebook.com/lullcec ]
>> twitter:   [ http://twitter.com/lullcec ]
>>
>> ___
>> 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
>>
>
>
> --
> Òscar Martínez Carmona
>
>

-- 
Òscar Martínez Carmona
___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management -> 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] [PD-announce] Workshop: Complex Dynamical (Eco-)Systems Based on Nonlinear Feedback Networks: Theory and Practice (Barcelona, 7-8/12/2013)

2013-12-03 Thread Òscar Martínez Carmona
Sam!
Salutacions desde la llista de pd!!
Vagi guay el workshop, Jo soc fora el finde per un casori amb el Suros! (
pero no ens casem ell i jo, encara ho portem en secret! ;-) )
Salut!!

El dimarts 3 de desembre de 2013, l'ull cec ha escrit:

> (apologies for cross-posting)
>
> COMPLEX DYNAMICAL (ECO-)SYSTEMS BASED ON NONLINEAR FEEDBACK NETWORKS:
> THEORY AND PRACTICE
>
> In this workshop, complex dynamical feedback systems for human-machine
> interaction performance, autonomous sound installations and
> non-conventional sound synthesis will be discussed and put to practice. The
> workshop will be divided into two main parts:
>
> First, a theoretical part will cover the properties of feedback systems
> from a systemic and cybernetic perspective within the framework of emergent
> and complex phenomena, along with theoretical concepts related to such an
> approach for creative practices.
>
> In the second part, Dario Sanfilippo will present some of his works and
> techniques and such systems will be implemented through the Pure Data
> programming environment trying to give the possibility to each participant
> to personalise their own systems. During the implementation process,
> technical and theoretical aspects of the techniques used will also be
> discussed.
>
> Requirements: A laptop with the last version of Pure Data-extended
> installed and any kind of microphone.
>
> Tutor: Dario Sanfilippo
>
> Dates:
> Saturday 07.12.2013, 19:00-21:30h
> Sunday   08.12.2013, 12:00–14:30h, 16:30-:19:30h
>
> +info: [ http://lullcec.org/en/2013/workshops/eco-sistemes-
> dinamics-complexos-basats-en-xarxes-de-retroalimentacio-no-
> lineal-teoria-i-practica/ ]
>
> 
> 
>
> web:   [ http://lullcec.org ]
> facebook:  [ http://facebook.com/lullcec ]
> twitter:   [ http://twitter.com/lullcec ]
>
> ___
> 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
>


-- 
Òscar Martínez Carmona
___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management -> 
http://lists.puredata.info/listinfo/pd-list


[PD] [PD-announce] Workshop: Complex Dynamical (Eco-)Systems Based on Nonlinear Feedback Networks: Theory and Practice (Barcelona, 7-8/12/2013)

2013-12-03 Thread l'ull cec

(apologies for cross-posting)

COMPLEX DYNAMICAL (ECO-)SYSTEMS BASED ON NONLINEAR FEEDBACK NETWORKS: 
THEORY AND PRACTICE


In this workshop, complex dynamical feedback systems for human-machine 
interaction performance, autonomous sound installations and 
non-conventional sound synthesis will be discussed and put to practice. 
The workshop will be divided into two main parts:


First, a theoretical part will cover the properties of feedback systems 
from a systemic and cybernetic perspective within the framework of 
emergent and complex phenomena, along with theoretical concepts related 
to such an approach for creative practices.


In the second part, Dario Sanfilippo will present some of his works and 
techniques and such systems will be implemented through the Pure Data 
programming environment trying to give the possibility to each 
participant to personalise their own systems. During the implementation 
process, technical and theoretical aspects of the techniques used will 
also be discussed.


Requirements: A laptop with the last version of Pure Data-extended 
installed and any kind of microphone.


Tutor: Dario Sanfilippo

Dates:
Saturday 07.12.2013, 19:00-21:30h
Sunday   08.12.2013, 12:00–14:30h, 16:30-:19:30h

+info: [ 
http://lullcec.org/en/2013/workshops/eco-sistemes-dinamics-complexos-basats-en-xarxes-de-retroalimentacio-no-lineal-teoria-i-practica/ ]




web:   [ http://lullcec.org ]
facebook:  [ http://facebook.com/lullcec ]
twitter:   [ http://twitter.com/lullcec ]

___
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