Skip to content

Commit

Permalink
Merge pull request #29 from meinardmueller/tuning_estimation
Browse files Browse the repository at this point in the history
Tuning estimation fix
  • Loading branch information
yiitozer committed Dec 4, 2023
2 parents 2393bd4 + 1cd3f25 commit 28a59ab
Show file tree
Hide file tree
Showing 55 changed files with 80 additions and 13,586 deletions.
Binary file modified docs/build/doctrees/dtw.doctree
Binary file not shown.
Binary file modified docs/build/doctrees/environment.pickle
Binary file not shown.
Binary file modified docs/build/doctrees/feature/chroma.doctree
Binary file not shown.
Binary file modified docs/build/doctrees/feature/csv_tools.doctree
Binary file not shown.
Binary file modified docs/build/doctrees/feature/dlnco.doctree
Binary file not shown.
Binary file modified docs/build/doctrees/feature/index.doctree
Binary file not shown.
Binary file modified docs/build/doctrees/feature/pitch_onset.doctree
Binary file not shown.
Binary file modified docs/build/doctrees/genindex.doctree
Binary file not shown.
Binary file modified docs/build/doctrees/index.doctree
Binary file not shown.
Binary file modified docs/build/doctrees/py-modindex.doctree
Binary file not shown.
1 change: 1 addition & 0 deletions docs/build/html/_modules/synctoolbox/dtw/core.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
<script data-url_root="../../../" id="documentation_options" src="../../../_static/documentation_options.js"></script>
<script src="../../../_static/jquery.js"></script>
<script src="../../../_static/underscore.js"></script>
<script src="../../../_static/_sphinx_javascript_frameworks_compat.js"></script>
<script src="../../../_static/doctools.js"></script>
<script src="../../../_static/js/theme.js"></script>
<link rel="index" title="Index" href="../../../genindex.html" />
Expand Down
79 changes: 58 additions & 21 deletions docs/build/html/_modules/synctoolbox/dtw/mrmsdtw.html

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions docs/build/html/_modules/synctoolbox/feature/chroma.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
<script data-url_root="../../../" id="documentation_options" src="../../../_static/documentation_options.js"></script>
<script src="../../../_static/jquery.js"></script>
<script src="../../../_static/underscore.js"></script>
<script src="../../../_static/_sphinx_javascript_frameworks_compat.js"></script>
<script src="../../../_static/doctools.js"></script>
<script src="../../../_static/js/theme.js"></script>
<link rel="index" title="Index" href="../../../genindex.html" />
Expand Down
5 changes: 1 addition & 4 deletions docs/build/html/_modules/synctoolbox/feature/csv_tools.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
<script data-url_root="../../../" id="documentation_options" src="../../../_static/documentation_options.js"></script>
<script src="../../../_static/jquery.js"></script>
<script src="../../../_static/underscore.js"></script>
<script src="../../../_static/_sphinx_javascript_frameworks_compat.js"></script>
<script src="../../../_static/doctools.js"></script>
<script src="../../../_static/js/theme.js"></script>
<link rel="index" title="Index" href="../../../genindex.html" />
Expand Down Expand Up @@ -512,10 +513,6 @@ <h1>Source code for synctoolbox.feature.csv_tools</h1><div class="highlight"><pr
<span class="k">assert</span> <span class="kc">False</span><span class="p">,</span> <span class="sa">f</span><span class="s2">&quot;Could not convert </span><span class="si">{</span><span class="n">midi_filepath</span><span class="si">}</span><span class="s2"> to musicxml. Musescore output: </span><span class="si">{</span><span class="n">output</span><span class="si">}</span><span class="s2">&quot;</span>
<span class="k">else</span><span class="p">:</span>
<span class="nb">print</span><span class="p">(</span><span class="sa">f</span><span class="s2">&quot;Successfully converted </span><span class="si">{</span><span class="n">midi_filepath</span><span class="si">}</span><span class="s2"> to </span><span class="si">{</span><span class="n">musicxml_filepath</span><span class="si">}</span><span class="s2"> using musescore&quot;</span><span class="p">)</span></div>


<span class="k">if</span> <span class="vm">__name__</span> <span class="o">==</span> <span class="s1">&#39;__main__&#39;</span><span class="p">:</span>
<span class="n">music_xml_to_csv_musical_time</span><span class="p">(</span><span class="s2">&quot;/home/ahnonay/Dev/synctoolbox/RM-C001.mxl&quot;</span><span class="p">,</span> <span class="s2">&quot;/home/ahnonay/Dev/synctoolbox/RM-C001.csv&quot;</span><span class="p">)</span>
</pre></div>

</div>
Expand Down
5 changes: 3 additions & 2 deletions docs/build/html/_modules/synctoolbox/feature/pitch_onset.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
<script data-url_root="../../../" id="documentation_options" src="../../../_static/documentation_options.js"></script>
<script src="../../../_static/jquery.js"></script>
<script src="../../../_static/underscore.js"></script>
<script src="../../../_static/_sphinx_javascript_frameworks_compat.js"></script>
<script src="../../../_static/doctools.js"></script>
<script src="../../../_static/js/theme.js"></script>
<link rel="index" title="Index" href="../../../genindex.html" />
Expand Down Expand Up @@ -112,7 +113,7 @@ <h1>Source code for synctoolbox.feature.pitch_onset</h1><div class="highlight"><
<span class="n">Fs</span><span class="p">:</span> <span class="nb">float</span> <span class="o">=</span> <span class="mi">22050</span><span class="p">,</span>
<span class="n">midi_min</span><span class="p">:</span> <span class="nb">int</span> <span class="o">=</span> <span class="mi">21</span><span class="p">,</span>
<span class="n">midi_max</span><span class="p">:</span> <span class="nb">int</span> <span class="o">=</span> <span class="mi">108</span><span class="p">,</span>
<span class="n">tuning_offset</span><span class="p">:</span> <span class="nb">float</span> <span class="o">=</span> <span class="mi">0</span><span class="p">,</span>
<span class="n">tuning_offset</span><span class="p">:</span> <span class="nb">int</span> <span class="o">=</span> <span class="mi">0</span><span class="p">,</span>
<span class="n">manual_offset</span><span class="p">:</span> <span class="nb">float</span> <span class="o">=</span> <span class="o">-</span><span class="mi">25</span><span class="p">,</span>
<span class="n">verbose</span><span class="p">:</span> <span class="nb">bool</span> <span class="o">=</span> <span class="kc">False</span><span class="p">,</span>
<span class="n">visualization_title</span><span class="p">:</span> <span class="nb">str</span> <span class="o">=</span> <span class="s2">&quot;Pitch onset features&quot;</span><span class="p">,</span>
Expand All @@ -135,7 +136,7 @@ <h1>Source code for synctoolbox.feature.pitch_onset</h1><div class="highlight"><
<span class="sd"> midi_max : int</span>
<span class="sd"> Maximum MIDI index (indices above ``midi_max`` are filled with zero in the output)</span>

<span class="sd"> tuning_offset : float</span>
<span class="sd"> tuning_offset : int</span>
<span class="sd"> Tuning offset used to shift the filterbank (in cents)</span>

<span class="sd"> manual_offset : int</span>
Expand Down
Binary file removed docs/build/html/_static/audiolabs.png
Binary file not shown.
Binary file removed docs/build/html/_static/fonts/Lato/lato-bold.eot
Binary file not shown.
Binary file removed docs/build/html/_static/fonts/Lato/lato-bold.ttf
Binary file not shown.
Binary file removed docs/build/html/_static/fonts/Lato/lato-bold.woff
Binary file not shown.
Binary file removed docs/build/html/_static/fonts/Lato/lato-bold.woff2
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed docs/build/html/_static/fonts/Lato/lato-italic.eot
Binary file not shown.
Binary file removed docs/build/html/_static/fonts/Lato/lato-italic.ttf
Binary file not shown.
Binary file removed docs/build/html/_static/fonts/Lato/lato-italic.woff
Binary file not shown.
Binary file not shown.
Binary file removed docs/build/html/_static/fonts/Lato/lato-regular.eot
Binary file not shown.
Binary file removed docs/build/html/_static/fonts/Lato/lato-regular.ttf
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading

0 comments on commit 28a59ab

Please sign in to comment.