Re: [PD] [PD-announce] Chocolate et Coffee

2014-01-03 Thread Pierre Guillot
I'm sorry, I didn't want to hurt anybody with this library. I never thought
that the name was so important and I'll change it as soon as possible if
it's your principal wish.
@Scott : The range slider is added to the todo list !
@Peiman : There're several ways to create curves. How do you think the
messages should be formatted ?


2014/1/3 IOhannes m zmölnig zmoel...@iem.at

 On 2014-01-02 20:35, Jonathan Wilkes wrote:
  Realize that you're responding to someone who gave his library the
  extraordinarily clear and descriptive name of zexy

 i'm arguing not for *descriptive* titles but for *non-deceptive* ones.

 i don't know which associations zexy evokes for you, but for me the
 library fulfills them all :-)

 gfmare
 IOhannes


 ___
 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] Chocolate et Coffee

2014-01-03 Thread João Pais

to make things more complicated, I would suggest the possibility to turn segments (none or all should be enough?) into straight lines or bezier curves.This would make my abstraction [jmmmp/bezier] not necessary anymore, which is a good thing.Thanks Peiman. This could be useful. I add it to the todo list with the Joao ideas.2014/1/2 peiman khosravi peimankhosr...@gmail.com
These are amazing, thanks for sharing.

One feature request: any chance breakpoints could enable the user to create curved lines? Something like alt+drag a line segment...

ThanksPeiman

www.peimankhosravi.co.uk || RSS Feed|| Concert News


On 31 December 2013 10:46, Pierre Guillot guillotpier...@gmail.com wrote:

Hi everybody,I'm pleased to share my new libraries : Chocolate  Coffee.For the HOA project, I've developed a C library to facilitate the creation of graphical objects for Pure Data and to allow further interactions with the users. My experimentation objects were a VU-meter and a number box for signal. They appeared useful and ergonomic for me so I undertook to extend the list.


Quickly : Chocolate is a set of GUIs sometimes already available in PD Vanilla, PD extented or Max with new features (like presets edition) that I hope, you'll enjoy. And it will be a part of a more complex project for the writting of events. Coffee is a set of objects to facilitate the patch creation.


The libraries are available for Mac, Windows and Linux and they have been tested on PD extented 0.43 and PD 0.45.Download : https://github.com/pierreguillot/PdEnhanced/releases


Feedback are wellcome (for developement questions, the best is to use the git project).I hope you'll find this libraries useful.Bonne année


Ps : The C library seems to work very well under Linux. So, if we don't have problems with the other dependencies, we'll be able to offer a Linux version of the Hoa Library very quickly.
___
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
___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] suggestions for spectral weight anaylsis

2014-01-03 Thread João Pais

Hi William and all,I thought there would some relevant things in your library. I'll look into your suggestions later.I don't have a patch that other people can look at, but I can try to explain the context a bit better:- I have a sound of ~40s spoken voice. I'm going to split it in fragments (for now 100ms each)and reorder them - one of the possibilities of reordering the fragments would be to have a "continuous" timbre change in the end. E.g. going from noisy consonants to clean vowels- for the analysis, I guess a mixture of pitch and harmonicity (don't know yet in which order it should be done) would be adequateI noticed your objects work in real time. As the analysis is to be done before the performance, I guess I'll either let the sound play throughout to get the analysis data, or then I'll divide the fragments through x analysis patches, to make it run x times faster.In this case it is spoken voice, but I guess it could by anything else.Best,JoãoHi João,A measure that would give something near 1.0 for white noise and near 0 for a sine wave would be "spectral flatness", which is in the timbreID library. But if you're looking to see how well a spectrum's partials line up harmonically, you won't find that in timbreID yet. One quick option would be to use sigmund~ to get the current pitch, then search the spectrum for the amount of energy in bin ranges related to the expected set of harmonics. Compare that with energy in non-harmonic bins. But then, for things like gongs that sound "pitchy" but have inharmonic spectra, that won't be much help. Depends a lot on what you're trying to do.
You *might* find specSpread~ useful, which measures how widely or tightly energy is concentrated around the spectrum's center of gravity. It's in units of Hz though.
On Thu, Jan 2, 2014 at 12:38 PM, João Pais jmmmp...@googlemail.com wrote:
Hello,

I wanted to ask if there are any suggestions for spectral "weight" analysis.
With "weight" I mean a factor which would measure the harmonicity of a sound - e.g. white noise being 1, and a sinus/silence 0. Surely it exists a propper word for this already, but I don't know one.

Is there any external or patch around that does something similar?

Thanks,

jmmmp

___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - http://lists.puredata.info/listinfo/pd-list
-- William Brentwww.williambrent.com“Great minds flock together”Conflations: conversational idiom for the 21st century
www.conflations.com

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


Re: [PD] [PD-announce] Chocolate et Coffee

2014-01-03 Thread IOhannes m zmölnig
On 2014-01-03 09:44, Pierre Guillot wrote:
 I'm sorry, I didn't want to hurt anybody with this library. I never thought
 that the name was so important and I'll change it as soon as possible if
 it's your principal wish.

i don't think you've hurt anybody; and so far the only one who has
been complaining was me :-)

i don't think there's a real problem with your jokes about flavours
(coffee, cocoa, whatever), though there might be better - and more
specific - names.
as jonathan has pointed out, i myself am the author of a dumpster
library with a general name: but this library is about 15 years old. (i
think) all other libraries i've written since then are targetted at a
specific problem (e.g. networking) and have a specific name (e.g.
iemnet).


as for dupes in coffee:
+ [c.loadmess]
 - iemlib's [init]
 - (iirc, there used to be a kind-of implementation in vanilla as well)
+ [c.pak]
 - pdmtl's [list.pak]
+ [c.patcherargs]
 - iemgut's [canvasargs]
 - jonathan's query system
 - flext
+ [c.patcherinfos]
 - iemgut's [canvasname], [canvasinfo]
 - jonathan's query system
+ [c.prepend]
 - vanilla's [list prepend]+[list strip]
 - iemlib's [prepend]
 - cyclone's [Prepend]


gfdar
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] suggestions for spectral weight anaylsis

2014-01-03 Thread Eran Sachs
Hello João,Take a look at example 06 in William;s tID, which does timbral 
ordering of small grains quite similar to what you are describing. I was really 
happy with what I got, but I had a vaguer idea in mind... William, is there a 
way to choose certain descriptors for the reordering? Or to give different 
weight to certain parameters?
Happy 2014, list!Zax


 

To: william.br...@gmail.com
Date: Fri, 3 Jan 2014 11:30:17 +0100
From: jmmmp...@googlemail.com
CC: pd-list@iem.at
Subject: Re: [PD] suggestions for spectral weight anaylsis




Hi William and all,
I thought there would some relevant things in your library. I'll look into your 
suggestions later.
I don't have a patch that other people can look at, but I can try to explain 
the context a bit better:- I have a sound of ~40s spoken voice. I'm going to 
split it in fragments (for now 100ms each) and reorder them  - one of the 
possibilities of reordering the fragments would be to have a continuous 
timbre change in the end. E.g. going from noisy consonants to clean vowels- for 
the analysis, I guess a mixture of pitch and harmonicity (don't know yet in 
which order it should be done) would be adequate
I noticed your objects work in real time. As the analysis is to be done before 
the performance, I guess I'll either let the sound play throughout to get the 
analysis data, or then I'll divide the fragments through x analysis patches, to 
make it run x times faster.
In this case it is spoken voice, but I guess it could by anything else.
Best,
João
Hi João,
A measure that would give something near 1.0 for white noise and near 0 for a 
sine wave would be spectral flatness, which is in the timbreID library. But 
if you're looking to see how well a spectrum's partials line up harmonically, 
you won't find that in timbreID yet. One quick option would be to use sigmund~ 
to get the current pitch, then search the spectrum for the amount of energy in 
bin ranges related to the expected set of harmonics. Compare that with energy 
in non-harmonic bins. But then, for things like gongs that sound pitchy but 
have inharmonic spectra, that won't be much help. Depends a lot on what you're 
trying to do.

You *might* find specSpread~ useful, which measures how widely or tightly 
energy is concentrated around the spectrum's center of gravity. It's in units 
of Hz though.



On Thu, Jan 2, 2014 at 12:38 PM, João Pais jmmmp...@googlemail.com wrote:

Hello,



I wanted to ask if there are any suggestions for spectral weight analysis.

With weight I mean a factor which would measure the harmonicity of a sound - 
e.g. white noise being 1, and a sinus/silence 0. Surely it exists a propper 
word for this already, but I don't know one.



Is there any external or patch around that does something similar?



Thanks,



jmmmp



___

Pd-list@iem.at mailing list

UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list



-- 
William Brent
www.williambrent.com

“Great minds flock together”
Conflations: conversational idiom for the 21st century


www.conflations.com




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


Re: [PD] [PD-announce] Chocolate et Coffee

2014-01-03 Thread Pierre Guillot
I offers a library for Pd and not only on Pd-extented. It would have been
annoying to put the iem's prepend in the distribution (I don't think that
Thomas Musil would have be happy) and it would have strange to ask the user
to download one external here and another here. I've made c.prepend and
c.loadmess because I wanted to offer something with clean and simple and
note that canvasarg don't have the same behavior,  canvasinfo isn't my
pd-extented distribution, listpak doesn't work.  I know that most of the
users use these obects and I don't want to replace them that why I put .c
before everything. So I can't figure out what is your problem, why do you
say fancy objects, for the dupes ? If I said something wrong, I'm
sorry. Let's try to be cool please.


2014/1/3 IOhannes m zmölnig zmoel...@iem.at

 On 2014-01-03 09:44, Pierre Guillot wrote:
  I'm sorry, I didn't want to hurt anybody with this library. I never
 thought
  that the name was so important and I'll change it as soon as possible if
  it's your principal wish.

 i don't think you've hurt anybody; and so far the only one who has
 been complaining was me :-)

 i don't think there's a real problem with your jokes about flavours
 (coffee, cocoa, whatever), though there might be better - and more
 specific - names.
 as jonathan has pointed out, i myself am the author of a dumpster
 library with a general name: but this library is about 15 years old. (i
 think) all other libraries i've written since then are targetted at a
 specific problem (e.g. networking) and have a specific name (e.g.
 iemnet).


 as for dupes in coffee:
 + [c.loadmess]
  - iemlib's [init]
  - (iirc, there used to be a kind-of implementation in vanilla as well)
 + [c.pak]
  - pdmtl's [list.pak]
 + [c.patcherargs]
  - iemgut's [canvasargs]
  - jonathan's query system
  - flext
 + [c.patcherinfos]
  - iemgut's [canvasname], [canvasinfo]
  - jonathan's query system
 + [c.prepend]
  - vanilla's [list prepend]+[list strip]
  - iemlib's [prepend]
  - cyclone's [Prepend]


 gfdar
 IOhannes


 ___
 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] suggestions for spectral weight anaylsis

2014-01-03 Thread William Brent
Hi Eran, the order-perc.pd example in that same 06-timbre-ordering
directory shows how to do those kinds of things. It packs several features
together into one mixed feature list, normalizes the feature database, and
provides controls for weighting the different features via the weights
message to [timbreID].


On Fri, Jan 3, 2014 at 7:03 AM, Eran Sachs eransa...@hotmail.com wrote:

 Hello João,
 Take a look at example 06 in William;s tID, which does timbral ordering of
 small grains quite similar to what you are describing.
 I was really happy with what I got, but I had a vaguer idea in mind...

 William, is there a way to choose certain descriptors for the
 reordering? Or to give different weight to certain parameters?

 Happy 2014, list!
 Zax





 --
 To: william.br...@gmail.com
 Date: Fri, 3 Jan 2014 11:30:17 +0100
 From: jmmmp...@googlemail.com
 CC: pd-list@iem.at
 Subject: Re: [PD] suggestions for spectral weight anaylsis


 Hi William and all,

 I thought there would some relevant things in your library. I'll look into
 your suggestions later.
 I don't have a patch that other people can look at, but I can try to
 explain the context a bit better:
 - I have a sound of ~40s spoken voice. I'm going to split it in fragments
 (for now 100ms each) and reorder them
 - one of the possibilities of reordering the fragments would be to have a
 continuous timbre change in the end. E.g. going from noisy consonants to
 clean vowels
 - for the analysis, I guess a mixture of pitch and harmonicity (don't know
 yet in which order it should be done) would be adequate

 I noticed your objects work in real time. As the analysis is to be done
 before the performance, I guess I'll either let the sound play throughout
 to get the analysis data, or then I'll divide the fragments through x
 analysis patches, to make it run x times faster.

 In this case it is spoken voice, but I guess it could by anything else.

 Best,

 João

 Hi João,

 A measure that would give something near 1.0 for white noise and near 0
 for a sine wave would be spectral flatness, which is in the timbreID
 library. But if you're looking to see how well a spectrum's partials line
 up harmonically, you won't find that in timbreID yet. One quick option
 would be to use sigmund~ to get the current pitch, then search the spectrum
 for the amount of energy in bin ranges related to the expected set of
 harmonics. Compare that with energy in non-harmonic bins. But then, for
 things like gongs that sound pitchy but have inharmonic spectra, that
 won't be much help. Depends a lot on what you're trying to do.

 You *might* find specSpread~ useful, which measures how widely or tightly
 energy is concentrated around the spectrum's center of gravity. It's in
 units of Hz though.



 On Thu, Jan 2, 2014 at 12:38 PM, João Pais jmmmp...@googlemail.comwrote:

 Hello,

 I wanted to ask if there are any suggestions for spectral weight
 analysis.
 With weight I mean a factor which would measure the harmonicity of a
 sound - e.g. white noise being 1, and a sinus/silence 0. Surely it exists a
 propper word for this already, but I don't know one.

 Is there any external or patch around that does something similar?

 Thanks,

 jmmmp

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




 --
 William Brent
 www.williambrent.com

 “Great minds flock together”
 Conflations: conversational idiom for the 21st century

 www.conflations.com




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




-- 
William Brent
www.williambrent.com

“Great minds flock together”
Conflations: conversational idiom for the 21st century

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


Re: [PD] suggestions for spectral weight anaylsis

2014-01-03 Thread William Brent
Oh - and if you're just using one feature, you should probably turn off the
relative ordering option with this message to [timbreID]

[relative_ordering 0(


On Fri, Jan 3, 2014 at 10:50 AM, William Brent william.br...@gmail.comwrote:

 There are separate versions of each analysis object: one for real time,
 and one for NRT reading straight out of tables. You'll see separate help
 files for [barkSpec~] and [barkSpec], for instance. So an [until] loop
 scanning your pre-recorded audio will be the fastest way for you to work on
 this. That's what's used in the 06/order.pd example. Just look in the [pd
 analysis] sub patch and you can change the feature from barkSpec to
 whatever you like (or whatever combination of features, weighted however).

 I'd recommend putting your audio into the timbre-space patch and plotting
 by different features there. That way, you can see how the
 vowels/consonants fall on different axes when using certain features.
 That'll give you some intuition on picking the best feature or combo of
 features.

 Last - ordering by timbre is always going to be fuzzy unless you can find
 a one-dimensional feature that reflects the timbre aspect you're after.
 Ordering by multi-dimensional features, you might make a big jump along one
 dimension for one step in your ordering, and then a big jump along a
 different dimension for the next step. You never know how much one
 particular feature is contributing the choice of the next step in the
 ordering. In terms of keeping it relatively intuitive to work with, fewer
 dimensions is better. For speech, I'd recommend trying [specBrightness]
 only, with a boundary frequency of about 2.5kHz. That'll separate the
 high-frequency consonants from the more formanty low-mid vowels. You should
 get a decent continuum with just that one feature.



 On Fri, Jan 3, 2014 at 5:30 AM, João Pais jmmmp...@googlemail.com wrote:

  Hi William and all,

 I thought there would some relevant things in your library. I'll look
 into your suggestions later.
 I don't have a patch that other people can look at, but I can try to
 explain the context a bit better:
 - I have a sound of ~40s spoken voice. I'm going to split it in fragments
 (for now 100ms each) and reorder them
 - one of the possibilities of reordering the fragments would be to have a
 continuous timbre change in the end. E.g. going from noisy consonants to
 clean vowels
 - for the analysis, I guess a mixture of pitch and harmonicity (don't
 know yet in which order it should be done) would be adequate

 I noticed your objects work in real time. As the analysis is to be done
 before the performance, I guess I'll either let the sound play throughout
 to get the analysis data, or then I'll divide the fragments through x
 analysis patches, to make it run x times faster.

 In this case it is spoken voice, but I guess it could by anything else.

 Best,

 João

 Hi João,

 A measure that would give something near 1.0 for white noise and near 0
 for a sine wave would be spectral flatness, which is in the timbreID
 library. But if you're looking to see how well a spectrum's partials line
 up harmonically, you won't find that in timbreID yet. One quick option
 would be to use sigmund~ to get the current pitch, then search the spectrum
 for the amount of energy in bin ranges related to the expected set of
 harmonics. Compare that with energy in non-harmonic bins. But then, for
 things like gongs that sound pitchy but have inharmonic spectra, that
 won't be much help. Depends a lot on what you're trying to do.

 You *might* find specSpread~ useful, which measures how widely or tightly
 energy is concentrated around the spectrum's center of gravity. It's in
 units of Hz though.



 On Thu, Jan 2, 2014 at 12:38 PM, João Pais jmmmp...@googlemail.comwrote:

 Hello,

 I wanted to ask if there are any suggestions for spectral weight
 analysis.
 With weight I mean a factor which would measure the harmonicity of a
 sound - e.g. white noise being 1, and a sinus/silence 0. Surely it exists a
 propper word for this already, but I don't know one.

 Is there any external or patch around that does something similar?

 Thanks,

 jmmmp

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




 --
 William Brent
 www.williambrent.com

 “Great minds flock together”
 Conflations: conversational idiom for the 21st century

 www.conflations.com






 --
 William Brent
 www.williambrent.com

 “Great minds flock together”
 Conflations: conversational idiom for the 21st century

 www.conflations.com




-- 
William Brent
www.williambrent.com

“Great minds flock together”
Conflations: conversational idiom for the 21st century

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


Re: [PD] suggestions for spectral weight anaylsis

2014-01-03 Thread William Brent
There are separate versions of each analysis object: one for real time, and
one for NRT reading straight out of tables. You'll see separate help files
for [barkSpec~] and [barkSpec], for instance. So an [until] loop scanning
your pre-recorded audio will be the fastest way for you to work on this.
That's what's used in the 06/order.pd example. Just look in the [pd
analysis] sub patch and you can change the feature from barkSpec to
whatever you like (or whatever combination of features, weighted however).

I'd recommend putting your audio into the timbre-space patch and plotting
by different features there. That way, you can see how the
vowels/consonants fall on different axes when using certain features.
That'll give you some intuition on picking the best feature or combo of
features.

Last - ordering by timbre is always going to be fuzzy unless you can find a
one-dimensional feature that reflects the timbre aspect you're after.
Ordering by multi-dimensional features, you might make a big jump along one
dimension for one step in your ordering, and then a big jump along a
different dimension for the next step. You never know how much one
particular feature is contributing the choice of the next step in the
ordering. In terms of keeping it relatively intuitive to work with, fewer
dimensions is better. For speech, I'd recommend trying [specBrightness]
only, with a boundary frequency of about 2.5kHz. That'll separate the
high-frequency consonants from the more formanty low-mid vowels. You should
get a decent continuum with just that one feature.



On Fri, Jan 3, 2014 at 5:30 AM, João Pais jmmmp...@googlemail.com wrote:

  Hi William and all,

 I thought there would some relevant things in your library. I'll look into
 your suggestions later.
 I don't have a patch that other people can look at, but I can try to
 explain the context a bit better:
 - I have a sound of ~40s spoken voice. I'm going to split it in fragments
 (for now 100ms each) and reorder them
 - one of the possibilities of reordering the fragments would be to have a
 continuous timbre change in the end. E.g. going from noisy consonants to
 clean vowels
 - for the analysis, I guess a mixture of pitch and harmonicity (don't know
 yet in which order it should be done) would be adequate

 I noticed your objects work in real time. As the analysis is to be done
 before the performance, I guess I'll either let the sound play throughout
 to get the analysis data, or then I'll divide the fragments through x
 analysis patches, to make it run x times faster.

 In this case it is spoken voice, but I guess it could by anything else.

 Best,

 João

 Hi João,

 A measure that would give something near 1.0 for white noise and near 0
 for a sine wave would be spectral flatness, which is in the timbreID
 library. But if you're looking to see how well a spectrum's partials line
 up harmonically, you won't find that in timbreID yet. One quick option
 would be to use sigmund~ to get the current pitch, then search the spectrum
 for the amount of energy in bin ranges related to the expected set of
 harmonics. Compare that with energy in non-harmonic bins. But then, for
 things like gongs that sound pitchy but have inharmonic spectra, that
 won't be much help. Depends a lot on what you're trying to do.

 You *might* find specSpread~ useful, which measures how widely or tightly
 energy is concentrated around the spectrum's center of gravity. It's in
 units of Hz though.



 On Thu, Jan 2, 2014 at 12:38 PM, João Pais jmmmp...@googlemail.comwrote:

 Hello,

 I wanted to ask if there are any suggestions for spectral weight
 analysis.
 With weight I mean a factor which would measure the harmonicity of a
 sound - e.g. white noise being 1, and a sinus/silence 0. Surely it exists a
 propper word for this already, but I don't know one.

 Is there any external or patch around that does something similar?

 Thanks,

 jmmmp

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




 --
 William Brent
 www.williambrent.com

 “Great minds flock together”
 Conflations: conversational idiom for the 21st century

 www.conflations.com






-- 
William Brent
www.williambrent.com

“Great minds flock together”
Conflations: conversational idiom for the 21st century

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


[PD] [PD-announce] PuREST JSON 1.0.0 and 1.0.0-json-c-0.10 released

2014-01-03 Thread Thomas Mayer
Hello,

I am happy to announce the release of PuREST JSON 1.0.0, code name:
Pendulum, as well as the version 1.0.0-json-c-0.10, code name: Ye Olde
Pendulum.

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 since 0.15.0:
- Info for users while loading object
- Two releases for different versions of json-c
- Bug fixes in [json-encode]:
-- array handling
-- number handling

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

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

Full documentation:
https://github.com/residuum/PuRestJson/wiki

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
-- 
Ich komme aus dem Staunen nicht heraus.
Dann bleib halt drin, du Seppel
(Dietmar Dath - Die Abschaffung der Arten)
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


Re: [PD] [PD-announce] Chocolate et Coffee

2014-01-03 Thread Alexandre Torres Porres
yeah, I was finding the coffee library to be kind of reductant, these
functionalities have already been achieved by other libraries in Pd
Extended, but the GUI stuff is gold, I think it's time we could have
something like that as an option in Pd Extended!


2014/1/3 IOhannes m zmölnig zmoel...@iem.at

 On 2014-01-03 09:44, Pierre Guillot wrote:
  I'm sorry, I didn't want to hurt anybody with this library. I never
 thought
  that the name was so important and I'll change it as soon as possible if
  it's your principal wish.

 i don't think you've hurt anybody; and so far the only one who has
 been complaining was me :-)

 i don't think there's a real problem with your jokes about flavours
 (coffee, cocoa, whatever), though there might be better - and more
 specific - names.
 as jonathan has pointed out, i myself am the author of a dumpster
 library with a general name: but this library is about 15 years old. (i
 think) all other libraries i've written since then are targetted at a
 specific problem (e.g. networking) and have a specific name (e.g.
 iemnet).


 as for dupes in coffee:
 + [c.loadmess]
  - iemlib's [init]
  - (iirc, there used to be a kind-of implementation in vanilla as well)
 + [c.pak]
  - pdmtl's [list.pak]
 + [c.patcherargs]
  - iemgut's [canvasargs]
  - jonathan's query system
  - flext
 + [c.patcherinfos]
  - iemgut's [canvasname], [canvasinfo]
  - jonathan's query system
 + [c.prepend]
  - vanilla's [list prepend]+[list strip]
  - iemlib's [prepend]
  - cyclone's [Prepend]


 gfdar
 IOhannes


 ___
 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] [PD-announce] MSc, and PhD offers in generative audio/video art @ SFU

2014-01-03 Thread Miles Thorogood


Subject: MSc, and PhD offers in generative audio/video art @ SFU.
==

MSc, and PhD offers in generative audio/video art @ SFU.

The Advanced Media Research Group (AMRG) at the School of Interactive Arts and 
Technology (SIAT) at Simon Fraser University (SFU) in Canada has up to 4 
graduate fellowships available for masters and/or doctoral students with one or 
more of the following interests and expertise:
Film and new media theory and practice
Interactive narrative systems (design and analysis)
Generative systems for music, sound and video
Video and audio digital signal processing and multimedia programming
Besides being familiar with computer music tools, 3 and 4 assume a background 
in Computer Science, Machine Learning, and DSP.

The Advanced Media Research Group is an interdisciplinary research group 
including members from the fields of humanities, computer science, music and 
cognitive science whose work focuses on video art, new media theory and 
analysis, artificial intelligence, computer graphics, meta-creation, 
computational systems for creative applications, music composition, and 
soundscape design.  

AMRG has embarked on an ambitious research-creation project funded by SSHRC to 
investigate and design systems to generate real-time audio/video experiences 
that demonstrate artistic value and increasing semantic coherence. The video 
functionality relies upon a “recombinant” generative design (tagging and 
shuffling of existing video clips).  
The senior research team for the project includes:
Jim Bizzocchi [http://www.sfu.ca/siat/people/faculty/jim-bizzocchi.html]
Tom Calvert [http://www.sfu.ca/siat/people/faculty/tom-calvert.html]
Arne Eigenfeldt [http://www.sfu.ca/~eigenfel/arne/main.html]
Philippe Pasquier [http://www.sfu.ca/siat/people/faculty/philippe-pasquier.html]

We invite those interested to submit applications to the graduate program at 
SIAT (MA, MS, PhD).  The application deadline is January 30th, 2014 (for entry 
September 2014).  Full information about the application requirements and 
process can be found at:
http://www.sfu.ca/siat/grad/admissions.html
Indicate in the cover letter to your application that you are interested in 
working with the Advanced Media Research Group.

Questions about the Advanced Media Research Group or the research-creation 
project can be directed to Justine Bizzocchi (just...@sfu.ca)

Regards,
--
Philippe Pasquier

Associate Professor, Graduate Program Chair,
School of Interactive Arts and Technology,
Email: pasqu...@sfu.ca | Skype: pasquierphilippe
http://www.sfu.ca/pasquier | http://www.metacreation.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


[PD] eucledian rythms

2014-01-03 Thread
Hi List,
im interested in learn how eucledian rythms works on pd.
I found this example on the net from tim vets, but isnt downloadable

http://www.timvets.net/software/euclid.php?page=software


Tim or anybody, d u know how to get a patch or other resources in order to
program a eucledian sequencer?

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


Re: [PD] eucledian rythms

2014-01-03 Thread tim vets
Hi Xà,
here's the patch: http://www.ols18.com/timvets/euclidrummer.pd
I will put up a link on that page as well when I have time.
gr,
Tim



2014/1/4 xä freequenc...@gmail.com


 Hi List,
 im interested in learn how eucledian rythms works on pd.
 I found this example on the net from tim vets, but isnt downloadable

 http://www.timvets.net/software/euclid.php?page=software


 Tim or anybody, d u know how to get a patch or other resources in order to
 program a eucledian sequencer?

 Thnks
 Xà

 ___
 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] eucledian rythms

2014-01-03 Thread
Thanks a lot Tim )
Salut
Xà


2014/1/4 tim vets timv...@gmail.com

 Hi Xà,
 here's the patch: http://www.ols18.com/timvets/euclidrummer.pd
 I will put up a link on that page as well when I have time.
 gr,
 Tim



 2014/1/4 xä freequenc...@gmail.com


 Hi List,
 im interested in learn how eucledian rythms works on pd.
 I found this example on the net from tim vets, but isnt downloadable

 http://www.timvets.net/software/euclid.php?page=software


 Tim or anybody, d u know how to get a patch or other resources in order
 to program a eucledian sequencer?

 Thnks
 Xà

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





-- 

xm!
+||0034||659|243|481||

dAAX!  || http://www.noconventions.mobi/x!/
AuDIYolab  http://audiyolab.wordpress.com/
GraficantsÐT  http://graficantsdetrisseny.net/
HTDj! || http://hackthedj.wordpress.com/
SF! || http://noconventions.mobi/segmentationfault!/
DNARB || http://www.noconventions.mobi/DNARB/

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