Skip to content

Add clip property handlers + README docs (leftovers)#201

Closed
esaruoho wants to merge 1 commit into
ideoforms:masterfrom
esaruoho:esa/leftovers
Closed

Add clip property handlers + README docs (leftovers)#201
esaruoho wants to merge 1 commit into
ideoforms:masterfrom
esaruoho:esa/leftovers

Conversation

@esaruoho
Copy link
Copy Markdown
Contributor

Summary

  • Expose additional Live.Clip properties via /live/clip/get|set/*: color_index, sample_length, start_time, end_time, is_overdubbing, will_record_on_start, launch_mode, launch_quantization, ram_mode, warp_mode, has_groove, legato, position, muted, velocity_amount
  • Document the new endpoints in README.md
  • Fix a missing comma after "end_time" in properties_r that silently concatenated it with "file_path"

Test plan

  • /live/clip/get/color_index returns 0-69
  • /live/clip/set/launch_mode applies 0=Trigger / 1=Gate / 2=Toggle / 3=Repeat
  • /live/clip/get/sample_length returns -1 for MIDI clips
  • /live/clip/get/is_overdubbing, /live/clip/get/will_record_on_start reply during overdub/record-armed states
  • /live/clip/get|set/warp_mode round-trips 0-6

Expose additional Live clip properties via /live/clip/get|set/*:
color_index, sample_length, start_time, end_time, is_overdubbing,
will_record_on_start, launch_mode, launch_quantization, ram_mode,
warp_mode, has_groove, legato, position, muted, velocity_amount.

Fix missing comma after "end_time" that silently concatenated it
with "file_path".

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
@CLAassistant
Copy link
Copy Markdown

CLAassistant commented May 21, 2026

CLA assistant check
All committers have signed the CLA.

@esaruoho
Copy link
Copy Markdown
Contributor Author

Closing — this duplicates already-merged PR #143 (Nov 2025). My local fork was based on a stale master and I didn't catch the duplication before opening. Apologies for the noise.

@esaruoho esaruoho closed this May 21, 2026
@esaruoho esaruoho deleted the esa/leftovers branch May 21, 2026 11:37
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.

2 participants