Hello, I don't know if anyone has mentioned this yet but ATS 1.0 has just been officially released,
ATS is a spectral modeling system based on a sinusoidal plus critical-band noise decomposition.. http://www.dxarts.washington.edu/ats/
Anyways, I have written a pd external (atsread) that reads data from ATS analysis files and returns that data (pairs of frequencies and amplitudes) for general purpose use. It also returns noise information (if there is any).
download: http://sourceforge.net/projects/atsa
it is, I admit, quite CPU intensive, if anyone has suggestions for optimization tell me and I'll look into them.
Hopefully some of you will find this external useful.
-Alex Norman ATS development Team
Hallo, Alex Norman hat gesagt: // Alex Norman wrote:
I don't know if anyone has mentioned this yet but ATS 1.0 has just been officially released,
Thanks, sound like an intersting project. I see, that in the README you reference www.pure-data.org
Unfortunatly a domain graber stole this domain from us, so it's not valid anymore. Better use www.pure-data.info
(I'll also have to check all my files...)
Frank Barknecht _ ______footils.org__
i would love to use it on OS X
cc -shared -o atsread.pd_darwin atsread.c gcc: unrecognized option `-shared' ld: Undefined symbols: _main _atom_getfloat _atom_getsymbol _class_addanything _class_doaddfloat _class_new _class_sethelpsymbol _gensym _outlet_list _outlet_new _pd_new _post _s_float
but cannot build it and -shared is not an option for my gcc
On Thursday, May 20, 2004, at 08:42 PM, Alex Norman wrote:
Hello, I don't know if anyone has mentioned this yet but ATS 1.0 has just been officially released,
ATS is a spectral modeling system based on a sinusoidal plus critical-band noise decomposition.. http://www.dxarts.washington.edu/ats/
Anyways, I have written a pd external (atsread) that reads data from ATS analysis files and returns that data (pairs of frequencies and amplitudes) for general purpose use. It also returns noise information (if there is any).
download: http://sourceforge.net/projects/atsa
it is, I admit, quite CPU intensive, if anyone has suggestions for optimization tell me and I'll look into them.
Hopefully some of you will find this external useful.
-Alex Norman ATS development Team
PD-list mailing list PD-list@iem.at to manage your subscription (including un-subscription) see http://iem.at/cgi-bin/mailman/listinfo/pd-list
It probably just needs a MacOS X makefile. Check
externals/build/darwin/makefile for an example. Here is some general
documentation from Apple:
http://developer.apple.com/technotes/tn2002/tn2071.html
.hc
On May 21, 2004, at 9:59 AM, Patrick Pagano wrote:
i would love to use it on OS X
cc -shared -o atsread.pd_darwin atsread.c gcc: unrecognized option `-shared' ld: Undefined symbols: _main _atom_getfloat _atom_getsymbol _class_addanything _class_doaddfloat _class_new _class_sethelpsymbol _gensym _outlet_list _outlet_new _pd_new _post _s_float
but cannot build it and -shared is not an option for my gcc
On Thursday, May 20, 2004, at 08:42 PM, Alex Norman wrote:
Hello, I don't know if anyone has mentioned this yet but ATS 1.0 has just
been officially released,ATS is a spectral modeling system based on a sinusoidal plus
critical-band noise decomposition.. http://www.dxarts.washington.edu/ats/Anyways, I have written a pd external (atsread) that reads data from
ATS analysis files and returns that data (pairs of frequencies and
amplitudes) for general purpose use. It also returns noise information (if there is
any).download: http://sourceforge.net/projects/atsa
it is, I admit, quite CPU intensive, if anyone has suggestions for
optimization tell me and I'll look into them.Hopefully some of you will find this external useful.
-Alex Norman ATS development Team
PD-list mailing list PD-list@iem.at to manage your subscription (including un-subscription) see http://iem.at/cgi-bin/mailman/listinfo/pd-list
PD-list mailing list PD-list@iem.at to manage your subscription (including un-subscription) see http://iem.at/cgi-bin/mailman/listinfo/pd-list
Man has survived hitherto because he was too ignorant to know how to
realize his wishes.
Now that he can realize them, he must either change them, or perish.
-William Carlos Williams