From cb9fa476f7157420073e7a4ab12ceb557b1de027 Mon Sep 17 00:00:00 2001 From: mr21 Date: Wed, 14 Feb 2024 03:31:53 +0100 Subject: [PATCH] tests: import gsui0ne + 2023->2024 --- gsuiDAW/index.html | 3 +++ gsuiDrumrows/index.html | 1 + gsuiDrums/index.html | 1 + gsuiEnvelope/index.html | 1 + gsuiFxDelay/index.html | 1 + gsuiLFO/index.html | 1 + gsuiPianoroll/index.html | 1 + gsuiSlicer/index.html | 1 + gsuiSliderGroup/index.html | 1 + gsuiTimewindow/index.html | 1 + gsuiTrack/index.html | 1 + index.html | 2 +- test-assets/test.js | 2 +- 13 files changed, 15 insertions(+), 2 deletions(-) diff --git a/gsuiDAW/index.html b/gsuiDAW/index.html index 06436a42..e491b35a 100644 --- a/gsuiDAW/index.html +++ b/gsuiDAW/index.html @@ -68,6 +68,9 @@ + + + diff --git a/gsuiDrumrows/index.html b/gsuiDrumrows/index.html index 69c95e69..07951518 100644 --- a/gsuiDrumrows/index.html +++ b/gsuiDrumrows/index.html @@ -43,6 +43,7 @@ + diff --git a/gsuiDrums/index.html b/gsuiDrums/index.html index d170e10b..21e1e461 100644 --- a/gsuiDrums/index.html +++ b/gsuiDrums/index.html @@ -50,6 +50,7 @@ + diff --git a/gsuiEnvelope/index.html b/gsuiEnvelope/index.html index 6593fbbc..eb6f38f6 100644 --- a/gsuiEnvelope/index.html +++ b/gsuiEnvelope/index.html @@ -37,6 +37,7 @@ + diff --git a/gsuiFxDelay/index.html b/gsuiFxDelay/index.html index d51ce5a0..4d18bfae 100644 --- a/gsuiFxDelay/index.html +++ b/gsuiFxDelay/index.html @@ -36,6 +36,7 @@ + diff --git a/gsuiLFO/index.html b/gsuiLFO/index.html index b44602af..decc8a5e 100644 --- a/gsuiLFO/index.html +++ b/gsuiLFO/index.html @@ -52,6 +52,7 @@ + diff --git a/gsuiPianoroll/index.html b/gsuiPianoroll/index.html index 241d73fe..c6835d61 100644 --- a/gsuiPianoroll/index.html +++ b/gsuiPianoroll/index.html @@ -46,6 +46,7 @@ + diff --git a/gsuiSlicer/index.html b/gsuiSlicer/index.html index 2625dffd..eba21fbd 100644 --- a/gsuiSlicer/index.html +++ b/gsuiSlicer/index.html @@ -56,6 +56,7 @@ + diff --git a/gsuiSliderGroup/index.html b/gsuiSliderGroup/index.html index 0f8eb782..257bd42b 100644 --- a/gsuiSliderGroup/index.html +++ b/gsuiSliderGroup/index.html @@ -42,6 +42,7 @@ + diff --git a/gsuiTimewindow/index.html b/gsuiTimewindow/index.html index 966cbafa..049baed7 100644 --- a/gsuiTimewindow/index.html +++ b/gsuiTimewindow/index.html @@ -75,6 +75,7 @@ + diff --git a/gsuiTrack/index.html b/gsuiTrack/index.html index a27da515..84ed264d 100644 --- a/gsuiTrack/index.html +++ b/gsuiTrack/index.html @@ -42,6 +42,7 @@ + diff --git a/index.html b/index.html index 2792a670..f3817b35 100644 --- a/index.html +++ b/index.html @@ -49,7 +49,7 @@ gsuiWindows
- © 2023 gridsound.com all rights reserved + © 2024 gridsound.com all rights reserved
diff --git a/test-assets/test.js b/test-assets/test.js index ff51b3a2..3f80db34 100644 --- a/test-assets/test.js +++ b/test-assets/test.js @@ -56,7 +56,7 @@ function lg( a ) { return console.log.apply( console, arguments ), a; } ), GSUcreateDiv( { id: "testFoot" }, GSUcreateDiv( { id: "testCopyright" }, - GSUcreateSpan( null, "© 2023 " ), + GSUcreateSpan( null, "© 2024 " ), GSUcreateA( { href: "https://gridsound.com" }, "gridsound.com" ), GSUcreateSpan( null, " all rights reserved" ), ),