GsuiKeys

Size
2,843 Kb
Views
6,072

How do I make an gsuikeys?

What is a gsuikeys? How do you make a gsuikeys? This script and codes were developed by Thomas Tortorini on 01 January 2023, Sunday.

GsuiKeys Previews

GsuiKeys - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>gsuiKeys</title> <link rel='stylesheet prefetch' href='css/gwjoje.css'>
<link rel='stylesheet prefetch' href='https://gridsound.github.io/gs-ui-components/gsuiKeys/gsuiKeys.css'> <link rel="stylesheet" href="css/style.css">
</head>
<body> <div id="main">	<div id="desc">	<div id="title">gsuiKeys</div>	<a id="main-link" href="https://github.com/gridsound/gs-ui-components/tree/master/gsuiKeys">gs-ui-components / <b>gsuiKeys</b></a>	</div>	<div id="cmp-wrapper"></div>
</div>
<template id="gsuiKeys-octave"	><div class="gsuiKey" data-key="b" ><div class="gsuiKey-row gsui-row"></div></div	><div class="gsuiKey" data-key="a#"><div class="gsuiKey-row gsui-row gsui-rowBlack"></div></div	><div class="gsuiKey" data-key="a" ><div class="gsuiKey-row gsui-row"></div></div	><div class="gsuiKey" data-key="g#"><div class="gsuiKey-row gsui-row gsui-rowBlack"></div></div	><div class="gsuiKey" data-key="g" ><div class="gsuiKey-row gsui-row"></div></div	><div class="gsuiKey" data-key="f#"><div class="gsuiKey-row gsui-row gsui-rowBlack"></div></div	><div class="gsuiKey" data-key="f" ><div class="gsuiKey-row gsui-row"></div></div	><div class="gsuiKey" data-key="e" ><div class="gsuiKey-row gsui-row"></div></div	><div class="gsuiKey" data-key="d#"><div class="gsuiKey-row gsui-row gsui-rowBlack"></div></div	><div class="gsuiKey" data-key="d" ><div class="gsuiKey-row gsui-row"></div></div	><div class="gsuiKey" data-key="c#"><div class="gsuiKey-row gsui-row gsui-rowBlack"></div></div	><div class="gsuiKey" data-key="c" ><div class="gsuiKey-row gsui-row"></div></div
></template> <script src='https://gridsound.github.io/gs-ui-components/gsuiKeys/gsuiKeys.js'></script> <script src="js/index.js"></script>
</body>
</html>

GsuiKeys - Script Codes CSS Codes

body { cursor: default;
}
#cmp-wrapper { background: none; max-width: 40px; font-size: 8px; max-width: 80px; font-size: 18px; max-width: 125px; font-size: 32px;
}

GsuiKeys - Script Codes JS Codes

var keys = new gsuiKeys();
document.querySelector( "#cmp-wrapper" ).append( keys.rootElement );
keys.octaves( 5, 2 );
keys.onkeydown = cb.bind( null, "onkeydown" );
keys.onkeyup = cb.bind( null, "onkeyup " );
function cb( event, key, octave, gain ) {	console.log( event + ` key: "${ key }", octave: ${ octave }, gain: ${ ~~( gain * 100 ) }%` );
};
GsuiKeys - Script Codes
GsuiKeys - Script Codes
Home Page Home
Developer Thomas Tortorini
Username mr21
Uploaded January 01, 2023
Rating 3
Size 2,843 Kb
Views 6,072
Do you need developer help for GsuiKeys?

Find the perfect freelance services for your business! Fiverr's mission is to change how the world works together. Fiverr connects businesses with freelancers offering digital services in 500+ categories. Find Developer!

Thomas Tortorini (mr21) Script Codes
Create amazing blog posts with AI!

Jasper is the AI Content Generator that helps you and your team break through creative blocks to create amazing, original content 10X faster. Discover all the ways the Jasper AI Content Platform can help streamline your creative workflows. Start For Free!