<html>
  <head>
    <meta content="text/html; charset=utf-8" http-equiv="Content-Type">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <div class="moz-cite-prefix">On 20/02/2015 15:28, Rivoire David
      wrote:<br>
    </div>
    <blockquote
      cite="mid:89B21DCC-FC2E-432C-A18F-CFDD366657FD@orange.fr"
      type="cite">
      <meta http-equiv="content-type" content="text/html; charset=utf-8">
      <div>Yeah, but there is a link between this two topics, after
        having analysed the harmonics I would like to create a sequence
        of notes about it and automatically get chords that fit into
        it...<br>
      </div>
    </blockquote>
    In general, this is not an "easy" task.<br>
    I'm currently working (research) on the audio chord estimation (ACE)
    topic.<br>
    For a "standard" song (polyphonic, poly-intrument) the accuracy is
    still far from perfect (~75% of accuracy on a given, limited,
    test-set).<br>
    <br>
    However, for a single instrument, you can achieve good results with
    a simple template matching.<br>
    You can't work directly on the FFT, but from the FFT you have to
    calculate a 12-dimensional mid-level descriptor (called Pitch Class
    Profile).<br>
    Then you can train your chord templates using a specified instrument
    (i.e. if you want to estimate piano chords, you have to train your
    templates with your piano).<br>
    <br>
    Cheers<br>
    <pre class="moz-signature" cols="72">-- 
a.</pre>
  </body>
</html>