update_music_track
ActiveTool of com.framesail/framesail
declared in 1.27.2
Tweak a music track. fields keys: name, volume (0-1), loop, start_frame, duration_frames, position, trim_start_frame, trim_end_frame.
Parameters schema
{
"type": "object",
"title": "update_music_trackArguments",
"required": [
"track_id",
"fields"
],
"properties": {
"fields": {
"type": "object",
"title": "Fields",
"description": "Partial dict of track fields to patch; allowed keys: name, volume (0-1), loop, start_frame, duration_frames, position, trim_start_frame, trim_end_frame",
"additionalProperties": true
},
"track_id": {
"type": "string",
"title": "Track Id",
"description": "Music track ID, from list_music_tracks or add_music_track"
}
}
}Parent server
com.framesail/framesail
1/7 registries