Commit b13ad665 authored by Steve Tjoa's avatar Steve Tjoa

onset detection

parent d6dcfae8
......@@ -215,7 +215,7 @@ div#notebook {
<div class="inner_cell">
<div class="text_cell_render border-box-sizing rendered_html">
<ol>
<li><a href="about.html">About musicinformationretrieval.com</a></li>
<li><a href="about.html">About This Site</a></li>
<li><a href="python_basics.html">Python Basics</a></li>
<li><a href="get_good_at_ipython.html">Getting Good at IPython</a> (<a href="get_good_at_ipython.ipynb">ipynb</a>)</li>
<li><a href="ipython_audio.html">Using Audio in IPython</a> (<a href="ipython_audio.ipynb">ipynb</a>)</li>
......@@ -241,8 +241,8 @@ div#notebook {
<div class="text_cell_render border-box-sizing rendered_html">
<ol>
<li><a href="signal_representations.html">Signal Representations</a> (<a href="signal_representations.ipynb">ipynb</a>)</li>
<li><a href="notebooks/onset_detection.ipynb">Onset Detection</a></li>
<li><a href="notebooks/beat_tracking.ipynb">Beat Tracking</a></li>
<li><a href="onset_detection.html">Onset Detection</a> (<a href="onset_detection.ipynb">ipynb</a>)</li>
<li><a href="beat_tracking.html">Beat Tracking</a> (<a href="beat_tracking.ipynb">ipynb</a>)</li>
<li><a href="exercises/feature_sonification.ipynb">Exercise: Understanding Audio Features through Sonification</a></li>
</ol>
......
......@@ -25,7 +25,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"1. [About musicinformationretrieval.com](about.html)\n",
"1. [About This Site](about.html)\n",
"1. [Python Basics](python_basics.html)\n",
"1. [Getting Good at IPython](get_good_at_ipython.html) ([ipynb](get_good_at_ipython.ipynb))\n",
"1. [Using Audio in IPython](ipython_audio.html) ([ipynb](ipython_audio.ipynb))\n",
......@@ -44,8 +44,8 @@
"metadata": {},
"source": [
"1. [Signal Representations](signal_representations.html) ([ipynb](signal_representations.ipynb))\n",
"1. [Onset Detection](notebooks/onset_detection.ipynb)\n",
"1. [Beat Tracking](notebooks/beat_tracking.ipynb)\n",
"1. [Onset Detection](onset_detection.html) ([ipynb](onset_detection.ipynb))\n",
"1. [Beat Tracking](beat_tracking.html) ([ipynb](beat_tracking.ipynb))\n",
"1. [Exercise: Understanding Audio Features through Sonification](exercises/feature_sonification.ipynb)"
]
},
......
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment