0

I'm trying to embed the Processing that contains Minim into html. It reads the code but nothing showed up.

Thank you !

<!doctype html>
<html>
<head>
    <meta charset="UTF-8">
    <title>A LOAD OF WAFFLE</title>
    <script type="text/javascript" src="processing.js"></script>
    <script type="text/javascript" src="minim.js"></script>
</head>
    <style>
        .html {
            background-color: smokewhite;
        }
    </style>

<body>
<!--<script>
    </script> -->
<script src="BorisPiano.pde"></script>
</body>
</html>
jrtapsell
  • 6,719
  • 1
  • 26
  • 49

0 Answers0