|
2 | 2 | <html> |
3 | 3 | <head> |
4 | 4 |
|
5 | | - <link rel="stylesheet" type="text/css" href="home_style.css" media="screen" /> |
| 5 | + <link rel="stylesheet" type="text/css" href="styles.css" media="screen" /> |
6 | 6 | <title>DAWb2 (CIRMMT)</title> |
7 | 7 | </head> |
8 | 8 |
|
9 | | - <body> |
10 | | - <h1>Digital Audio Workbench 2</h1> |
| 9 | +<body> |
| 10 | +<main> |
| 11 | + <div class="timeline"> |
| 12 | + <div class="section" id="main-title-section"> |
| 13 | + <h1 class="main-title">Digital Audio Workbench 2</h1> |
11 | 14 |
|
12 | | - <small> |
13 | | - By Arden Butterfield, Josh Rohs, Travis J. West & Marcelo M. Wanderley |
14 | | - with contributions by Laurent Tarabout<br> |
| 15 | + <p class="credits"> |
| 16 | + By Arden Butterfield, Josh Rohs, Travis J. West & Marcelo M. Wanderley |
| 17 | + with contributions by Laurent Tarabout |
| 18 | + </p> |
15 | 19 |
|
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 | | - |
18 | | - </small> |
19 | | - |
20 | | - <p> |
| 20 | + <p class="credits"> |
| 21 | + Copyright <a href="https://www.cirmmt.org">CIRMMT</a>/McGill University, 2025, based on the <a href="https://idmil.github.io/DigitalAudioWorkbench/">Digital Audio Workbench</a> |
| 22 | + </p> |
| 23 | + </div> |
| 24 | + <div class="section"> |
| 25 | + <p> |
21 | 26 | 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. |
| 27 | + developed at The Input Devices and Music Interaction Laboratory (IDMIL) at McGill University. |
| 28 | + This project aims to provide a workbench or playground for exploratory learing of antialiasing techniques |
| 29 | + in sampling and quantization, as well as delta-sigma modulation for analog to digital conversion. |
25 | 30 |
|
26 | | - <p> |
| 31 | + <p> |
27 | 32 | Please follow the links below to explore different subsets of the |
28 | | - workbench: |
29 | | - </p> |
| 33 | + workbench: |
| 34 | + </p> |
30 | 35 |
|
31 | | - <ul> |
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> |
34 | | - </ul> |
| 36 | + <ul> |
| 37 | + <li><a href="sampling">Tutorial on Sampling and Quantization</a></li> |
| 38 | + <li><a href="delta-sigma">Tutorial on Delta-Sigma Modulation</a></li> |
| 39 | + </ul> |
35 | 40 |
|
36 | | - <p> |
| 41 | + <p> |
37 | 42 | <small> |
38 | | - Detailed information is avaialble in the <a href="README.md">project's README file</a>. |
| 43 | + Detailed information is avaialble in the <a href="README.md">project's README file</a>. |
39 | 44 | </small> |
40 | | - </p> |
| 45 | + </p> |
| 46 | + </div> |
| 47 | + <div class="section"> |
| 48 | + <small><small> |
| 49 | + <p> |
| 50 | + This software is licensed under the MIT License. |
| 51 | + </p> |
41 | 52 |
|
42 | | - <small> |
43 | | - <p> |
44 | | - <b>Disclaimer:</b> |
45 | | - <br> |
46 | | - <i>This is a preliminary version of the tool.</i> |
47 | | - <br><br> |
48 | | - Note that so far we have only tested the project on recent Chromium-based browsers. Furthermore, the display is |
49 | | - not yet adequately responsive for mobile devices and other small screens. |
50 | | - <br><br> |
51 | | - If you have any suggestions, questions or comments, please feel free to <a mailto:mwanderley@acm.org>send us an email</a>. |
52 | | - </p> |
53 | | - </small> |
| 53 | + <p> |
| 54 | + fft.js copyright (c) 2017 Fedor Indutny <br> |
| 55 | + fili.js copyright (c) 2014 Florian Markert <br> |
| 56 | + All other files copyright (c) 2023 The Input Devices and Musical |
| 57 | + Interaction Laboratory (IDMIL), McGill University <br> |
| 58 | + </p> |
54 | 59 |
|
55 | | - <hr> |
| 60 | + <p> |
| 61 | + Permission is hereby granted, free of charge, to any person obtaining a |
| 62 | + copy of this software and associated documentation files (the |
| 63 | + "Software"), to deal in the Software without restriction, including |
| 64 | + without limitation the rights to use, copy, modify, merge, publish, |
| 65 | + distribute, sublicense, and/or sell copies of the Software, and to |
| 66 | + permit persons to whom the Software is furnished to do so, subject to |
| 67 | + the following conditions: |
| 68 | + </p> |
56 | 69 |
|
57 | | - <small><small> |
58 | | - <p> |
59 | | - This software is licensed under the MIT License. |
60 | | - </p> |
61 | | - |
62 | | - <p> |
63 | | - fft.js copyright (c) 2017 Fedor Indutny <br> |
64 | | - fili.js copyright (c) 2014 Florian Markert <br> |
65 | | - All other files copyright (c) 2023 The Input Devices and Musical |
66 | | - Interaction Laboratory (IDMIL), McGill University <br> |
67 | | - </p> |
| 70 | + <p> |
| 71 | + The above copyright notice and this permission notice shall be included |
| 72 | + in all copies or substantial portions of the Software. |
| 73 | + </p> |
68 | 74 |
|
69 | | - <p> |
70 | | - Permission is hereby granted, free of charge, to any person obtaining a |
71 | | - copy of this software and associated documentation files (the |
72 | | - "Software"), to deal in the Software without restriction, including |
73 | | - without limitation the rights to use, copy, modify, merge, publish, |
74 | | - distribute, sublicense, and/or sell copies of the Software, and to |
75 | | - permit persons to whom the Software is furnished to do so, subject to |
76 | | - the following conditions: |
77 | | - </p> |
78 | | - |
79 | | - <p> |
80 | | - The above copyright notice and this permission notice shall be included |
81 | | - in all copies or substantial portions of the Software. |
82 | | - </p> |
83 | | - |
84 | | - <p> |
85 | | - THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS |
86 | | - OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF |
87 | | - MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. |
88 | | - IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY |
89 | | - CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, |
90 | | - TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE |
91 | | - SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE." |
92 | | - </p> |
93 | | - </small></small> |
| 75 | + <p> |
| 76 | + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS |
| 77 | + OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF |
| 78 | + MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. |
| 79 | + IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY |
| 80 | + CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, |
| 81 | + TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE |
| 82 | + SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE." |
| 83 | + </p> |
| 84 | + </small></small> |
94 | 85 |
|
95 | | - <img src="/images/CIRMMT_logo.svg" alt="CIRMMT Logo"> |
| 86 | + <a href="https://www.cirmmt.org"><img src="/images/CIRMMT_logo.svg" alt="CIRMMT Logo"></a> |
| 87 | + </div> |
| 88 | + </div> |
| 89 | +</main> |
| 90 | + <hr> |
96 | 91 | </body> |
97 | 92 | </html> |
0 commit comments