Skip to content

Commit 5e30ab3

Browse files
committed
Updated attribution
1 parent be834da commit 5e30ab3

2 files changed

Lines changed: 3 additions & 4 deletions

File tree

LICENSE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) Maximillian Laumeister. All rights reserved.
1+
Copyright (c) Wolfy. All rights reserved.
22
GNU GENERAL PUBLIC LICENSE
33
Version 3, 29 June 2007
44

src/index.html

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@
55
<meta name="viewport" content="width=530, user-scalable=no">
66
<title>ToneMatrix Redux Sequencer - No Flash Required</title>
77
<meta name="description" content="A pentatonic step sequencer. Click tiles and make music.">
8-
<meta name="author" content="Maximillian Laumeister">
9-
<link rel="canonical" href="https://tonematrix.maxlaumeister.com/">
8+
<link rel="canonical" href="https://tonematrix.lupine.dev/">
109
<link rel="apple-touch-icon" sizes="180x180" href="apple-touch-icon.png">
1110
<link rel="icon" type="image/png" sizes="32x32" href="favicon-32x32.png">
1211
<link rel="icon" type="image/png" sizes="16x16" href="favicon-16x16.png">
@@ -58,7 +57,7 @@ <h1>ToneMatrix Redux</h1>
5857
<div class="overlay"></div>
5958
<a class="play-btn" href="javascript:void(0)"></a>
6059
</div>
61-
<p><span id="muteButton"></span><a id="clearnotes" class="button" href="javascript:void(0)">Clear Notes</a> Based on <a href="https://tonematrix.audiotool.com/">ToneMatrix</a> - By <a href="https://www.maxlaumeister.com/">Max L</a> - <a href="https://github.com/MaxLaumeister/ToneMatrixRedux">GitHub</a></p>
60+
<p><span id="muteButton"></span><a id="clearnotes" class="button" href="javascript:void(0)">Clear Notes</a> Based on <a href="https://tonematrix.audiotool.com/">ToneMatrix</a> - By <a href="https://lupine.dev/">Wolfy</a> - <a href="https://github.com/lupine-dev/ToneMatrixRedux">GitHub</a></p>
6261
<script src="all.js"></script>
6362
<script>
6463
const toneMatrixInstance = new ToneMatrix(document.querySelector(".canvaswrap"), document.querySelector("#clearnotes"), document.querySelector("#clipboard-input"), document.querySelector(".clipboard"), document.querySelector("#muteButton"));

0 commit comments

Comments
 (0)