Spaces:
Running
Running
File size: 516 Bytes
c427c8f | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 | # Static Assets
This directory contains the client-side assets for the Virtual MIDI Keyboard.
## Files
- **styles.css** - All application styles including keyboard, controls, and MIDI terminal
- **keyboard.js** - Client-side logic for:
- Keyboard rendering and layout
- Audio synthesis (Tone.js integration)
- MIDI event recording
- Computer keyboard input handling
- MIDI monitor/terminal
- File export functionality
## Usage
These files are loaded by `keyboard.html` via `/file=` paths in Gradio.
|