Re: [PD] Vowel identification

2009-12-23 Thread Ed Kelly
Whoa, you beat me to it! I've been meaning to get around to this for some time 
now! I'll check it out when I get back to UK.

Congratulations and happy xmas,
Ed

Metastudio 3 for Pure Data - Free download at:
http://sharktracks.co.uk/puredata


--- On Wed, 16/12/09, William Brent william.br...@gmail.com wrote:

 From: William Brent william.br...@gmail.com
 Subject: Re: [PD] Vowel identification
 To: Andy Farnell padawa...@obiwannabe.co.uk
 Cc: pd-list@iem.at
 Date: Wednesday, 16 December, 2009, 5:20
 Thanks for the feedback Andy. 
 Let me know if you use it for anything
 in the near future and if you find any of the inevitable
 bugs.
 
 Here's a demo of an upcoming addition to the examples
 package.  It's
 the start of a CataRT-style timbre space interface...
 
 http://williambrent.conflations.com/mov/timbreSpace.mov
 
 
 
 
 On Tue, Dec 15, 2009 at 1:29 AM, Andy Farnell
 padawa...@obiwannabe.co.uk
 wrote:
 
 
  Tried it out yesterday with success. The timbral
  ordering was a lot of fun,  it would be a great tool
  for building wavetable synths too.
 
  The vowel matching worked well, the help files with
  a 4 category training test was perfect. Also nice
  code, no weird libs, so everything compiled
  first time.
 
  cheers for posting these William, great work.
 
  a.
 
  On Sun, 13 Dec 2009 09:23:20 -0800
  William Brent william.br...@gmail.com
 wrote:
 
  Hi José,
 
  Nope, no SC implementation for now, just Pd.
  Thanks for looking...
 
  William
 
 
 
  On Sun, Dec 13, 2009 at 2:48 AM, josepadovani
 josepadov...@yahoo.com.br
 wrote:
   That is really nice!
   Do you have this working also in SC? (I am
 asking because our recent thread
   about cepstrum in sc list)
   I will try it soon!
  
   Best wishes,
   josé
  
   William Brent escreveu:
  
   Hi list,
  
   I just put together a simple example
 patch using a couple of my
   timbreID externs in order to identify
 sung vowels.  Here's a 30 second
   movie that demonstrates the patch:
  
   http://williambrent.conflations.com/mov/timbreID-vowel.mov
  
   I've only played with it a bit, but it
 seems like it works well within
   a small pitch range as is.  If anyone
 actually has a need for this at
   the moment, let me know how it works for
 you...
  
  
  
  
  
   --
   http://zepadovani.info
  
  
  
  
 ___
   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
 
 
 
 
 -- 
 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] Vowel identification

2009-12-17 Thread Kyle Klipowicz
I really like your whole site, William! Especially the bit about PIC
programming with OS X.

~Kyle

On Wed, Dec 16, 2009 at 4:39 AM, Marco Donnarumma de...@thesaddj.comwrote:

 really interesting work, thanks for sharing.
 I'm thinking about a future implementation of your work in 
 C::NTR::Lhttp://cntrl.sourceforge.net/
 .

 The graphic timbre map is definitely great work too, reminds me of the
 metasurface concept in AudioMulch.
 It will be great to develop such interfaces when there will be the
 opportunity to use multiple GEM windows.

 --
 Marco Donnarumma aka The !S.A.D!



 Independent New Media Arts Professional, Performer, Teacher - Edinburgh, UK

 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] Vowel identification

2009-12-16 Thread Frank Barknecht
Hallo,

very interesting again, looking forward to it! And your helpfiles are very
instructive, too.

I have some small suggestions for the Pd side of things: 

How about using standard help file names, which have the help part at the
end, like zeroCrossing~-help.pd? Just remove the class_sethelpsymbol() method
and rename the help files.

In my experience mixed case object names can lead to subtle OS dependent bugs:
Windows and Mac are less strict with mixed case, so if users create a
[zerocrossing~] their patches may work on Win and Mac, but not on Linux, which
is very strict.

Ciao
-- 
Frank

William Brent hat gesagt: // William Brent wrote:

 Thanks for the feedback Andy.  Let me know if you use it for anything
 in the near future and if you find any of the inevitable bugs.
 
 Here's a demo of an upcoming addition to the examples package.  It's
 the start of a CataRT-style timbre space interface...
 
 http://williambrent.conflations.com/mov/timbreSpace.mov
 
 
 
 
 On Tue, Dec 15, 2009 at 1:29 AM, Andy Farnell
 padawa...@obiwannabe.co.uk wrote:
 
 
  Tried it out yesterday with success. The timbral
  ordering was a lot of fun,  it would be a great tool
  for building wavetable synths too.
 
  The vowel matching worked well, the help files with
  a 4 category training test was perfect. Also nice
  code, no weird libs, so everything compiled
  first time.
 
  cheers for posting these William, great work.
 
  a.
 
  On Sun, 13 Dec 2009 09:23:20 -0800
  William Brent william.br...@gmail.com wrote:
 
  Hi José,
 
  Nope, no SC implementation for now, just Pd.  Thanks for looking...
 
  William
 
 
 
  On Sun, Dec 13, 2009 at 2:48 AM, josepadovani josepadov...@yahoo.com.br 
  wrote:
   That is really nice!
   Do you have this working also in SC? (I am asking because our recent 
   thread
   about cepstrum in sc list)
   I will try it soon!
  
   Best wishes,
   josé
  
   William Brent escreveu:
  
   Hi list,
  
   I just put together a simple example patch using a couple of my
   timbreID externs in order to identify sung vowels.  Here's a 30 second
   movie that demonstrates the patch:
  
   http://williambrent.conflations.com/mov/timbreID-vowel.mov
  
   I've only played with it a bit, but it seems like it works well within
   a small pitch range as is.  If anyone actually has a need for this at
   the moment, let me know how it works for you...
  
  
  
  
  
   --
   http://zepadovani.info
  
  
  
   ___
   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
 
 
 
 
 -- 
 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] Vowel identification

2009-12-16 Thread Marco Donnarumma
really interesting work, thanks for sharing.
I'm thinking about a future implementation of your work in
C::NTR::Lhttp://cntrl.sourceforge.net/
.

The graphic timbre map is definitely great work too, reminds me of the
metasurface concept in AudioMulch.
It will be great to develop such interfaces when there will be the
opportunity to use multiple GEM windows.

-- 
Marco Donnarumma aka The !S.A.D!



Independent New Media Arts Professional, Performer, Teacher - Edinburgh, UK

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] Vowel identification

2009-12-15 Thread Andy Farnell


Tried it out yesterday with success. The timbral
ordering was a lot of fun,  it would be a great tool
for building wavetable synths too.

The vowel matching worked well, the help files with 
a 4 category training test was perfect. Also nice
code, no weird libs, so everything compiled
first time.

cheers for posting these William, great work.

a.

On Sun, 13 Dec 2009 09:23:20 -0800
William Brent william.br...@gmail.com wrote:

 Hi José,
 
 Nope, no SC implementation for now, just Pd.  Thanks for looking...
 
 William
 
 
 
 On Sun, Dec 13, 2009 at 2:48 AM, josepadovani josepadov...@yahoo.com.br 
 wrote:
  That is really nice!
  Do you have this working also in SC? (I am asking because our recent thread
  about cepstrum in sc list)
  I will try it soon!
 
  Best wishes,
  josé
 
  William Brent escreveu:
 
  Hi list,
 
  I just put together a simple example patch using a couple of my
  timbreID externs in order to identify sung vowels.  Here's a 30 second
  movie that demonstrates the patch:
 
  http://williambrent.conflations.com/mov/timbreID-vowel.mov
 
  I've only played with it a bit, but it seems like it works well within
  a small pitch range as is.  If anyone actually has a need for this at
  the moment, let me know how it works for you...
 
 
 
 
 
  --
  http://zepadovani.info
 
 
 
  ___
  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] Vowel identification

2009-12-15 Thread William Brent
Thanks for the feedback Andy.  Let me know if you use it for anything
in the near future and if you find any of the inevitable bugs.

Here's a demo of an upcoming addition to the examples package.  It's
the start of a CataRT-style timbre space interface...

http://williambrent.conflations.com/mov/timbreSpace.mov




On Tue, Dec 15, 2009 at 1:29 AM, Andy Farnell
padawa...@obiwannabe.co.uk wrote:


 Tried it out yesterday with success. The timbral
 ordering was a lot of fun,  it would be a great tool
 for building wavetable synths too.

 The vowel matching worked well, the help files with
 a 4 category training test was perfect. Also nice
 code, no weird libs, so everything compiled
 first time.

 cheers for posting these William, great work.

 a.

 On Sun, 13 Dec 2009 09:23:20 -0800
 William Brent william.br...@gmail.com wrote:

 Hi José,

 Nope, no SC implementation for now, just Pd.  Thanks for looking...

 William



 On Sun, Dec 13, 2009 at 2:48 AM, josepadovani josepadov...@yahoo.com.br 
 wrote:
  That is really nice!
  Do you have this working also in SC? (I am asking because our recent thread
  about cepstrum in sc list)
  I will try it soon!
 
  Best wishes,
  josé
 
  William Brent escreveu:
 
  Hi list,
 
  I just put together a simple example patch using a couple of my
  timbreID externs in order to identify sung vowels.  Here's a 30 second
  movie that demonstrates the patch:
 
  http://williambrent.conflations.com/mov/timbreID-vowel.mov
 
  I've only played with it a bit, but it seems like it works well within
  a small pitch range as is.  If anyone actually has a need for this at
  the moment, let me know how it works for you...
 
 
 
 
 
  --
  http://zepadovani.info
 
 
 
  ___
  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




-- 
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] Vowel identification

2009-12-14 Thread William Brent
Thanks Hans, glad you liked the letters.  They have a certain dorky charm...



On Sun, Dec 13, 2009 at 9:15 PM, Hans-Christoph Steiner h...@at.or.at wrote:

 Hey William,

 Looks quite nice, I like the shimmering letters of bangs too!

 .hc

 On Dec 13, 2009, at 2:43 AM, William Brent wrote:

 Hi list,

 I just put together a simple example patch using a couple of my
 timbreID externs in order to identify sung vowels.  Here's a 30 second
 movie that demonstrates the patch:

 http://williambrent.conflations.com/mov/timbreID-vowel.mov

 I've only played with it a bit, but it seems like it works well within
 a small pitch range as is.  If anyone actually has a need for this at
 the moment, let me know how it works for you...



 --
 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


 

 Access to computers should be unlimited and total.  - the hacker ethic






-- 
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] Vowel identification

2009-12-13 Thread josepadovani

That is really nice!
Do you have this working also in SC? (I am asking because our recent 
thread about cepstrum in sc list)

I will try it soon!

Best wishes,
josé

William Brent escreveu:

Hi list,

I just put together a simple example patch using a couple of my
timbreID externs in order to identify sung vowels.  Here's a 30 second
movie that demonstrates the patch:

http://williambrent.conflations.com/mov/timbreID-vowel.mov

I've only played with it a bit, but it seems like it works well within
a small pitch range as is.  If anyone actually has a need for this at
the moment, let me know how it works for you...



  


--
http://zepadovani.info



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


Re: [PD] Vowel identification

2009-12-13 Thread olsen

ej william
the present need was to irritate my flatmate with my 'singing' - but 
anyway it works pretty well - very nice!

thanks for sharing
ø



William Brent wrote:

Hi list,

I just put together a simple example patch using a couple of my
timbreID externs in order to identify sung vowels.  Here's a 30 second
movie that demonstrates the patch:

http://williambrent.conflations.com/mov/timbreID-vowel.mov

I've only played with it a bit, but it seems like it works well within
a small pitch range as is.  If anyone actually has a need for this at
the moment, let me know how it works for you...





--
ETs DNA will not be televised


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


Re: [PD] Vowel identification

2009-12-13 Thread William Brent
Hi José,

Nope, no SC implementation for now, just Pd.  Thanks for looking...

William



On Sun, Dec 13, 2009 at 2:48 AM, josepadovani josepadov...@yahoo.com.br wrote:
 That is really nice!
 Do you have this working also in SC? (I am asking because our recent thread
 about cepstrum in sc list)
 I will try it soon!

 Best wishes,
 josé

 William Brent escreveu:

 Hi list,

 I just put together a simple example patch using a couple of my
 timbreID externs in order to identify sung vowels.  Here's a 30 second
 movie that demonstrates the patch:

 http://williambrent.conflations.com/mov/timbreID-vowel.mov

 I've only played with it a bit, but it seems like it works well within
 a small pitch range as is.  If anyone actually has a need for this at
 the moment, let me know how it works for you...





 --
 http://zepadovani.info



 ___
 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] Vowel identification

2009-12-13 Thread Hans-Christoph Steiner


Hey William,

Looks quite nice, I like the shimmering letters of bangs too!

.hc

On Dec 13, 2009, at 2:43 AM, William Brent wrote:


Hi list,

I just put together a simple example patch using a couple of my
timbreID externs in order to identify sung vowels.  Here's a 30 second
movie that demonstrates the patch:

http://williambrent.conflations.com/mov/timbreID-vowel.mov

I've only played with it a bit, but it seems like it works well within
a small pitch range as is.  If anyone actually has a need for this at
the moment, let me know how it works for you...



--
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





Access to computers should be unlimited and total.  - the hacker ethic



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


[PD] Vowel identification

2009-12-12 Thread William Brent
Hi list,

I just put together a simple example patch using a couple of my
timbreID externs in order to identify sung vowels.  Here's a 30 second
movie that demonstrates the patch:

http://williambrent.conflations.com/mov/timbreID-vowel.mov

I've only played with it a bit, but it seems like it works well within
a small pitch range as is.  If anyone actually has a need for this at
the moment, let me know how it works for you...



-- 
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