Skip to content

Commit 3e8f98e

Browse files
writing copy for homepage, sprucing up css
1 parent 0602e83 commit 3e8f98e

7 files changed

Lines changed: 82 additions & 31 deletions

File tree

.gitlab-ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ pages:
33

44
script:
55
- mkdir .public
6-
- cp -a all-panels .public
7-
- cp -a delta-sigma-panels .public
6+
- cp -a sampling .public
7+
- cp -a delta-sigma .public
88
- cp -a *.js .public
99
- cp -a index.html .public
1010
- cp -a *.css .public

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Digital Audio Workbench 2
2+
3+
By Arden Butterfield, Josh Rohs, Travis J. West & Marcelo M. Wanderley
4+
with contributions by Laurent Tarabout
5+
6+
Copyright CIRMMT/McGill University, 2025, based on IDMIL's [Digital Audio Workbench](https://idmil.github.io/DigitalAudioWorkbench/).
7+
8+
The
Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,16 @@
1515
<script src="../waves.js"></script>
1616
<script src="../widget.js"></script>
1717
<script src="../interaction.js"></script>
18+
<title>DAWb2 (CIRMMT) | Delta-Sigma</title>
1819
</head>
1920
<body>
2021
<main>
2122
<div class="timeline">
2223
<h1>Digital Audio Workbench (Delta-Sigma Encoding)</h1>
2324

2425
<h2>By Arden Butterfield, Josh Rohs, Travis J. West & Marcelo M. Wanderley
25-
with contributions by Eduardo Meneses, Christian Frisson, Erivan Duarte, Laurent Tarabout, and Maxwell Gentili-Morin</h2>
26-
<h3>Copyright IDMIL/McGill University, 2025</h3>
26+
with contributions by Laurent Tarabout</h2>
27+
<h3>Copyright CIRMMT/McGill University, 2025, based on IDMIL's <h ref="https://idmil.github.io/DigitalAudioWorkbench/">Digital Audio Workbench</h></h3>
2728

2829
<div class="section" id="input-section">
2930
<div class="titlebar">
@@ -88,7 +89,10 @@ <h2>Reconstructed</h2>
8889
<button class="play-button" id="play-reconstructed">Play Reconstructed</button>
8990
</div>
9091
</div>
91-
</div>
92+
<div class="section" id="footer-section">
93+
<img src="/images/CIRMMT_logo.svg" style="margin:auto; display:block" alt="CIRMMT Logo">
94+
</div>
95+
</div>
9296
</main>
9397
<div class="global-panel">
9498
<div id="global-panel-collapse-button" onclick="collapseGlobalPanel()"></div>

images/CIRMMT_logo.svg

Lines changed: 37 additions & 0 deletions
Loading

index.html

Lines changed: 15 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -3,41 +3,34 @@
33
<head>
44

55
<link rel="stylesheet" type="text/css" href="home_style.css" media="screen" />
6-
<title>Tutorials from the IDMIL The Digital Audio Workbench</title>
6+
<title>DAWb2 (CIRMMT)</title>
77
</head>
88

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

1412
<small>
15-
<p style="margin-left: 40px">
16-
<i>
17-
By Laurent Tarabout, Maxwell Gentili-Morin & Marcelo M. Wanderley<br>
18-
<small>based on the original IDMIL Digital Audio Workbench</small><br>
19-
Copyright IDMIL/McGill University, 2023-2025
20-
</i>
21-
</p>
13+
By Arden Butterfield, Josh Rohs, Travis J. West & Marcelo M. Wanderley
14+
with contributions by Laurent Tarabout<br>
15+
16+
Copyright <a href="https://www.cirmmt.org">CIRMMT</a>/McGill University, 2025, based on the <h ref="https://idmil.github.io/DigitalAudioWorkbench/">Digital Audio Workbench</h>
17+
2218
</small>
23-
24-
<p>
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.
27-
<br><br>
2819

29-
This is an active project and will continue to have tutorials added weekly.
30-
</p>
20+
<p>
21+
The Digital Audio Workbench 2 builds on the <a href = "https://idmil.github.io/DigitalAudioWorkbench/">Digital Audio Workbench</a>,
22+
developed at The Input Devices and Music Interaction Laboratory (IDMIL) at McGill University.
23+
This project aims to provide a workbench or playground for exploratory learing of antialiasing techniques
24+
in sampling and quantization, as well as delta-sigma modulation for analog to digital conversion.
3125

3226
<p>
3327
Please follow the links below to explore different subsets of the
3428
workbench:
3529
</p>
3630

3731
<ul>
38-
<li><a href="tutorials">Tutorial on Sampling and Quantization</a></li>
39-
<li><a href="delta-modulation">Tutorial on Delta Modulation</a></li>
40-
<li><a href="all-panels">all panels and sliders</a> (mainly for developers)</li>
32+
<li><a href="sampling">Tutorial on Sampling and Quantization</a></li>
33+
<li><a href="delta-sigma">Tutorial on Delta-Sigma Modulation</a></li>
4134
</ul>
4235

4336
<p>
@@ -99,5 +92,6 @@ <h4>Input Devices and Musical Interaction Laboratory (IDMIL) - <a href="//www.id
9992
</p>
10093
</small></small>
10194

95+
<img src="/images/CIRMMT_logo.svg" alt="CIRMMT Logo">
10296
</body>
10397
</html>
Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@
1515
<script src="../waves.js"></script>
1616
<script src="../widget.js"></script>
1717
<script src="../interaction.js"></script>
18-
<title>Digital Audio Workbench</title>
18+
<title>DAWb2 (CIRMMT) | Sampling</title>
1919
</head>
2020
<body>
2121
<main>
2222
<div class="timeline">
2323

24-
<h1>Digital Audio Workbench (Sampling and Quantization)</h1>
24+
<h1>Digital Audio Workbench 2 (Sampling and Quantization)</h1>
2525

2626
<h2>By Arden Butterfield, Josh Rohs, Travis J. West & Marcelo M. Wanderley
2727
with contributions by Laurent Tarabout</h2>
@@ -134,6 +134,9 @@ <h2>Reconstructed</h2>
134134
<button class="play-button" id="play-reconstructed">Play Reconstructed</button>
135135
</div>
136136
</div>
137+
<div class="section" id="footer-section">
138+
<img src="/images/CIRMMT_logo.svg" style="margin:auto; display:block" alt="CIRMMT Logo">
139+
</div>
137140
</div>
138141
</main>
139142
<div class="global-panel">

styles.css

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@ h2 {
1313
font-weight: normal;
1414
}
1515

16+
.section-title h2 {
17+
font-size: 2em;
18+
}
19+
1620
h3 {
1721
font-style: italic;
1822
text-align: center;
@@ -44,7 +48,7 @@ main {
4448
}
4549
.timeline .section {
4650
background-color: white;
47-
padding: 20px;
51+
padding: 40px;
4852
border: 1px solid grey;
4953
border-radius: 5px;
5054
margin-bottom: 10px;
@@ -69,12 +73,13 @@ main {
6973
display: flex;
7074
align-items: stretch;
7175
gap: 5px;
76+
margin-bottom: 30px;
77+
justify-content: center;
7278
}
7379

7480
.timeline .section .collapse .panel {
75-
border: 1px solid green;
81+
border: 1px solid lightgrey;
7682
padding: 3px;
77-
width: 60%;
7883
}
7984

8085
.sliders {

0 commit comments

Comments
 (0)