You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: LICENSE
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@ This software is licensed under the MIT License.
2
2
3
3
fft.js copyright Fedor Indutny, 2017.
4
4
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-2026 The Input Devices and Musical Interaction Laboratory (IDMIL), McGill University, and the Centre for Interdisciplinary Research in Music Media and Technology (CIRMMT).
6
6
7
7
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:
@@ -698,6 +696,7 @@ class QuantNoisePanel extends Panel{
698
696
this.description='This plot shows the difference between the sampled signal before and after quantization, representing the error introduced by the quantization process. '
@@ -781,7 +799,6 @@ class AllSignalsPanel extends Panel {
781
799
this.name="Input (solid), Sampled (lollipop), Reconstructed (dotted), Time Domain";
782
800
this.description='This plot combines the input signal, sampled signal, and reconstructed signal time domain plots. See the documentation for each individual plot for more information. ';
783
801
this.ellipseSize=5;
784
-
785
802
}
786
803
787
804
drawPanel(){
@@ -794,5 +811,5 @@ class AllSignalsPanel extends Panel {
0 commit comments