https://github.com/itsbrex/ableton-viewer-vue
View clip arrangement (and project file details in JSON format) of Ableton Project files
https://github.com/itsbrex/ableton-viewer-vue
Last synced: 12 days ago
JSON representation
View clip arrangement (and project file details in JSON format) of Ableton Project files
- Host: GitHub
- URL: https://github.com/itsbrex/ableton-viewer-vue
- Owner: itsbrex
- Created: 2023-06-12T20:00:42.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-01T11:46:41.000Z (8 months ago)
- Last Synced: 2025-05-12T02:16:35.026Z (13 days ago)
- Size: 547 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ableton-viewer-vue
Vue implementation (and extension) of [Ableton Viewer](https://github.com/WouterVanNifterick/ableton-viewer)Select an .als file (located in an Ableton Project folder) and wait a moment.
Lets you:
1. view the clip arrangement of a project
2. view the .als in JSON formatCurrently only supports Audio and Midi tracks (not Return or Group).
Thanks to (https://github.com/WouterVanNifterick)[WouterVanNifterick] for starting.

## Project setup
```
npm install
```### Compiles and hot-reloads for development
```
npm run serve
```### Compiles and minifies for production
```
npm run build
```### Lints and fixes files
```
npm run lint
```### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).