Skip to content

Commit 42ae83c

Browse files
copyright date
1 parent a1d4213 commit 42ae83c

6 files changed

Lines changed: 7 additions & 7 deletions

File tree

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ This software is licensed under the MIT License.
22

33
fft.js copyright Fedor Indutny, 2017.
44
fili.js copyright (c) 2014 Florian Markert
5-
All other files copyright (c) 2020 The Input Devices and Musical Interaction Laboratory (IDMIL), McGill University
5+
All other files copyright (c) 2020–2025 The Input Devices and Musical Interaction Laboratory (IDMIL), McGill University
66

77
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
88

all-panels/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
<div>Digital Audio Workbench </div>
5353
<div>By Josh Rohs, Travis J. West, Arden Butterfield & Marcelo M. Wanderley </div>
5454
<div>with contributions by Eduardo Meneses, Christian Frisson, and Erivan Duarte</div>
55-
<div>Copyright <a href="//www-new.idmil.org/">IDMIL</a>/McGill University, 2020 </div>
55+
<div>Copyright <a href="//www-new.idmil.org/">IDMIL</a>/McGill University, 2020–2025 </div>
5656
</footer>
5757
</body>
5858
</html>

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ <h4>Input Devices and Musical Interaction Laboratory (IDMIL) - <a href="//www.id
1616
<i>
1717
By Josh Rohs, Travis J. West, Arden Butterfield & Marcelo M. Wanderley<br>
1818
<small>with contributions by Eduardo Meneses, Christian Frisson, Erivan Duarte, and others.</small><br>
19-
Copyright IDMIL/McGill University, 2020-2021
19+
Copyright IDMIL/McGill University, 2020–2025
2020
</i>
2121
</p>
2222
</small>
@@ -75,7 +75,7 @@ <h4>Input Devices and Musical Interaction Laboratory (IDMIL) - <a href="//www.id
7575
<p>
7676
fft.js copyright (c) 2017 Fedor Indutny <br>
7777
fili.js copyright (c) 2014 Florian Markert <br>
78-
All other files copyright (c) 2020 The Input Devices and Musical
78+
All other files copyright (c) 2020–2025 The Input Devices and Musical
7979
Interaction Laboratory (IDMIL), McGill University <br>
8080
</p>
8181

quantization/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
<footer>
4545
<div>Digital Audio Workbench, by Josh Rohs, Travis J. West, Arden Butterfield & Marcelo M. Wanderley </div>
4646
<div>with contributions by Eduardo Meneses, Christian Frisson, and Erivan Duarte</div>
47-
<div>Copyright <a href="//www-new.idmil.org/">IDMIL</a>/McGill University, 2020 </div>
47+
<div>Copyright <a href="//www-new.idmil.org/">IDMIL</a>/McGill University, 2020–2025 </div>
4848
</footer>
4949
</body>
5050
</html>

sampling/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
<footer>
4545
<div>Digital Audio Workbench, by Josh Rohs, Travis J. West, Arden Butterfield & Marcelo M. Wanderley </div>
4646
<div>with contributions by Eduardo Meneses, Christian Frisson, and Erivan Duarte</div>
47-
<div>Copyright <a href="//www-new.idmil.org/">IDMIL</a>/McGill University, 2020 </div>
47+
<div>Copyright <a href="//www-new.idmil.org/">IDMIL</a>/McGill University, 2020–2025 </div>
4848
</footer>
4949
</body>
5050
</html>

slider.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ class antiimagingSlider extends slider {
225225
this.min = 0.0;
226226
this.max = 200;
227227
this.initial = 200;
228-
this.step = 10;
228+
this.step = 1;
229229
this.makeSlider(p);
230230
}
231231
}

0 commit comments

Comments
 (0)