Skip to content

openmusic/theremin-ui

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

openmusic-theremin-ui

UI for Theremin

Install with NPM

Installation

Grab ThereminUI.js from the repo or do npm install openmusic-theremin-ui.

If not using any package manager

Include ThereminUI.js before you use the component.

<script src="ThereminUI.js"></script>

It will be registered automatically as openmusic-theremin-ui, so you can document.createElement('openmusic-theremin-ui') or just have <openmusic-theremin-ui> elements in your HTML source.

If using npm

You need to load the module and then register it--it is not automatically registered!

require('openmusic-theremin-ui').register('openmusic-theremin-ui');

But you could even register it with other name, for example:

require('openmusic-theremin-ui').register('mega-theremin-ui');

Up to you.

Usage

Have a look at demo/demo.js for an example that shows how to use this component with the Theremin in OpenMusic.

About

UI for Theremin

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages