Skip to content

Commit

Permalink
update nbs
Browse files Browse the repository at this point in the history
  • Loading branch information
RichardFreedman committed Jun 15, 2023
1 parent 3379383 commit 842dd64
Show file tree
Hide file tree
Showing 22 changed files with 74,842 additions and 24,709 deletions.
12,832 changes: 12,832 additions & 0 deletions A_RF_Working_Copy.ipynb

Large diffs are not rendered by default.

3,486 changes: 1,714 additions & 1,772 deletions CRIM_01_Notes_Durations_Measures.ipynb

Large diffs are not rendered by default.

5,291 changes: 3,753 additions & 1,538 deletions CRIM_02a_Melodic_Harmonic.ipynb

Large diffs are not rendered by default.

348 changes: 206 additions & 142 deletions CRIM_02b_Melodic_Harmonic_Corpus.ipynb

Large diffs are not rendered by default.

68 changes: 37 additions & 31 deletions CRIM_02c_Melodic_Interval_Families.ipynb

Large diffs are not rendered by default.

550 changes: 296 additions & 254 deletions CRIM_02d_Melodic_nGram_Maps.ipynb

Large diffs are not rendered by default.

303 changes: 138 additions & 165 deletions CRIM_03a_Modules.ipynb

Large diffs are not rendered by default.

103 changes: 52 additions & 51 deletions CRIM_03b_Modules_Corpus.ipynb

Large diffs are not rendered by default.

4,054 changes: 2,184 additions & 1,870 deletions CRIM_04a_Cadences_Verovio.ipynb

Large diffs are not rendered by default.

655 changes: 355 additions & 300 deletions CRIM_04c_Cadence_Network.ipynb

Large diffs are not rendered by default.

42 changes: 14 additions & 28 deletions CRIM_04d_Cadences_Radar_Plots.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
},
{
"cell_type": "code",
"execution_count": 9,
"execution_count": 1,
"id": "14b8ab66",
"metadata": {},
"outputs": [
Expand Down Expand Up @@ -85,16 +85,15 @@
},
{
"cell_type": "code",
"execution_count": 10,
"execution_count": 2,
"id": "8d73fcf1",
"metadata": {},
"outputs": [
{
"name": "stdout",
"output_type": "stream",
"text": [
"Previously imported piece detected.\n",
"{'title': 'Ave Maria', 'composer': 'Josquin Des Prés'}\n"
"{'title': 'Ave Maria', 'composer': 'Josquin Des Prés', 'date': 1502}\n"
]
}
],
Expand Down Expand Up @@ -134,7 +133,7 @@
},
{
"cell_type": "code",
"execution_count": 11,
"execution_count": 4,
"id": "2d5de20b",
"metadata": {},
"outputs": [
Expand All @@ -145,7 +144,7 @@
" scrolling=\"no\"\n",
" width=\"100%\"\n",
" height=\"545px\"\n",
" src=\"iframe_figures/figure_10.html\"\n",
" src=\"iframe_figures/figure_4.html\"\n",
" frameborder=\"0\"\n",
" allowfullscreen\n",
"></iframe>\n"
Expand All @@ -161,7 +160,7 @@
},
{
"cell_type": "code",
"execution_count": 12,
"execution_count": 5,
"id": "72ffb5ca",
"metadata": {},
"outputs": [
Expand All @@ -172,7 +171,7 @@
" scrolling=\"no\"\n",
" width=\"100%\"\n",
" height=\"545px\"\n",
" src=\"iframe_figures/figure_10.html\"\n",
" src=\"iframe_figures/figure_5.html\"\n",
" frameborder=\"0\"\n",
" allowfullscreen\n",
"></iframe>\n"
Expand Down Expand Up @@ -217,23 +216,10 @@
},
{
"cell_type": "code",
"execution_count": 13,
"execution_count": 6,
"id": "9273b4a2",
"metadata": {},
"outputs": [
{
"name": "stdout",
"output_type": "stream",
"text": [
"Previously imported piece detected.\n",
"Previously imported piece detected.\n",
"Previously imported piece detected.\n",
"Previously imported piece detected.\n",
"Previously imported piece detected.\n",
"Previously imported piece detected.\n"
]
}
],
"outputs": [],
"source": [
"# Import Your Mass and Model as a combined Corpus:\n",
"corpus_list = []\n",
Expand All @@ -253,7 +239,7 @@
},
{
"cell_type": "code",
"execution_count": 14,
"execution_count": 7,
"id": "8ca10f08",
"metadata": {},
"outputs": [
Expand All @@ -264,7 +250,7 @@
" scrolling=\"no\"\n",
" width=\"100%\"\n",
" height=\"545px\"\n",
" src=\"iframe_figures/figure_10.html\"\n",
" src=\"iframe_figures/figure_7.html\"\n",
" frameborder=\"0\"\n",
" allowfullscreen\n",
"></iframe>\n"
Expand All @@ -280,7 +266,7 @@
},
{
"cell_type": "code",
"execution_count": 15,
"execution_count": 8,
"id": "0a938f0e",
"metadata": {},
"outputs": [
Expand All @@ -291,7 +277,7 @@
" scrolling=\"no\"\n",
" width=\"100%\"\n",
" height=\"545px\"\n",
" src=\"iframe_figures/figure_10.html\"\n",
" src=\"iframe_figures/figure_8.html\"\n",
" frameborder=\"0\"\n",
" allowfullscreen\n",
"></iframe>\n"
Expand Down Expand Up @@ -330,7 +316,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.9.12"
"version": "3.10.8"
},
"toc": {
"base_numbering": 1,
Expand Down
49 changes: 11 additions & 38 deletions CRIM_04e_Cadence_Progress_Plots.ipynb

Large diffs are not rendered by default.

Loading

0 comments on commit 842dd64

Please sign in to comment.