Skip to content

Add support for arrangement_clip (new namespace)#180

Open
PhotonicVelocity wants to merge 1 commit intoideoforms:masterfrom
PhotonicVelocity:feat/arrangement_clips
Open

Add support for arrangement_clip (new namespace)#180
PhotonicVelocity wants to merge 1 commit intoideoforms:masterfrom
PhotonicVelocity:feat/arrangement_clips

Conversation

@PhotonicVelocity
Copy link

Description

Adds a new /live/arrangement_clip/* namespace that mirrors the existing /live/clip/* API but targets clips in Arrangement view (via track.arrangement_clips[clip_index]). This enables reading and writing arrangement clip properties and MIDI notes without overloading the session‑clip endpoints.

Resolves #124

Checklist

  • The title is descriptive and summarises the new changes
  • The code and any comments are consistent with the current code style
  • For any new or modified API endpoints, I have added appropriate documentation to README.md
  • For any new or modified API endpoints, I have added unit tests covering the new functionality
  • I have verified that all unit tests pass (see CONTRIBUTING.md for guidance)

No tests yet because creating arrangement clips is handled by some other open PRs. The current test suite can just add clips to session view. But I did check that this works.

@PhotonicVelocity PhotonicVelocity changed the title add support for arrangement_clip Add support for arrangement_clip (new namespace) Jan 29, 2026
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

Successfully merging this pull request may close these issues.

Request: Interact with clips in arrangement view

1 participant