Messing around with AudioContext and Canvas. Simple example, drop a music file on the canvas and watch.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.scroll-window:before{ | |
content:""; | |
position: absolute; | |
width:100%; | |
height:2.5rem; | |
display: table; | |
z-index: 98; | |
background:rgba(170,170,170,1.0); | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<canvas id="main"></canvas> |
NewerOlder