Discussion:
[clam-devel] ChorData Documentation
Dima Calancea
2012-03-27 15:02:39 UTC
Permalink
Hi,

Is there any documentation available on ChorData? I'm trying to understand
how it works
because I would like to write a similar program.

Thanks in advance!
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.clam-project.org/pipermail/clam-devel-clam-project.org/attachments/20120327/448d4695/attachment.htm>
David García Garzón
2012-03-28 02:00:05 UTC
Permalink
Do you mean something like an usage tutorial like this:
http://clam-project.org/wiki/Chordata_tutorial
Or something more oriented to the application design?
Post by Dima Calancea
Hi,
Is there any documentation available on ChorData? I'm trying to understand
how it works
because I would like to write a similar program.
Thanks in advance!
Murray Meehan
2012-03-28 04:01:04 UTC
Permalink
To the best of my knowledge, only the usage tutorial is available. The full
source code is of course available as well, which you are welcome to study.
http://clam-project.org/clam/trunk/chordata/src/

On Tue, Mar 27, 2012 at 7:00 PM, David Garc?a Garz?n
Post by David García Garzón
http://clam-project.org/wiki/Chordata_tutorial
Or something more oriented to the application design?
Post by Dima Calancea
Hi,
Is there any documentation available on ChorData? I'm trying to
understand
Post by Dima Calancea
how it works
because I would like to write a similar program.
Thanks in advance!
_______________________________________________
clam-devel mailing list
clam-devel at lists.clam-project.org
http://lists.clam-project.org/listinfo.cgi/clam-devel-clam-project.org
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.clam-project.org/pipermail/clam-devel-clam-project.org/attachments/20120327/351576a0/attachment.htm>
Dima Calancea
2012-03-28 06:51:51 UTC
Permalink
David, actually I was looking for some software/design documentation,
but I couldn't find any.

2012/3/28 David Garc?a Garz?n <david.garcia at upf.edu>
Post by David García Garzón
http://clam-project.org/wiki/Chordata_tutorial
Or something more oriented to the application design?
Post by Dima Calancea
Hi,
Is there any documentation available on ChorData? I'm trying to
understand
Post by Dima Calancea
how it works
because I would like to write a similar program.
Thanks in advance!
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.clam-project.org/pipermail/clam-devel-clam-project.org/attachments/20120328/568e0777/attachment.htm>
Pau Arumí
2012-03-28 08:30:25 UTC
Permalink
Hi Dima,
I don't think there is any explicit design doc. But try navigating through
the generated doxygen doc, including class diagrams, use relations, etc.
P

2012/3/28 Dima Calancea <deeemaaa at gmail.com>
Post by Dima Calancea
David, actually I was looking for some software/design documentation,
but I couldn't find any.
2012/3/28 David Garc?a Garz?n <david.garcia at upf.edu>
Post by David García Garzón
http://clam-project.org/wiki/Chordata_tutorial
Or something more oriented to the application design?
Post by Dima Calancea
Hi,
Is there any documentation available on ChorData? I'm trying to
understand
Post by Dima Calancea
how it works
because I would like to write a similar program.
Thanks in advance!
_______________________________________________
clam-devel mailing list
clam-devel at lists.clam-project.org
http://lists.clam-project.org/listinfo.cgi/clam-devel-clam-project.org
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.clam-project.org/pipermail/clam-devel-clam-project.org/attachments/20120328/1367930c/attachment.htm>
David García Garzón
2012-03-30 16:18:01 UTC
Permalink
Well, Chordata architecture is based in clam prototyping, which is documented
in several papers and in my Ms thesis, and in Annotator data pools to
passivate precomputed data which are documented on the Annotator's wiki and
doxygen.

Regarding the chord extraction algorithm itself you can find also in my Ms
thesis an module explanation and the papers it is based on.

http://lac.linuxaudio.org/2007/papers/lac07_garcia_arumi_amatriain.pdf
http://xavier.amatriain.net/PFC/dgarcia-master.pdf

Also prototyping in clam has become more flexible done in python since Xavier
introduced ipyclam and pyqt into the framework but it is not on 1.4 but in
subversion version.

David.
Post by Pau Arumí
Hi Dima,
I don't think there is any explicit design doc. But try navigating through
the generated doxygen doc, including class diagrams, use relations, etc. P
2012/3/28 Dima Calancea <deeemaaa at gmail.com<mailto:deeemaaa at gmail.com>>
David, actually I was looking for some software/design documentation,
but I couldn't find any.
2012/3/28 David Garc?a Garz?n
<david.garcia at upf.edu<mailto:david.garcia at upf.edu>> Do you mean something
http://clam-project.org/wiki/Chordata_tutorial
Or something more oriented to the application design?
Post by Dima Calancea
Hi,
Is there any documentation available on ChorData? I'm trying to understand
how it works
because I would like to write a similar program.
Thanks in advance!
_______________________________________________
clam-devel mailing list
clam-devel at lists.clam-project.org<mailto:clam-devel at lists.clam-project.org>
http://lists.clam-project.org/listinfo.cgi/clam-devel-clam-project.org
Murray Meehan
2012-03-31 01:37:14 UTC
Permalink
Hey David,

It'd be really nice if we released 1.5 soon so the general public can use
everything developed since 1.4, is there anything I could do to help out
with this?

On Fri, Mar 30, 2012 at 9:18 AM, David Garc?a Garz?n <
Post by David García Garzón
Well, Chordata architecture is based in clam prototyping, which is documented
in several papers and in my Ms thesis, and in Annotator data pools to
passivate precomputed data which are documented on the Annotator's wiki and
doxygen.
Regarding the chord extraction algorithm itself you can find also in my Ms
thesis an module explanation and the papers it is based on.
http://lac.linuxaudio.org/2007/papers/lac07_garcia_arumi_amatriain.pdf
http://xavier.amatriain.net/PFC/dgarcia-master.pdf
Also prototyping in clam has become more flexible done in python since Xavier
introduced ipyclam and pyqt into the framework but it is not on 1.4 but in
subversion version.
David.
Post by Pau Arumí
Hi Dima,
I don't think there is any explicit design doc. But try navigating
through
Post by Pau Arumí
the generated doxygen doc, including class diagrams, use relations, etc.
P
Post by Pau Arumí
2012/3/28 Dima Calancea <deeemaaa at gmail.com<mailto:deeemaaa at gmail.com>>
David, actually I was looking for some software/design documentation,
but I couldn't find any.
2012/3/28 David Garc?a Garz?n
<david.garcia at upf.edu<mailto:david.garcia at upf.edu>> Do you mean
something
Post by Pau Arumí
http://clam-project.org/wiki/Chordata_tutorial
Or something more oriented to the application design?
Post by Dima Calancea
Hi,
Is there any documentation available on ChorData? I'm trying to
understand
Post by Pau Arumí
Post by Dima Calancea
how it works
because I would like to write a similar program.
Thanks in advance!
_______________________________________________
clam-devel mailing list
clam-devel at lists.clam-project.org>
Post by Pau Arumí
http://lists.clam-project.org/listinfo.cgi/clam-devel-clam-project.org
_______________________________________________
clam-devel mailing list
clam-devel at lists.clam-project.org
http://lists.clam-project.org/listinfo.cgi/clam-devel-clam-project.org
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.clam-project.org/pipermail/clam-devel-clam-project.org/attachments/20120330/cc8fc776/attachment.htm>
David García Garzón
2012-04-10 11:52:57 UTC
Permalink
You can see the tasks that are in the roadmap to 1.5 in this page:
http://clam-project.org/bugs/roadmap_page.php

Maybe it is too ambitious since neither Pau, nor Nael, nor me nor Xavi are
having time lately to get into it. And it is (was) really time to release some
features (like ipyclam). So maybe we should discard some of them for the next
release.

We can take a chat on the irc if you wan to.

David.
Post by Murray Meehan
Hey David,
It'd be really nice if we released 1.5 soon so the general public can use
everything developed since 1.4, is there anything I could do to help out
with this?
On Fri, Mar 30, 2012 at 9:18 AM, David Garc?a Garz?n <
Post by David García Garzón
Well, Chordata architecture is based in clam prototyping, which is documented
in several papers and in my Ms thesis, and in Annotator data pools to
passivate precomputed data which are documented on the Annotator's wiki and
doxygen.
Regarding the chord extraction algorithm itself you can find also in my Ms
thesis an module explanation and the papers it is based on.
http://lac.linuxaudio.org/2007/papers/lac07_garcia_arumi_amatriain.pdf
http://xavier.amatriain.net/PFC/dgarcia-master.pdf
Also prototyping in clam has become more flexible done in python since Xavier
introduced ipyclam and pyqt into the framework but it is not on 1.4 but in
subversion version.
David.
Post by Pau Arumí
Hi Dima,
I don't think there is any explicit design doc. But try navigating
through
Post by Pau Arumí
the generated doxygen doc, including class diagrams, use relations, etc.
P
Post by Pau Arumí
2012/3/28 Dima Calancea <deeemaaa at gmail.com<mailto:deeemaaa at gmail.com>>
David, actually I was looking for some software/design documentation,
but I couldn't find any.
2012/3/28 David Garc?a Garz?n
<david.garcia at upf.edu<mailto:david.garcia at upf.edu>> Do you mean
something
Post by Pau Arumí
http://clam-project.org/wiki/Chordata_tutorial
Or something more oriented to the application design?
Post by Dima Calancea
Hi,
Is there any documentation available on ChorData? I'm trying to
understand
Post by Pau Arumí
Post by Dima Calancea
how it works
because I would like to write a similar program.
Thanks in advance!
_______________________________________________
clam-devel mailing list
clam-devel at lists.clam-project.org>
Post by Pau Arumí
http://lists.clam-project.org/listinfo.cgi/clam-devel-clam-project.org
_______________________________________________
clam-devel mailing list
clam-devel at lists.clam-project.org
http://lists.clam-project.org/listinfo.cgi/clam-devel-clam-project.org
David García Garzón
2012-04-10 11:52:57 UTC
Permalink
You can see the tasks that are in the roadmap to 1.5 in this page:
http://clam-project.org/bugs/roadmap_page.php

Maybe it is too ambitious since neither Pau, nor Nael, nor me nor Xavi are
having time lately to get into it. And it is (was) really time to release some
features (like ipyclam). So maybe we should discard some of them for the next
release.

We can take a chat on the irc if you wan to.

David.
Post by Murray Meehan
Hey David,
It'd be really nice if we released 1.5 soon so the general public can use
everything developed since 1.4, is there anything I could do to help out
with this?
On Fri, Mar 30, 2012 at 9:18 AM, David Garc?a Garz?n <
Post by David García Garzón
Well, Chordata architecture is based in clam prototyping, which is documented
in several papers and in my Ms thesis, and in Annotator data pools to
passivate precomputed data which are documented on the Annotator's wiki and
doxygen.
Regarding the chord extraction algorithm itself you can find also in my Ms
thesis an module explanation and the papers it is based on.
http://lac.linuxaudio.org/2007/papers/lac07_garcia_arumi_amatriain.pdf
http://xavier.amatriain.net/PFC/dgarcia-master.pdf
Also prototyping in clam has become more flexible done in python since Xavier
introduced ipyclam and pyqt into the framework but it is not on 1.4 but in
subversion version.
David.
Post by Pau Arumí
Hi Dima,
I don't think there is any explicit design doc. But try navigating
through
Post by Pau Arumí
the generated doxygen doc, including class diagrams, use relations, etc.
P
Post by Pau Arumí
2012/3/28 Dima Calancea <deeemaaa at gmail.com<mailto:deeemaaa at gmail.com>>
David, actually I was looking for some software/design documentation,
but I couldn't find any.
2012/3/28 David Garc?a Garz?n
<david.garcia at upf.edu<mailto:david.garcia at upf.edu>> Do you mean
something
Post by Pau Arumí
http://clam-project.org/wiki/Chordata_tutorial
Or something more oriented to the application design?
Post by Dima Calancea
Hi,
Is there any documentation available on ChorData? I'm trying to
understand
Post by Pau Arumí
Post by Dima Calancea
how it works
because I would like to write a similar program.
Thanks in advance!
_______________________________________________
clam-devel mailing list
clam-devel at lists.clam-project.org>
Post by Pau Arumí
http://lists.clam-project.org/listinfo.cgi/clam-devel-clam-project.org
_______________________________________________
clam-devel mailing list
clam-devel at lists.clam-project.org
http://lists.clam-project.org/listinfo.cgi/clam-devel-clam-project.org
David García Garzón
2012-04-10 11:52:57 UTC
Permalink
You can see the tasks that are in the roadmap to 1.5 in this page:
http://clam-project.org/bugs/roadmap_page.php

Maybe it is too ambitious since neither Pau, nor Nael, nor me nor Xavi are
having time lately to get into it. And it is (was) really time to release some
features (like ipyclam). So maybe we should discard some of them for the next
release.

We can take a chat on the irc if you wan to.

David.
Post by Murray Meehan
Hey David,
It'd be really nice if we released 1.5 soon so the general public can use
everything developed since 1.4, is there anything I could do to help out
with this?
On Fri, Mar 30, 2012 at 9:18 AM, David Garc?a Garz?n <
Post by David García Garzón
Well, Chordata architecture is based in clam prototyping, which is documented
in several papers and in my Ms thesis, and in Annotator data pools to
passivate precomputed data which are documented on the Annotator's wiki and
doxygen.
Regarding the chord extraction algorithm itself you can find also in my Ms
thesis an module explanation and the papers it is based on.
http://lac.linuxaudio.org/2007/papers/lac07_garcia_arumi_amatriain.pdf
http://xavier.amatriain.net/PFC/dgarcia-master.pdf
Also prototyping in clam has become more flexible done in python since Xavier
introduced ipyclam and pyqt into the framework but it is not on 1.4 but in
subversion version.
David.
Post by Pau Arumí
Hi Dima,
I don't think there is any explicit design doc. But try navigating
through
Post by Pau Arumí
the generated doxygen doc, including class diagrams, use relations, etc.
P
Post by Pau Arumí
2012/3/28 Dima Calancea <deeemaaa at gmail.com<mailto:deeemaaa at gmail.com>>
David, actually I was looking for some software/design documentation,
but I couldn't find any.
2012/3/28 David Garc?a Garz?n
<david.garcia at upf.edu<mailto:david.garcia at upf.edu>> Do you mean
something
Post by Pau Arumí
http://clam-project.org/wiki/Chordata_tutorial
Or something more oriented to the application design?
Post by Dima Calancea
Hi,
Is there any documentation available on ChorData? I'm trying to
understand
Post by Pau Arumí
Post by Dima Calancea
how it works
because I would like to write a similar program.
Thanks in advance!
_______________________________________________
clam-devel mailing list
clam-devel at lists.clam-project.org>
Post by Pau Arumí
http://lists.clam-project.org/listinfo.cgi/clam-devel-clam-project.org
_______________________________________________
clam-devel mailing list
clam-devel at lists.clam-project.org
http://lists.clam-project.org/listinfo.cgi/clam-devel-clam-project.org
David García Garzón
2012-04-10 11:52:57 UTC
Permalink
You can see the tasks that are in the roadmap to 1.5 in this page:
http://clam-project.org/bugs/roadmap_page.php

Maybe it is too ambitious since neither Pau, nor Nael, nor me nor Xavi are
having time lately to get into it. And it is (was) really time to release some
features (like ipyclam). So maybe we should discard some of them for the next
release.

We can take a chat on the irc if you wan to.

David.
Post by Murray Meehan
Hey David,
It'd be really nice if we released 1.5 soon so the general public can use
everything developed since 1.4, is there anything I could do to help out
with this?
On Fri, Mar 30, 2012 at 9:18 AM, David Garc?a Garz?n <
Post by David García Garzón
Well, Chordata architecture is based in clam prototyping, which is documented
in several papers and in my Ms thesis, and in Annotator data pools to
passivate precomputed data which are documented on the Annotator's wiki and
doxygen.
Regarding the chord extraction algorithm itself you can find also in my Ms
thesis an module explanation and the papers it is based on.
http://lac.linuxaudio.org/2007/papers/lac07_garcia_arumi_amatriain.pdf
http://xavier.amatriain.net/PFC/dgarcia-master.pdf
Also prototyping in clam has become more flexible done in python since Xavier
introduced ipyclam and pyqt into the framework but it is not on 1.4 but in
subversion version.
David.
Post by Pau Arumí
Hi Dima,
I don't think there is any explicit design doc. But try navigating
through
Post by Pau Arumí
the generated doxygen doc, including class diagrams, use relations, etc.
P
Post by Pau Arumí
2012/3/28 Dima Calancea <deeemaaa at gmail.com<mailto:deeemaaa at gmail.com>>
David, actually I was looking for some software/design documentation,
but I couldn't find any.
2012/3/28 David Garc?a Garz?n
<david.garcia at upf.edu<mailto:david.garcia at upf.edu>> Do you mean
something
Post by Pau Arumí
http://clam-project.org/wiki/Chordata_tutorial
Or something more oriented to the application design?
Post by Dima Calancea
Hi,
Is there any documentation available on ChorData? I'm trying to
understand
Post by Pau Arumí
Post by Dima Calancea
how it works
because I would like to write a similar program.
Thanks in advance!
_______________________________________________
clam-devel mailing list
clam-devel at lists.clam-project.org>
Post by Pau Arumí
http://lists.clam-project.org/listinfo.cgi/clam-devel-clam-project.org
_______________________________________________
clam-devel mailing list
clam-devel at lists.clam-project.org
http://lists.clam-project.org/listinfo.cgi/clam-devel-clam-project.org
Murray Meehan
2012-03-31 01:37:14 UTC
Permalink
Hey David,

It'd be really nice if we released 1.5 soon so the general public can use
everything developed since 1.4, is there anything I could do to help out
with this?

On Fri, Mar 30, 2012 at 9:18 AM, David Garc?a Garz?n <
Post by David García Garzón
Well, Chordata architecture is based in clam prototyping, which is documented
in several papers and in my Ms thesis, and in Annotator data pools to
passivate precomputed data which are documented on the Annotator's wiki and
doxygen.
Regarding the chord extraction algorithm itself you can find also in my Ms
thesis an module explanation and the papers it is based on.
http://lac.linuxaudio.org/2007/papers/lac07_garcia_arumi_amatriain.pdf
http://xavier.amatriain.net/PFC/dgarcia-master.pdf
Also prototyping in clam has become more flexible done in python since Xavier
introduced ipyclam and pyqt into the framework but it is not on 1.4 but in
subversion version.
David.
Post by Pau Arumí
Hi Dima,
I don't think there is any explicit design doc. But try navigating
through
Post by Pau Arumí
the generated doxygen doc, including class diagrams, use relations, etc.
P
Post by Pau Arumí
2012/3/28 Dima Calancea <deeemaaa at gmail.com<mailto:deeemaaa at gmail.com>>
David, actually I was looking for some software/design documentation,
but I couldn't find any.
2012/3/28 David Garc?a Garz?n
<david.garcia at upf.edu<mailto:david.garcia at upf.edu>> Do you mean
something
Post by Pau Arumí
http://clam-project.org/wiki/Chordata_tutorial
Or something more oriented to the application design?
Post by Dima Calancea
Hi,
Is there any documentation available on ChorData? I'm trying to
understand
Post by Pau Arumí
Post by Dima Calancea
how it works
because I would like to write a similar program.
Thanks in advance!
_______________________________________________
clam-devel mailing list
clam-devel at lists.clam-project.org>
Post by Pau Arumí
http://lists.clam-project.org/listinfo.cgi/clam-devel-clam-project.org
_______________________________________________
clam-devel mailing list
clam-devel at lists.clam-project.org
http://lists.clam-project.org/listinfo.cgi/clam-devel-clam-project.org
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.clam-project.org/pipermail/clam-devel-clam-project.org/attachments/20120330/cc8fc776/attachment-0001.htm>
Murray Meehan
2012-03-31 01:37:14 UTC
Permalink
Hey David,

It'd be really nice if we released 1.5 soon so the general public can use
everything developed since 1.4, is there anything I could do to help out
with this?

On Fri, Mar 30, 2012 at 9:18 AM, David Garc?a Garz?n <
Post by David García Garzón
Well, Chordata architecture is based in clam prototyping, which is documented
in several papers and in my Ms thesis, and in Annotator data pools to
passivate precomputed data which are documented on the Annotator's wiki and
doxygen.
Regarding the chord extraction algorithm itself you can find also in my Ms
thesis an module explanation and the papers it is based on.
http://lac.linuxaudio.org/2007/papers/lac07_garcia_arumi_amatriain.pdf
http://xavier.amatriain.net/PFC/dgarcia-master.pdf
Also prototyping in clam has become more flexible done in python since Xavier
introduced ipyclam and pyqt into the framework but it is not on 1.4 but in
subversion version.
David.
Post by Pau Arumí
Hi Dima,
I don't think there is any explicit design doc. But try navigating
through
Post by Pau Arumí
the generated doxygen doc, including class diagrams, use relations, etc.
P
Post by Pau Arumí
2012/3/28 Dima Calancea <deeemaaa at gmail.com<mailto:deeemaaa at gmail.com>>
David, actually I was looking for some software/design documentation,
but I couldn't find any.
2012/3/28 David Garc?a Garz?n
<david.garcia at upf.edu<mailto:david.garcia at upf.edu>> Do you mean
something
Post by Pau Arumí
http://clam-project.org/wiki/Chordata_tutorial
Or something more oriented to the application design?
Post by Dima Calancea
Hi,
Is there any documentation available on ChorData? I'm trying to
understand
Post by Pau Arumí
Post by Dima Calancea
how it works
because I would like to write a similar program.
Thanks in advance!
_______________________________________________
clam-devel mailing list
clam-devel at lists.clam-project.org>
Post by Pau Arumí
http://lists.clam-project.org/listinfo.cgi/clam-devel-clam-project.org
_______________________________________________
clam-devel mailing list
clam-devel at lists.clam-project.org
http://lists.clam-project.org/listinfo.cgi/clam-devel-clam-project.org
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.clam-project.org/pipermail/clam-devel-clam-project.org/attachments/20120330/cc8fc776/attachment-0002.htm>
Murray Meehan
2012-03-31 01:37:14 UTC
Permalink
Hey David,

It'd be really nice if we released 1.5 soon so the general public can use
everything developed since 1.4, is there anything I could do to help out
with this?

On Fri, Mar 30, 2012 at 9:18 AM, David Garc?a Garz?n <
Post by David García Garzón
Well, Chordata architecture is based in clam prototyping, which is documented
in several papers and in my Ms thesis, and in Annotator data pools to
passivate precomputed data which are documented on the Annotator's wiki and
doxygen.
Regarding the chord extraction algorithm itself you can find also in my Ms
thesis an module explanation and the papers it is based on.
http://lac.linuxaudio.org/2007/papers/lac07_garcia_arumi_amatriain.pdf
http://xavier.amatriain.net/PFC/dgarcia-master.pdf
Also prototyping in clam has become more flexible done in python since Xavier
introduced ipyclam and pyqt into the framework but it is not on 1.4 but in
subversion version.
David.
Post by Pau Arumí
Hi Dima,
I don't think there is any explicit design doc. But try navigating
through
Post by Pau Arumí
the generated doxygen doc, including class diagrams, use relations, etc.
P
Post by Pau Arumí
2012/3/28 Dima Calancea <deeemaaa at gmail.com<mailto:deeemaaa at gmail.com>>
David, actually I was looking for some software/design documentation,
but I couldn't find any.
2012/3/28 David Garc?a Garz?n
<david.garcia at upf.edu<mailto:david.garcia at upf.edu>> Do you mean
something
Post by Pau Arumí
http://clam-project.org/wiki/Chordata_tutorial
Or something more oriented to the application design?
Post by Dima Calancea
Hi,
Is there any documentation available on ChorData? I'm trying to
understand
Post by Pau Arumí
Post by Dima Calancea
how it works
because I would like to write a similar program.
Thanks in advance!
_______________________________________________
clam-devel mailing list
clam-devel at lists.clam-project.org>
Post by Pau Arumí
http://lists.clam-project.org/listinfo.cgi/clam-devel-clam-project.org
_______________________________________________
clam-devel mailing list
clam-devel at lists.clam-project.org
http://lists.clam-project.org/listinfo.cgi/clam-devel-clam-project.org
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.clam-project.org/pipermail/clam-devel-clam-project.org/attachments/20120330/cc8fc776/attachment-0003.htm>
David García Garzón
2012-03-30 16:18:01 UTC
Permalink
Well, Chordata architecture is based in clam prototyping, which is documented
in several papers and in my Ms thesis, and in Annotator data pools to
passivate precomputed data which are documented on the Annotator's wiki and
doxygen.

Regarding the chord extraction algorithm itself you can find also in my Ms
thesis an module explanation and the papers it is based on.

http://lac.linuxaudio.org/2007/papers/lac07_garcia_arumi_amatriain.pdf
http://xavier.amatriain.net/PFC/dgarcia-master.pdf

Also prototyping in clam has become more flexible done in python since Xavier
introduced ipyclam and pyqt into the framework but it is not on 1.4 but in
subversion version.

David.
Post by Pau Arumí
Hi Dima,
I don't think there is any explicit design doc. But try navigating through
the generated doxygen doc, including class diagrams, use relations, etc. P
2012/3/28 Dima Calancea <deeemaaa at gmail.com<mailto:deeemaaa at gmail.com>>
David, actually I was looking for some software/design documentation,
but I couldn't find any.
2012/3/28 David Garc?a Garz?n
<david.garcia at upf.edu<mailto:david.garcia at upf.edu>> Do you mean something
http://clam-project.org/wiki/Chordata_tutorial
Or something more oriented to the application design?
Post by Dima Calancea
Hi,
Is there any documentation available on ChorData? I'm trying to understand
how it works
because I would like to write a similar program.
Thanks in advance!
_______________________________________________
clam-devel mailing list
clam-devel at lists.clam-project.org<mailto:clam-devel at lists.clam-project.org>
http://lists.clam-project.org/listinfo.cgi/clam-devel-clam-project.org
David García Garzón
2012-03-30 16:18:01 UTC
Permalink
Well, Chordata architecture is based in clam prototyping, which is documented
in several papers and in my Ms thesis, and in Annotator data pools to
passivate precomputed data which are documented on the Annotator's wiki and
doxygen.

Regarding the chord extraction algorithm itself you can find also in my Ms
thesis an module explanation and the papers it is based on.

http://lac.linuxaudio.org/2007/papers/lac07_garcia_arumi_amatriain.pdf
http://xavier.amatriain.net/PFC/dgarcia-master.pdf

Also prototyping in clam has become more flexible done in python since Xavier
introduced ipyclam and pyqt into the framework but it is not on 1.4 but in
subversion version.

David.
Post by Pau Arumí
Hi Dima,
I don't think there is any explicit design doc. But try navigating through
the generated doxygen doc, including class diagrams, use relations, etc. P
2012/3/28 Dima Calancea <deeemaaa at gmail.com<mailto:deeemaaa at gmail.com>>
David, actually I was looking for some software/design documentation,
but I couldn't find any.
2012/3/28 David Garc?a Garz?n
<david.garcia at upf.edu<mailto:david.garcia at upf.edu>> Do you mean something
http://clam-project.org/wiki/Chordata_tutorial
Or something more oriented to the application design?
Post by Dima Calancea
Hi,
Is there any documentation available on ChorData? I'm trying to understand
how it works
because I would like to write a similar program.
Thanks in advance!
_______________________________________________
clam-devel mailing list
clam-devel at lists.clam-project.org<mailto:clam-devel at lists.clam-project.org>
http://lists.clam-project.org/listinfo.cgi/clam-devel-clam-project.org
David García Garzón
2012-03-30 16:18:01 UTC
Permalink
Well, Chordata architecture is based in clam prototyping, which is documented
in several papers and in my Ms thesis, and in Annotator data pools to
passivate precomputed data which are documented on the Annotator's wiki and
doxygen.

Regarding the chord extraction algorithm itself you can find also in my Ms
thesis an module explanation and the papers it is based on.

http://lac.linuxaudio.org/2007/papers/lac07_garcia_arumi_amatriain.pdf
http://xavier.amatriain.net/PFC/dgarcia-master.pdf

Also prototyping in clam has become more flexible done in python since Xavier
introduced ipyclam and pyqt into the framework but it is not on 1.4 but in
subversion version.

David.
Post by Pau Arumí
Hi Dima,
I don't think there is any explicit design doc. But try navigating through
the generated doxygen doc, including class diagrams, use relations, etc. P
2012/3/28 Dima Calancea <deeemaaa at gmail.com<mailto:deeemaaa at gmail.com>>
David, actually I was looking for some software/design documentation,
but I couldn't find any.
2012/3/28 David Garc?a Garz?n
<david.garcia at upf.edu<mailto:david.garcia at upf.edu>> Do you mean something
http://clam-project.org/wiki/Chordata_tutorial
Or something more oriented to the application design?
Post by Dima Calancea
Hi,
Is there any documentation available on ChorData? I'm trying to understand
how it works
because I would like to write a similar program.
Thanks in advance!
_______________________________________________
clam-devel mailing list
clam-devel at lists.clam-project.org<mailto:clam-devel at lists.clam-project.org>
http://lists.clam-project.org/listinfo.cgi/clam-devel-clam-project.org
Pau Arumí
2012-03-28 08:30:25 UTC
Permalink
Hi Dima,
I don't think there is any explicit design doc. But try navigating through
the generated doxygen doc, including class diagrams, use relations, etc.
P

2012/3/28 Dima Calancea <deeemaaa at gmail.com>
Post by Dima Calancea
David, actually I was looking for some software/design documentation,
but I couldn't find any.
2012/3/28 David Garc?a Garz?n <david.garcia at upf.edu>
Post by David García Garzón
http://clam-project.org/wiki/Chordata_tutorial
Or something more oriented to the application design?
Post by Dima Calancea
Hi,
Is there any documentation available on ChorData? I'm trying to
understand
Post by Dima Calancea
how it works
because I would like to write a similar program.
Thanks in advance!
_______________________________________________
clam-devel mailing list
clam-devel at lists.clam-project.org
http://lists.clam-project.org/listinfo.cgi/clam-devel-clam-project.org
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.clam-project.org/pipermail/clam-devel-clam-project.org/attachments/20120328/1367930c/attachment-0001.htm>
Pau Arumí
2012-03-28 08:30:25 UTC
Permalink
Hi Dima,
I don't think there is any explicit design doc. But try navigating through
the generated doxygen doc, including class diagrams, use relations, etc.
P

2012/3/28 Dima Calancea <deeemaaa at gmail.com>
Post by Dima Calancea
David, actually I was looking for some software/design documentation,
but I couldn't find any.
2012/3/28 David Garc?a Garz?n <david.garcia at upf.edu>
Post by David García Garzón
http://clam-project.org/wiki/Chordata_tutorial
Or something more oriented to the application design?
Post by Dima Calancea
Hi,
Is there any documentation available on ChorData? I'm trying to
understand
Post by Dima Calancea
how it works
because I would like to write a similar program.
Thanks in advance!
_______________________________________________
clam-devel mailing list
clam-devel at lists.clam-project.org
http://lists.clam-project.org/listinfo.cgi/clam-devel-clam-project.org
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.clam-project.org/pipermail/clam-devel-clam-project.org/attachments/20120328/1367930c/attachment-0002.htm>
Pau Arumí
2012-03-28 08:30:25 UTC
Permalink
Hi Dima,
I don't think there is any explicit design doc. But try navigating through
the generated doxygen doc, including class diagrams, use relations, etc.
P

2012/3/28 Dima Calancea <deeemaaa at gmail.com>
Post by Dima Calancea
David, actually I was looking for some software/design documentation,
but I couldn't find any.
2012/3/28 David Garc?a Garz?n <david.garcia at upf.edu>
Post by David García Garzón
http://clam-project.org/wiki/Chordata_tutorial
Or something more oriented to the application design?
Post by Dima Calancea
Hi,
Is there any documentation available on ChorData? I'm trying to
understand
Post by Dima Calancea
how it works
because I would like to write a similar program.
Thanks in advance!
_______________________________________________
clam-devel mailing list
clam-devel at lists.clam-project.org
http://lists.clam-project.org/listinfo.cgi/clam-devel-clam-project.org
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.clam-project.org/pipermail/clam-devel-clam-project.org/attachments/20120328/1367930c/attachment-0003.htm>
Murray Meehan
2012-03-28 04:01:04 UTC
Permalink
To the best of my knowledge, only the usage tutorial is available. The full
source code is of course available as well, which you are welcome to study.
http://clam-project.org/clam/trunk/chordata/src/

On Tue, Mar 27, 2012 at 7:00 PM, David Garc?a Garz?n
Post by David García Garzón
http://clam-project.org/wiki/Chordata_tutorial
Or something more oriented to the application design?
Post by Dima Calancea
Hi,
Is there any documentation available on ChorData? I'm trying to
understand
Post by Dima Calancea
how it works
because I would like to write a similar program.
Thanks in advance!
_______________________________________________
clam-devel mailing list
clam-devel at lists.clam-project.org
http://lists.clam-project.org/listinfo.cgi/clam-devel-clam-project.org
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.clam-project.org/pipermail/clam-devel-clam-project.org/attachments/20120327/351576a0/attachment-0001.htm>
Dima Calancea
2012-03-28 06:51:51 UTC
Permalink
David, actually I was looking for some software/design documentation,
but I couldn't find any.

2012/3/28 David Garc?a Garz?n <david.garcia at upf.edu>
Post by David García Garzón
http://clam-project.org/wiki/Chordata_tutorial
Or something more oriented to the application design?
Post by Dima Calancea
Hi,
Is there any documentation available on ChorData? I'm trying to
understand
Post by Dima Calancea
how it works
because I would like to write a similar program.
Thanks in advance!
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.clam-project.org/pipermail/clam-devel-clam-project.org/attachments/20120328/568e0777/attachment-0001.htm>
Murray Meehan
2012-03-28 04:01:04 UTC
Permalink
To the best of my knowledge, only the usage tutorial is available. The full
source code is of course available as well, which you are welcome to study.
http://clam-project.org/clam/trunk/chordata/src/

On Tue, Mar 27, 2012 at 7:00 PM, David Garc?a Garz?n
Post by David García Garzón
http://clam-project.org/wiki/Chordata_tutorial
Or something more oriented to the application design?
Post by Dima Calancea
Hi,
Is there any documentation available on ChorData? I'm trying to
understand
Post by Dima Calancea
how it works
because I would like to write a similar program.
Thanks in advance!
_______________________________________________
clam-devel mailing list
clam-devel at lists.clam-project.org
http://lists.clam-project.org/listinfo.cgi/clam-devel-clam-project.org
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.clam-project.org/pipermail/clam-devel-clam-project.org/attachments/20120327/351576a0/attachment-0002.htm>
Dima Calancea
2012-03-28 06:51:51 UTC
Permalink
David, actually I was looking for some software/design documentation,
but I couldn't find any.

2012/3/28 David Garc?a Garz?n <david.garcia at upf.edu>
Post by David García Garzón
http://clam-project.org/wiki/Chordata_tutorial
Or something more oriented to the application design?
Post by Dima Calancea
Hi,
Is there any documentation available on ChorData? I'm trying to
understand
Post by Dima Calancea
how it works
because I would like to write a similar program.
Thanks in advance!
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.clam-project.org/pipermail/clam-devel-clam-project.org/attachments/20120328/568e0777/attachment-0002.htm>
Murray Meehan
2012-03-28 04:01:04 UTC
Permalink
To the best of my knowledge, only the usage tutorial is available. The full
source code is of course available as well, which you are welcome to study.
http://clam-project.org/clam/trunk/chordata/src/

On Tue, Mar 27, 2012 at 7:00 PM, David Garc?a Garz?n
Post by David García Garzón
http://clam-project.org/wiki/Chordata_tutorial
Or something more oriented to the application design?
Post by Dima Calancea
Hi,
Is there any documentation available on ChorData? I'm trying to
understand
Post by Dima Calancea
how it works
because I would like to write a similar program.
Thanks in advance!
_______________________________________________
clam-devel mailing list
clam-devel at lists.clam-project.org
http://lists.clam-project.org/listinfo.cgi/clam-devel-clam-project.org
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.clam-project.org/pipermail/clam-devel-clam-project.org/attachments/20120327/351576a0/attachment-0003.htm>
Dima Calancea
2012-03-28 06:51:51 UTC
Permalink
David, actually I was looking for some software/design documentation,
but I couldn't find any.

2012/3/28 David Garc?a Garz?n <david.garcia at upf.edu>
Post by David García Garzón
http://clam-project.org/wiki/Chordata_tutorial
Or something more oriented to the application design?
Post by Dima Calancea
Hi,
Is there any documentation available on ChorData? I'm trying to
understand
Post by Dima Calancea
how it works
because I would like to write a similar program.
Thanks in advance!
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.clam-project.org/pipermail/clam-devel-clam-project.org/attachments/20120328/568e0777/attachment-0003.htm>
Dima Calancea
2012-03-27 15:02:39 UTC
Permalink
Hi,

Is there any documentation available on ChorData? I'm trying to understand
how it works
because I would like to write a similar program.

Thanks in advance!
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.clam-project.org/pipermail/clam-devel-clam-project.org/attachments/20120327/448d4695/attachment-0001.htm>
David García Garzón
2012-03-28 02:00:05 UTC
Permalink
Do you mean something like an usage tutorial like this:
http://clam-project.org/wiki/Chordata_tutorial
Or something more oriented to the application design?
Post by Dima Calancea
Hi,
Is there any documentation available on ChorData? I'm trying to understand
how it works
because I would like to write a similar program.
Thanks in advance!
Dima Calancea
2012-03-27 15:02:39 UTC
Permalink
Hi,

Is there any documentation available on ChorData? I'm trying to understand
how it works
because I would like to write a similar program.

Thanks in advance!
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.clam-project.org/pipermail/clam-devel-clam-project.org/attachments/20120327/448d4695/attachment-0002.htm>
David García Garzón
2012-03-28 02:00:05 UTC
Permalink
Do you mean something like an usage tutorial like this:
http://clam-project.org/wiki/Chordata_tutorial
Or something more oriented to the application design?
Post by Dima Calancea
Hi,
Is there any documentation available on ChorData? I'm trying to understand
how it works
because I would like to write a similar program.
Thanks in advance!
Dima Calancea
2012-03-27 15:02:39 UTC
Permalink
Hi,

Is there any documentation available on ChorData? I'm trying to understand
how it works
because I would like to write a similar program.

Thanks in advance!
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.clam-project.org/pipermail/clam-devel-clam-project.org/attachments/20120327/448d4695/attachment-0003.htm>
David García Garzón
2012-03-28 02:00:05 UTC
Permalink
Do you mean something like an usage tutorial like this:
http://clam-project.org/wiki/Chordata_tutorial
Or something more oriented to the application design?
Post by Dima Calancea
Hi,
Is there any documentation available on ChorData? I'm trying to understand
how it works
because I would like to write a similar program.
Thanks in advance!
Loading...