Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/squishy123/ableton_set_creator
https://github.com/squishy123/ableton_set_creator
Last synced: 21 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/squishy123/ableton_set_creator
- Owner: Squishy123
- Created: 2022-03-24T03:27:31.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-05-02T21:46:14.000Z (over 2 years ago)
- Last Synced: 2024-10-25T19:49:45.705Z (2 months ago)
- Language: JavaScript
- Size: 23.6 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ABLETON SET CREATOR
## REQUIREMENTS
- Node.JS## INSTALLATION
```
git clone https://github.com/Squishy123/ableton_set_creator.git
cd ableton_set_creator
npm i
```## USAGE
### Configuration
*all in src/index.js
- input_als is the string paths of .als files with locators and time signatures you want to add to the set (in order).
- Use the LOOP_ALS const to have an empty block
- output_als (default=mix.als) is the string path of the exported .als file
- TRACK_OFFSET (default=100) is the offset between set tracks in beats
- START_OFFSET (default=400) is the offset from the start of the file### To Run the Script
```
npm start
```### For manual insertion mode
```
npm run insert
```