mirror of
https://github.com/Tonejs/Tone.js
synced 2024-12-26 03:23:11 +00:00
making link https
This commit is contained in:
parent
a2a13dfe51
commit
c26f83d5cb
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@
|
|||
<title>Simple HTML</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
<!-- LOAD Tone.js from unpkg -->
|
||||
<script src="http://unpkg.com/tone"></script>
|
||||
<script src="https://unpkg.com/tone"></script>
|
||||
<script>
|
||||
function playNote() {
|
||||
// create a synth
|
||||
|
|
Loading…
Reference in a new issue