En/na abiewu ha escrit:

I am AbieWu from Taiwan.
I used CLAM Network Editor and was interested in the Tonal Analysis example.
However, the outputs of this example were graphical monitors.
Can I get the text output to do further calculation from the output of tonal analysis?

Would you please teach me how to do it?

Thanks

Hi AbieWu,
you have two ways do this

1. Modify TonalAnalysis processing adding std::cout's then pipe the
output to another file. To do this, first create a network with
NetworkEditor. Its execution can be done either from NetworkEditor
itself or NetworkEditor/OfflinePlayer command line tool (convenient
for batch processing).

In CLAM/src/Processing/Analysis/Tonal/TonalAnalysis.cxx line 130
you can see how the chordCorrelation array (belonging to an
outport) is filled.

2. Directly use the the binary Annotator/ClamExtractorExample which
writes the data in xml format.

Best,
Pau

_______________________________________________
CLAM mailing list
[email protected]
http://www.iua.upf.es/mtg/clam

Reply via email to