Record
list-custom-descriptors-params
No description available.
record list-custom-descriptors-params {
render-speed-over: option<f64>,
band-id: option<string>,
band-name: option<string>,
page: option<s32>,
per-page: option<s32>,
id: option<list<string>>,
instrument-name: option<string>,
instrument-id: option<string>,
tempo: option<f64>,
tempo-to: option<f64>,
tempo-from: option<f64>,
name: option<string>,
tag: option<string>,
}Fields
| Name | Type | Description |
|---|---|---|
| render-speed-over | option<f64> | |
| band-id | option<string> | |
| band-name | option<string> | |
| page | option<s32> | |
| per-page | option<s32> | |
| id | option<list<string>> | |
| instrument-name | option<string> | |
| instrument-id | option<string> | |
| tempo | option<f64> | |
| tempo-to | option<f64> | |
| tempo-from | option<f64> | |
| name | option<string> | |
| tag | option<string> |