Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lebrunthibault/ableton-next-clip-launcher
Control surface script for Ableton 10 that launches the next clip in a track while letting the previous one play entirely (in session view)
https://github.com/lebrunthibault/ableton-next-clip-launcher
Last synced: 15 days ago
JSON representation
Control surface script for Ableton 10 that launches the next clip in a track while letting the previous one play entirely (in session view)
- Host: GitHub
- URL: https://github.com/lebrunthibault/ableton-next-clip-launcher
- Owner: lebrunthibault
- Created: 2024-01-19T15:19:34.000Z (12 months ago)
- Default Branch: master
- Last Pushed: 2024-01-23T13:28:59.000Z (12 months ago)
- Last Synced: 2024-11-01T13:23:29.392Z (2 months ago)
- Language: Python
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Next Clip Launcher
This is a control surface script for Ableton 10 written in Python 2.
The goal of this script is to allow the user to launch the next clip of a track
(in session view) but only after the playing clip finishes completely.
It does this by firing the next clip at the right moment considering the
global clip launch quantization.This single functionality that can be triggered by sending
a Note On message (currently Note 0 (C-2) on midi channel 2).