Re: [PD] aubio install question

2014-03-13 Thread IOhannes m zmölnig
On 03/12/2014 08:14 PM, Aaron L. wrote:
 Hi all.
 
 I'm trying to install aubio on ubuntu 13.10.
 
 I used the apt-get instructions here:
 http://aubio.org/download
 
 .but putting an 'aubionotes~' object results in a
   aubionotes~
 ... couldn't create in the logs.
 
 What am I doing wrong?

you did install the pd-aubio package as well, did you?

once you did that, you will have to load the aubio library - and you
must do so before being able to create *any* of the aubio objects.
you can do so by either
- creating an object [aubio]
- adding aubio to the list of loaded libraries
(file-preferences-startup)
- adding -lib aubio to the startup flags of Pd (e.g. when running from
the cmdline).

you can also add a [declare -lib aubio] to your patch using the
aubio-objects, but this will only take effect the next time the patch is
loaded.


also please note, that there is a new upstream for aubio after a few
years: the website, and packages in debian(=jessie) and
ubuntu(=trusty) are all about aubio-0.4 - whereas older distros (like
ubuntu-13.10) only have aubio-0.3.2.
you should check the documentation of the package installed, whether the
object in question exists (checking [1] indicates that it does not exist
for this package)

fgmards
IOhannes

[1] http://packages.ubuntu.com/saucy/amd64/pd-aubio/filelist



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] [OT] Raspberry Pi Wolfson Audio Card

2014-03-13 Thread Pierre Massat
Hey Dan,

Looks like the UDOO is much better indeed from what you recently posted
here. Could you tell us what latency you're achieving ? And which version
you're using (with or w/o wifi) ?

Cheers,

Pierre.


2014-03-13 0:49 GMT+01:00 Dan Wilcox danomat...@gmail.com:

 Ok for small projects, but you're not going to interface a real stage mic
 or guitar easily. Would be much better if the next pi version comes with an
 onboard usb controller, which is the main problem for usb audio on the
 current pi. For now, the UDOO is where it's at for that.

 On Mar 12, 2014, at 7:10 PM, pd-list-requ...@iem.at wrote:

 *From: *me.grimm megr...@gmail.com
 *Subject: **[PD] [OT] Raspberry Pi Wolfson Audio Card*
 *Date: *March 12, 2014 at 6:38:43 PM EDT
 *To: *pd_list Listserve pd-list@iem.at


 You all see this?


 http://www.element14.com/community/community/raspberry-pi/raspberry-pi-accessories/wolfson_pi

 what do you think?


 
 Dan Wilcox
 @danomatika
 danomatika.com
 robotcowboy.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] NRPN question

2014-03-13 Thread David Schaffer
Hi, NRPN messages are properly midi. I've had the same issue a few years ago 
when trying to map my korg electribe ER-1. I finnaly got it to work perfectly 
with pd. none of the existing stuff worked for me at that time, so I built my 
own little abstractions; it's here: 
http://puredata.hurleur.com/sujet-2995-controller-korg
I hope this will help you.
D.S


http://www.flickr.com/photos/schafferdavid/
https://soundcloud.com/schafferdavid


From: ja...@jamiebullock.com
Date: Wed, 12 Mar 2014 15:08:33 +
To: santorcuat...@gmail.com
CC: pd-list@iem.at
Subject: Re: [PD] NRPN question


On 12 Mar 2014, at 14:58, José Luis Santorcuato Tapia santorcuat...@gmail.com 
wrote:Hello dear list, I have a
question: I'm working with a hardware synthesizer and need to modify
parameters that are not properly midi. These parameters are of type
NRPN, and wanted to know what would be the best way. 
Best regards!
José

You need [nrpnin] and [nrpnout] in David Mccallum's abstractions: 
http://sintheta.org/html/downloads.html
Jamie

___
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] [OT] Raspberry Pi Wolfson Audio Card

2014-03-13 Thread Dan Wilcox
I don't know the latency. I can try testing that at let you know, but it's
definitely good enough for what I need. It is at least lower than 20ms.
Acceptable latency for guitar is 12ms, and I think I got around 16ms out of
my old setup running on the Pentium III 500Mhz wearable.

The main deal with the UDOO, is that it's multiple cores (2 or 4 depending
on the board you buy). This way, the kernel has a core, pd has a core, and
there are 2 cores left over for other things (my HID-OSC device daemon,
etc).


On Thu, Mar 13, 2014 at 4:32 AM, Pierre Massat pimas...@gmail.com wrote:

 Hey Dan,

 Looks like the UDOO is much better indeed from what you recently posted
 here. Could you tell us what latency you're achieving ? And which version
 you're using (with or w/o wifi) ?

 Cheers,

 Pierre.


 2014-03-13 0:49 GMT+01:00 Dan Wilcox danomat...@gmail.com:

 Ok for small projects, but you're not going to interface a real stage mic
 or guitar easily. Would be much better if the next pi version comes with an
 onboard usb controller, which is the main problem for usb audio on the
 current pi. For now, the UDOO is where it's at for that.

 On Mar 12, 2014, at 7:10 PM, pd-list-requ...@iem.at wrote:

 *From: *me.grimm megr...@gmail.com
  *Subject: **[PD] [OT] Raspberry Pi Wolfson Audio Card*
 *Date: *March 12, 2014 at 6:38:43 PM EDT
 *To: *pd_list Listserve pd-list@iem.at


  You all see this?


 http://www.element14.com/community/community/raspberry-pi/raspberry-pi-accessories/wolfson_pi

 what do you think?


  
 Dan Wilcox
 @danomatika
 danomatika.com
 robotcowboy.com






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





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


[PD] friendly reminder that osx pd-extended is still badly flawed

2014-03-13 Thread i go bananas
every time i open a patch from clicking on an icon, PD loads 2 patches.
 pretty sure this is a long standing issue that hasn't been fixed.

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


Re: [PD] friendly reminder that osx pd-extended is still badly flawed

2014-03-13 Thread me.grimm
isnt that an osx thing?

http://osxdaily.com/2013/05/07/close-windows-when-quitting-apps-mac-os-x/




On Thu, Mar 13, 2014 at 11:07 AM, i go bananas hard@gmail.com wrote:

 every time i open a patch from clicking on an icon, PD loads 2 patches.
  pretty sure this is a long standing issue that hasn't been fixed.

 (os-x)

 ___
 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


Re: [PD] friendly reminder that osx pd-extended is still badly flawed

2014-03-13 Thread José Rafael Subía Valdez
what version of OSX?? I have no problem with it.

Does it open 2 instances or just 2 icons on the dock??? I remember a while
back in tiger this occurred after doing something in system preferences
(cant remember what.. it was a long time ago) Those days, I opened a patch
and I saw a PD icon and another blank icon also called pd, but now..
running 10.6.8 and extended 0.43. I see no problem as you describe.




On Thu, Mar 13, 2014 at 10:07 AM, i go bananas hard@gmail.com wrote:

 every time i open a patch from clicking on an icon, PD loads 2 patches.
  pretty sure this is a long standing issue that hasn't been fixed.

 (os-x)

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




-- 
Lic. José Rafael Subía Valdez
www.jrsv.net
___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] friendly reminder that osx pd-extended is still badly flawed

2014-03-13 Thread i go bananas
i'm on 10.6.8


On Fri, Mar 14, 2014 at 12:18 AM, José Rafael Subía Valdez 
jsubiaval...@gmail.com wrote:

 what version of OSX?? I have no problem with it.

 Does it open 2 instances or just 2 icons on the dock??? I remember a while
 back in tiger this occurred after doing something in system preferences
 (cant remember what.. it was a long time ago) Those days, I opened a patch
 and I saw a PD icon and another blank icon also called pd, but now..
 running 10.6.8 and extended 0.43. I see no problem as you describe.




 On Thu, Mar 13, 2014 at 10:07 AM, i go bananas hard@gmail.com wrote:

 every time i open a patch from clicking on an icon, PD loads 2 patches.
  pretty sure this is a long standing issue that hasn't been fixed.

 (os-x)

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




 --
 Lic. José Rafael Subía Valdez
 www.jrsv.net





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


Re: [PD] friendly reminder that osx pd-extended is still badly flawed

2014-03-13 Thread i go bananas
pd 0.42.5


...so it got fixed???


i don't like updating, cos if it ain't broke, don't fix itbut maybe i
should try?


On Fri, Mar 14, 2014 at 12:21 AM, i go bananas hard@gmail.com wrote:

 i'm on 10.6.8


 On Fri, Mar 14, 2014 at 12:18 AM, José Rafael Subía Valdez 
 jsubiaval...@gmail.com wrote:

 what version of OSX?? I have no problem with it.

 Does it open 2 instances or just 2 icons on the dock??? I remember a
 while back in tiger this occurred after doing something in system
 preferences (cant remember what.. it was a long time ago) Those days, I
 opened a patch and I saw a PD icon and another blank icon also called pd,
 but now.. running 10.6.8 and extended 0.43. I see no problem as you
 describe.




 On Thu, Mar 13, 2014 at 10:07 AM, i go bananas hard@gmail.comwrote:

 every time i open a patch from clicking on an icon, PD loads 2 patches.
  pretty sure this is a long standing issue that hasn't been fixed.

 (os-x)

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




 --
 Lic. José Rafael Subía Valdez
 www.jrsv.net






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


Re: [PD] Pd-list Digest, Vol 108, Issue 47

2014-03-13 Thread patrick
 Are they smart enough to determine 440hz on a 5th-fretted low-E string vs
 an open A string?

No.

If using a hexaphonic pickup with a breakout box for splitting the 6 audio 
signals and feeding that to PD then it's doable.

Pat (back in the present)

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


[PD] [PD-announce] [Performances] STEIM Concert of Bodies Sat. 15 March, AMS

2014-03-13 Thread Marco Donnarumma
(forgive any x-post)

What your body can do? It can breathe, sweat, pulsate, bleed, cry, jump,
walk and run, stay still, wait, think, feel and perceive, see, touch,
smell, read, write and learn, communicate, surprise, seduce, entertain,
love, die and become ashes.

Concert of Bodies brings before your eyes sounding bodies in all their
physicality. Sonorous, invisible, imaginary, impalpable, yet physical,
visceral, pulsating and alive bodies!

Join us for a night of music where sound materiality is caressed, touched,
molded and torn only to escape the digital and reach out for your ears.

Line Up:

Marije Baalman (NL)
Erfan Abdi (IR/NL)
Marco Donnarumma (IT/UK)

More: http://steim.org/event/concert-of-bodies/

DETAILS:
DATE: 15th of March, 2014
TIME: 20:00
COST: EURO 7,50 (Students with a student card get a EURO 2,50 discount)
LOCATION: STEIM Concert Space, Utrechtsedwarsstraat 134, Amsterdam

Curated by Marco Donnarumma and STEIM

best wishes,



--
Marco Donnarumma
Performer, body tinkerer, teacher and writer.
#soundandmusic #biotech #freeculture
EAVI - Goldsmiths, University of London
~
Portfolio: http://marcodonnarumma.com
Research: http://res.marcodonnarumma.com
___
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] timbreID - failed to map segment from shared object: Operation not permitted

2014-03-13 Thread William Brent
Hi Joao,

What's your full setup  Pd version? I'm on 64-bit Ubuntu 12, Pd-0.45-4 and
building/using [bark] with no problems.


On Tue, Mar 11, 2014 at 4:12 PM, João Pais jmmmp...@googlemail.com wrote:

 Hi William,

 I compiled timbreID library in ubuntu , but couldn't get it to run. When I
 try to start [bark], I get the error message failed to map segment from
 shared object: Operation not permitted.
 Is it necessary to give some parameters when building?

 Best,

 Joao




-- 
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] Sigmund~ parameters

2014-03-13 Thread Benoît Fortier
Hi Miller,

Here's a more detailed example. I've found that this problem is particularly 
obvious with minpower. The sound file I'm playing through sigmund has peaks 
varying mostly between 60 and 80, with occasional peaks around 90 (according to 
sigmund's env output). To my understanding the help file suggest that a value 
of minpower around 50 should detect pretty much all the notes, and a value 
around 90 would detect almost none. But in practice I find that there's almost 
no difference. I have to use values of minpower around 100 and 130, with 130 
having the effect of effectively making sigmund output no notes at all. Is it a 
normal behaviour? Is there something I don't get in the way sigmund's work? I 
feel the growth parameter have this same issue, it feels to me that it's 
working quite differently in practice than what you would expect from reading 
the help file.

Thanks for this wonderful object!

Benoît Fortier





Le jeudi 13 mars 2014 0h37, Miller Puckette m...@ucsd.edu a écrit :
 
I presume you found the (very short) mention in the subppatch of the
help wnidow (pd setting-parameters).  

Basically, if the measured signal power is less than minpower (expressed
in dB) then the reported instantaneous potch is zero and no new notes will
be reports (and this can give rise to repeated notes if the input power
drifts below this value and then rises again.)

growth is a threshold whereby sigmund~ may report repeated notes at teh
same pitch, even if that pitch s continuously present in the signal, just
because of a fall and subsequent rise in the measured power.

This all needs a picture :)

M


On Wed, Mar 12, 2014 at 04:10:23PM -0700, Benoît Fortier wrote:
 Ok folks, never mind, I did some more testing with sigmund~ and I do now see 
 that minpower and growth seems to be working. It works in a way I'm not quite 
 sure to understand so I find it hard to use those parameters in a meaningful, 
 predictable way, but I guess that's because of my limited understanding of 
 what's going on exactly under the hood.
 
 Benoît Fortier
 
 
 
 
 Le mercredi 12 mars 2014 16h50, Benoît Fortier benoitfort...@yahoo.ca a 
 écrit :
  
 Thanks for your reply. Yes I did some testing with fiddle and Helmholtz, If I 
 need to I'll get to that in an other question.
 
 My question wasn't clear enough sorry about that. I would like first to 
 clarify some aspect of the sigmund notes mode which seems very straight 
 forward in the help file, namely growth and minpower parameter, but which in 
 practice I find it doesn't quite work as expected. As anyone ever managed to 
 get significantly different output by changing those two parameters? Are they 
 working at all, and if so can anyone explain for the record how they actually 
 work? Or maybe I'm missing something obvious?
 
 I'll ask a clearer question regarding other specific strategies for refining 
 pitch tracking result soon, thank you for your help.
  
 Benoît Fortier
 581 995-5622
 
 
 
 Le mercredi 12 mars 2014 16h02, Alexandros Drymonitis adr...@gmail.com a 
 écrit :
  
 Haven't tried [sigmund~], but [fiddle~] and [helmholtz~] (the latter by Katja 
 Vetter) and I found [both fine but [helmholtz~] a bit better for my taste. I 
 think it's a bit more responsive. What if you combine this with [env~] for 
 example and this way you get pitch and amplitude...
 
 
 
 
 On Wed, Mar 12, 2014 at 9:42 PM, Benoît Fortier benoitfort...@yahoo.ca 
 wrote:
 
 Dear list,
 
 
 I've been working on a patch for quite a few months now which involves pitch 
 tracking. I've explored many possible solutions, considering the pros and 
 cons of every approach, made different tests, etc. I've also done a lot of 
 reading (help files, forums, etc), but I couldn't find satisfying answers to 
 all my questions. I am now in front of 4 or 5 different approach, each of 
 which requires to do a certain number of compromise at different level. My 
 feeling is that I am now at the point where I could possibly eliminate some 
 of those compromise with your help.
 
 
 I have a lot of questions, but I'll start with one regarding Sigmund's notes 
 parameters. I've done a lot of tests, changing one parameter at a time. I 
 found that only the stable time and vibrato parameters seems to be affecting 
 the output the way it should. The other parameters - growth and minpower - 
 doesn't seem to be working the way it's described in the help file. Am I the 
 only person who noticed that? When I looked in the list archives, I found 
 someone else mentioning this issue but nobody replied (and i lost the link 
 to the thread).
 
 
 I'm using my patch to track the pitch of a violin. What I'm trying to do is 
 to convert the pitch of the violon into the most accurate note on message 
 possible (with midi note and velocity). I need this patch to be as 
 responsive as possible but also with as few insignificant output as possible.
 
 
 Thanks for your help!
 
 
 Benoît Fortier
 581 995-5622
 

Re: [PD] [OT] Raspberry Pi Wolfson Audio Card

2014-03-13 Thread Brian Fay
While I'm sure that Dan is right that the UDOO is the better choice for USB
audio, I do have to say that I've had decent success using my Raspberry Pi
as a guitar effects processor, with the Behringer UCG102 interface.

There's definitely a lot of quirkiness to getting it running... for example
ALSA gets in an infinite restart loop when attempting low latency on
pd-extended, but vanilla starts up fine under the same settings. And then
there's the fact that an issue in the kernel screws up USB audio on major
distros like Raspbian.

I'm using the Satellite CCRMA distro right now with much better success. So
far I've got various delays, a looper, and a waveshaper distortion running
within the same patch, at 20ms latency with very few noticeable dropouts.
Parameters are adjustable with a QuNeo MIDI controller and with a button
attached to the GPIO pins.

The Pi is a bit more affordable than the UDOO boards, but then again I had
to buy a powered USB hub. Ultimately for one audio input the Raspberry Pi
could probably serve most purposes, while the UDOO is more likely to scale
to bigger installations.
___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] [OT] Raspberry Pi Wolfson Audio Card

2014-03-13 Thread Rafael Vega
Anyone wants to share their experience with the BeagleBoneBlack?


On Thu, Mar 13, 2014 at 3:11 PM, Brian Fay ovaltinevor...@gmail.com wrote:

 While I'm sure that Dan is right that the UDOO is the better choice for
 USB audio, I do have to say that I've had decent success using my Raspberry
 Pi as a guitar effects processor, with the Behringer UCG102 interface.

 There's definitely a lot of quirkiness to getting it running... for
 example ALSA gets in an infinite restart loop when attempting low latency
 on pd-extended, but vanilla starts up fine under the same settings. And
 then there's the fact that an issue in the kernel screws up USB audio on
 major distros like Raspbian.

 I'm using the Satellite CCRMA distro right now with much better success.
 So far I've got various delays, a looper, and a waveshaper distortion
 running within the same patch, at 20ms latency with very few noticeable
 dropouts. Parameters are adjustable with a QuNeo MIDI controller and with a
 button attached to the GPIO pins.

 The Pi is a bit more affordable than the UDOO boards, but then again I had
 to buy a powered USB hub. Ultimately for one audio input the Raspberry Pi
 could probably serve most purposes, while the UDOO is more likely to scale
 to bigger installations.

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




-- 
Rafael Vega
email.r...@gmail.com
___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] Sigmund~ parameters

2014-03-13 Thread Miller Puckette
Hmm..sounds like somethng's not workng rght.

I'm traveling this week then booked solid next week, but I'll try to get
a look at this when I can.

cheers
Miller

On Thu, Mar 13, 2014 at 09:48:48AM -0700, Benoît Fortier wrote:
 Hi Miller,
 
 Here's a more detailed example. I've found that this problem is 
 particularly obvious with minpower. The sound file I'm playing through 
 sigmund has peaks varying mostly between 60 and 80, with occasional peaks 
 around 90 (according to sigmund's env output). To my understanding the help 
 file suggest that a value of minpower around 50 should detect pretty much all 
 the notes, and a value around 90 would detect almost none. But in practice I 
 find that there's almost no difference. I have to use values of minpower 
 around 100 and 130, with 130 having the effect of effectively making sigmund 
 output no notes at all. Is it a normal behaviour? Is there something I don't 
 get in the way sigmund's work? I feel the growth parameter have this same 
 issue, it feels to me that it's working quite differently in practice than 
 what you would expect from reading the help file.
 
 Thanks for this wonderful object!
 
 Benoît Fortier
 
 
 
 
 
 Le jeudi 13 mars 2014 0h37, Miller Puckette m...@ucsd.edu a écrit :
  
 I presume you found the (very short) mention in the subppatch of the
 help wnidow (pd setting-parameters).  
 
 Basically, if the measured signal power is less than minpower (expressed
 in dB) then the reported instantaneous potch is zero and no new notes will
 be reports (and this can give rise to repeated notes if the input power
 drifts below this value and then rises again.)
 
 growth is a threshold whereby sigmund~ may report repeated notes at teh
 same pitch, even if that pitch s continuously present in the signal, just
 because of a fall and subsequent rise in the measured power.
 
 This all needs a picture :)
 
 M
 
 
 On Wed, Mar 12, 2014 at 04:10:23PM -0700, Benoît Fortier wrote:
  Ok folks, never mind, I did some more testing with sigmund~ and I do now 
  see that minpower and growth seems to be working. It works in a way I'm not 
  quite sure to understand so I find it hard to use those parameters in a 
  meaningful, predictable way, but I guess that's because of my limited 
  understanding of what's going on exactly under the hood.
  
  Benoît Fortier
  
  
  
  
  Le mercredi 12 mars 2014 16h50, Benoît Fortier benoitfort...@yahoo.ca a 
  écrit :
   
  Thanks for your reply. Yes I did some testing with fiddle and Helmholtz, If 
  I need to I'll get to that in an other question.
  
  My question wasn't clear enough sorry about that. I would like first to 
  clarify some aspect of the sigmund notes mode which seems very straight 
  forward in the help file, namely growth and minpower parameter, but which 
  in practice I find it doesn't quite work as expected. As anyone ever 
  managed to get significantly different output by changing those two 
  parameters? Are they working at all, and if so can anyone explain for the 
  record how they actually work? Or maybe I'm missing something obvious?
  
  I'll ask a clearer question regarding other specific strategies for 
  refining pitch tracking result soon, thank you for your help.
   
  Benoît Fortier
  581 995-5622
  
  
  
  Le mercredi 12 mars 2014 16h02, Alexandros Drymonitis adr...@gmail.com a 
  écrit :
   
  Haven't tried [sigmund~], but [fiddle~] and [helmholtz~] (the latter by 
  Katja Vetter) and I found [both fine but [helmholtz~] a bit better for my 
  taste. I think it's a bit more responsive. What if you combine this with 
  [env~] for example and this way you get pitch and amplitude...
  
  
  
  
  On Wed, Mar 12, 2014 at 9:42 PM, Benoît Fortier benoitfort...@yahoo.ca 
  wrote:
  
  Dear list,
  
  
  I've been working on a patch for quite a few months now which involves 
  pitch tracking. I've explored many possible solutions, considering the 
  pros and cons of every approach, made different tests, etc. I've also done 
  a lot of reading (help files, forums, etc), but I couldn't find satisfying 
  answers to all my questions. I am now in front of 4 or 5 different 
  approach, each of which requires to do a certain number of compromise at 
  different level. My feeling is that I am now at the point where I could 
  possibly eliminate some of those compromise with your help.
  
  
  I have a lot of questions, but I'll start with one regarding Sigmund's 
  notes parameters. I've done a lot of tests, changing one parameter at a 
  time. I found that only the stable time and vibrato parameters seems to be 
  affecting the output the way it should. The other parameters - growth and 
  minpower - doesn't seem to be working the way it's described in the help 
  file. Am I the only person who noticed that? When I looked in the list 
  archives, I found someone else mentioning this issue but nobody replied 
  (and i lost the link to the thread).
  
  
  I'm using my patch to track the pitch of a 

[PD] HD 1920 X 1080

2014-03-13 Thread Mateo De Los Ríos
Hi,



I'm trying to load a video in full HD 1920 X 1080 with [pix_film] to
texture a rectangle.



Quicktime movie .mov

Size 1920 X 1080


I reduced its format size to HD 1280 X 720 and now [pix_film] is able to
open it but reproduction is slow and choppy.



I use [pix_film] to load Quicktime (.mov) DV 780 X 420 videos and they run
perfectly.The same setup won't work with 1920 X 1080.



I work on OS X 10.9.1 and Pd-Ext 0.43.4 extended.



How can I load videos in full HD 1920 x 1080 in order to texture
effectively?


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


Re: [PD] libpd and Unity

2014-03-13 Thread Pagano, Patrick
Hello, i switched to OSX and have an example of libpd and a sine tone on a 
slider inside Unity 4.3.1 working
I did a make and got a libpd.dylib, which had to be renamed to libpd.bundle and 
i followed this blog post successfully
http://kylehalladay.com/all/blog/2013/11/10/Libpd-and-Unity.html

Does anyone have any other examples of pd providing other sound for Unity? I 
would like to see if pd can be used to provide the full audio part for a game 
but i am also interested in perhaps making a synth emulation in Unity3D. I have 
the code for an ARP Odyssey that still works and it even has midi working. So 
it might be a nice starter project, especially if i can export it to a 
ipad/iphone.

I guess i am just looking for some more in-depth examples to digest before i 
get cracking

thanks!

pp



Patrick Pagano B.S, M.F.A
Audio and Projection Design Faculty
Digital Worlds Institute
University of Florida, USA
(352)294-2020


From: pured...@11h11.com [pured...@11h11.com]
Sent: Wednesday, March 12, 2014 7:23 PM
To: Pagano, Patrick
Cc: pd-list@iem.at
Subject: Re: [PD] libpd and Unity

Would be useful to see the errors. Also what version of Unity (free /
pro) (3.5 / 4)?
Did you compile your own pdcsharlib.dll?

Windows: install mingw and compile libpd
(https://github.com/libpd/libpd) make csharplib. Copy
libs/libpdcsharl.dll to Assets/Plugins

à+

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


Re: [PD] HD 1920 X 1080

2014-03-13 Thread puredata
What codec, it does a big difference on CPU usage. I use mjpeg with  
good result.


Pat (from the future)

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


Re: [PD] libpd and Unity

2014-03-13 Thread puredata

Excellent!

Btw someone reported that it's also working on Unity free osX version by:
- compiling libpdcsharp and then modify the loader_path  execute:
- install_name_tool -id @loader_path/libpdcsharp.dylib  libpdcsharp.dylib
- place in the root of Assets folder;

As for more example, I think Varun is working on something very nice,  
stay tuned (hint spatialization - sorry could not resist). Also if you  
want to see if libpd4unity is able to run more heavy patches, you  
can try the generative patches from the repo:


http://pdpatchrepo.info/patches/ (click on vanilla)

à+

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