Skip to content

get set device parameters#8

Open
menguzat wants to merge 2 commits intoahujasid:mainfrom
menguzat:feature/get-set-device-parameters
Open

get set device parameters#8
menguzat wants to merge 2 commits intoahujasid:mainfrom
menguzat:feature/get-set-device-parameters

Conversation

@menguzat
Copy link
Copy Markdown

added get_device_parameters and set_device_parameters

@menguzat
Copy link
Copy Markdown
Author

also added
get_master_track_info
search_browser_items
set_clip_properties
set_device_parameters

@ahujasid
Copy link
Copy Markdown
Owner

ahujasid commented Mar 24, 2025

Could you explain the changes and its effects on the overall MCP? @menguzat

@menguzat
Copy link
Copy Markdown
Author

sure:
get_device_parameters (track id, device id) - gets all the parameters from the device
set_device_parameters (track id device id parameter id value) sets the relevant parameter
set_device_parameters (track id, device id, parameters {parameter id, value}) - sets multiple parameters for the device
these three are to enable the mcp to acces the parameters of the devices it sets up and modify them.

get_master_track_info - get master track devices etc.

search_browser_items - keyword search in the browser, instead of just listing everything and picking something.

set_clip_properties - set various parameters for clips like warp etc.

@ahujasid
Copy link
Copy Markdown
Owner

While these are useful, the code is quite inefficient and makes it harder to maintain, let me know once you've streamlined it and removed the unnecessary files.

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