xxxxxxxxxx
24
<html lang="en">
<head>
<meta charset="utf-8" />
<title>ORPHE CORE JS DEMO</title>
<script src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/1.4.1/p5.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/1.4.1/addons/p5.sound.min.js"></script>
</head>
<body>
<h1>PRONATION</h1>
<button onclick="ble.begin();">connect</button>
<script
src="https://cdn.jsdelivr.net/gh/Orphe-OSS/ORPHE-CORE.js@main/js/ORPHE-CORE.js"
crossorigin="anonymous"
></script>
<script src="https://cdn.jsdelivr.net/gh/Orphe-OSS/ORPHE-CORE.js@main/js/float16.min.js" crossorigin="anonymous"
type="text/javascript"></script>
<script src="https://cdn.jsdelivr.net/gh/Orphe-OSS/ORPHE-CORE.js@main/js/quaternion.js" crossorigin="anonymous"
type="text/javascript"></script>
<script src="sketch.js"></script>
<script src="p5.BLEMode.js"></script>
</body>
</html>