Skip to content

Commit 0730d69

Browse files
committed
Updated the Home page
1 parent 285f00d commit 0730d69

1 file changed

Lines changed: 8 additions & 16 deletions

File tree

index.html

Lines changed: 8 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -7,32 +7,26 @@
77
</head>
88

99
<body>
10-
<h1>The Digital Audio Workbench</h1>
10+
<h1>The Digital Audio Workbench Tutorial</h1>
1111
<h4>Input Devices and Musical Interaction Laboratory (IDMIL) - <a href="//www.idmil.org/">www.idmil.org</a>
1212
<br>McGill University, Canada.</h4>
1313

1414
<small>
1515
<p style="margin-left: 40px">
1616
<i>
17-
By Josh Rohs, Travis J. West & Marcelo M. Wanderley<br>
18-
<small>with contributions by Eduardo Meneses, Christian Frisson, Erivan Duarte, Maxwell Gentili-Morin, and others.</small><br>
19-
Copyright IDMIL/McGill University, 2020-2021
17+
By Maxwell & Marcelo M. Wanderley<br>
18+
<small>based on the Digital Audio Workbench</small><br>
19+
Copyright IDMIL/McGill University, 2023-2023
2020
</i>
2121
</p>
2222
</small>
2323

2424
<p>
25-
The Digital Audio Workbench aims to provide an accessible interactive
26-
platform for intuitively exploring key concepts in digital audio.
25+
The Digital Audio Workbench Tutorial aims take the groundwork laid out from the <a href = "https://idmil.github.io/DigitalAudioWorkbench/">Digital Audio Workbench</a>
26+
and craft a series of tutorials that review the key concepts behind sampling and quantization.
2727
<br><br>
2828

29-
Both <i>Time-</i> and <i>Frequency-domain</i> views of signals are presented,
30-
as well as audio rendering of parameter manipulation.
31-
32-
<br><br>
33-
Numerous modular graphs are available, which can aid in
34-
teaching and studying issues such as aliasing, quantization,
35-
the effect of dithering, and more.
29+
This is an active project and will continue to have tutorials added weekly.
3630
</p>
3731

3832
<p>
@@ -41,8 +35,6 @@ <h4>Input Devices and Musical Interaction Laboratory (IDMIL) - <a href="//www.id
4135
</p>
4236

4337
<ul>
44-
<li><a href="sampling">sampling & aliasing</a></li>
45-
<li><a href="quantization">quantization & dither</a></li>
4638
<li><a href="tutorials">Tutorial on Sampling and Quantization</a></li>
4739
<li><a href="all-panels">all panels and sliders</a> (mainly for developers)</li>
4840
</ul>
@@ -76,7 +68,7 @@ <h4>Input Devices and Musical Interaction Laboratory (IDMIL) - <a href="//www.id
7668
<p>
7769
fft.js copyright (c) 2017 Fedor Indutny <br>
7870
fili.js copyright (c) 2014 Florian Markert <br>
79-
All other files copyright (c) 2020 The Input Devices and Musical
71+
All other files copyright (c) 2023 The Input Devices and Musical
8072
Interaction Laboratory (IDMIL), McGill University <br>
8173
</p>
8274

0 commit comments

Comments
 (0)