Skip to content

Commit db1010b

Browse files
committed
Remove demos to the web pages.
1 parent 4c004fe commit db1010b

File tree

6 files changed

+34
-10
lines changed

6 files changed

+34
-10
lines changed

README.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,6 @@ This implementation contains additional improvements to the sound generation inc
1313

1414
The original binary format for the pipe models and the organ configuration has been translated (partially) to JSON.
1515

16-
## Demo
17-
:warning: These are a bit outdated.
18-
- [Pachelbel - Ciacona in Fm](demo/Pachelbel_Ciacona_in_Fm.mp3)
19-
- [Pachelbel - Chorale prelude](demo/Pachelbel_Chorale_prelude.mp3)
20-
2116
## Implementation notes
2217

2318
From the original implementation this project takes only `addsynth` and `rankwave` modules. These modules describe the 64-harmonics additive synth and organ pipes wavetables generation. Plus this repo includes the original `ae0` files that contain the harmonics tables for various pipes in binary format (these are embedded into the plugin's resources). All the new pipe models are in JSON.

docs/index.html

Lines changed: 25 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,22 +40,43 @@ <h2>Recordings</h2>
4040

4141
<table class="playlist">
4242
<tr>
43-
<td>Walther - Herr Christ Der Ein</td>
43+
<td class="title">Walther - Herr Christ Der Ein</td>
4444
<td><audio controls src="recordings/WalterHerChristDerEinigGottessohn20210803a.mp3" /></td>
4545
</tr>
4646
<tr>
47-
<td>Danrieu - Dialogue</td>
47+
<td class="title">Danrieu - Dialogue</td>
4848
<td><audio controls src="recordings/DandrieuDialogue20210819a.mp3" /></td>
4949
</tr>
5050
<tr>
51-
<td>Boellmann - Interlude</td>
51+
<td class="title">Boellmann - Interlude</td>
5252
<td><audio controls src="recordings/BoellmannInterlude202010906a.mp3" /></td>
5353
</tr>
5454
<tr>
55-
<td>Bach - Vom Himmel Hoch BWV606</td>
55+
<td class="title">Bach - Vom Himmel Hoch BWV606</td>
5656
<td><audio controls src="recordings/BachVomHimmelHochBWV606_20210807a_WithAeolusOrgan.mp3" /></td>
5757
</tr>
5858
</table>
5959

60+
<h2>Other recordings</h2>
61+
<table class="playlist">
62+
<tr>
63+
<td class="title">Bach - Tocatta and Fugue in Dm</td>
64+
<td><audio controls src="recordings/Bach_tocatta_and_fugue_in_Dm.mp3" /></td>
65+
</tr>
66+
<tr>
67+
<td class="title">Pachelbel - Chorale Prelude</td>
68+
<td><audio controls src="recordings/Pachelbel_Chorale_prelude.mp3" /></td>
69+
</tr>
70+
<tr>
71+
<td class="title">Pachelbel - Ciacona in Fm</td>
72+
<td><audio controls src="recordings/Pachelbel_Ciacona_in_Fm.mp3" /></td>
73+
</tr>
74+
</table>
75+
76+
<hr>
77+
<address>
78+
<a href="https://github.com/Archie3d">Arthur Benilov</a>, 2021
79+
</address>
80+
6081
</body>
6182
</html>
11.4 MB
Binary file not shown.
File renamed without changes.
File renamed without changes.

docs/styles/main.css

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,13 @@ img.screenshot {
2828
}
2929

3030
table.playlist {
31-
width: 800px;
31+
width: 600px;
32+
}
33+
34+
td.title {
35+
width: 50%;
36+
}
37+
38+
hr {
39+
border: 1px solid grey;
3240
}

0 commit comments

Comments
 (0)