An open API service indexing awesome lists of open source software.

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

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 format

Currently only supports Audio and Midi tracks (not Return or Group).

Thanks to (https://github.com/WouterVanNifterick)[WouterVanNifterick] for starting.

![Screenshot - clip arrangement](https://github.com/jpdh88/ableton-viewer-vue/blob/main/clip_arrangement.png)
![Screenshot - JSON](https://github.com/jpdh88/ableton-viewer-vue/blob/main/json.png)

## 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/).