GUI parts library for Web application using WebComponents
Basic Usage :
Advanced Usage and Application Notes :
This is a sample using the default styles of ‘knob’, ‘param’, ‘slider’, ‘switch’ and ‘keyboard’ without external image files.
<webaudio-knob></webaudio-knob>
<webaudio-param></webaudio-param>
<webaudio-slider></webaudio-slider>
<webaudio-switch></webaudio-switch>
<webaudio-keyboard></webaudio-keyboard>
As each element is manipulated, events such as ‘input’ or ‘change’ are issued, so that the handlers can catch them. The captured events are displayed on the Events window on the right.