Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding MIDI Notes to Clips in Arrangement View #124

Open
n1k0la1E opened this issue Apr 5, 2024 · 2 comments
Open

Adding MIDI Notes to Clips in Arrangement View #124

n1k0la1E opened this issue Apr 5, 2024 · 2 comments

Comments

@n1k0la1E
Copy link

n1k0la1E commented Apr 5, 2024

Hi,
Is it possible to add MIDI notes to a clip in the Arrangement View?

@n1k0la1E n1k0la1E closed this as completed Apr 6, 2024
@ideoforms
Copy link
Owner

Hi @n1k0la1E, this isn't presently possible; currently, the AbletonOSC API is mostly focused towards interacting with clips in the Session view, but there are certainly internal Live APIs that would enable this.

This would require a new API namespace, something like:

/live/arrangement_clip/add/notes [track_id] [clip_id] [...]

But this would need some thought on how to index and access clips when in arrangement view (compared to in session view, when each clip obviously has a numerical index in the track).

I'll re-open this issue so that it's on the list.

@ideoforms ideoforms reopened this Apr 6, 2024
@n1k0la1E
Copy link
Author

n1k0la1E commented Apr 6, 2024

Thank you for the response!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants