audio-mixer-ui 0.9.2 → 1.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -2
- package/dist/audio-mixer-ui.js +1280 -1131
- package/dist/audio-mixer-ui.umd.cjs +12 -12
- package/dist/style.css +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -4,11 +4,11 @@ Vue 3 component library for building audio mixer interfaces with musical navigat
|
|
|
4
4
|
|
|
5
5
|
## Features
|
|
6
6
|
|
|
7
|
-
- Audio controls with level meters and
|
|
7
|
+
- Audio controls with level meters and visual feedback
|
|
8
8
|
- Musical navigation (bar/beat input, practice marks, tempo controls)
|
|
9
9
|
- Responsive design for mobile, tablet, and desktop
|
|
10
10
|
- Event-driven architecture with separate UI and audio layers
|
|
11
|
-
- ARIA labels
|
|
11
|
+
- Keyboard navigation with ARIA labels and screen reader support
|
|
12
12
|
|
|
13
13
|
## Installation
|
|
14
14
|
|